Skip to main content

I am assigning a date time as follows:



The “Schedule_Date_Time_End__c” does have a date time, but the “Temp_Date_Time_End__c” value is blank.

You probably need the value to be in merge syntax, so in the XML you need to update it to be “{{Schedule_Date_Time_End__c}}” instead of “Schedule_Date_Time_End__c”


Also be sure that Schedule_Date_Time_End__c is included in the Add_CR_Showing model. 😉


Wow.  That was simple. Thanks.