Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is the output not what i put in the original post:"should be Thu Jun 08 3:00 pm HST is showing Thu Jun 08 14:00:00 CDT 2180 "
Heard. $convert.parseDate($task.Service_Appointment_Start_Time__c, 'yyyy-MM-dd'))#set ($sadate = 'not available') #foreach($task in $TASKRAY__Project_Task__cList) #if( $task.Service_Type__c.toLowerCase().equals("installation") || $task.Name.toLowerCase().equals("install")) #set ( $sadate = $...
@SanfordWhiteman can you elaborate? I thought the the foreach allows you to shorten the name later in the script ie - #foreach($task in $TASKRAY__Project_Task__cList) means that i can use $task instead of the long string later. The value i'm trying to pull is Service_Appointment_Start_Time__c which...
Probably not the right Location for this but i'm trying to pull in a SFDC custom object formula field and it's spitting out a random time.Script is pulling in everything right except the time. Anyone know why time is being weird?#set ($sadate = 'not available')#foreach($project in $project_task__cLi...
Thanks for looking at this @SanfordWhiteman If i'm understanding what you're saying if i want to scan if the Contract_Start_Date is "not empty" set the $CSDdate with the Contract_Start_Date token I should be able to use this snippet: #if( !$Opportunity.Contract_Start_Date__c() ) #set( $CSDdate = $...
I've been trying to populate field within my opportunity custom field and keep defaulting my token. Not really sure why it's not pulling the contract_start_date but it may have to do with the Day_until_contract_start_date field since it's a calculated sfdc field. Does anyone have experience with usi...
 Give Back 3
											Earned on 8.15.22
										Earned by 1979 people
										Select to learn more
										Give Back 3
											Earned on 8.15.22
										Earned by 1979 people
										Select to learn more
									 Give Back 1
											Earned on 12.30.21
										Earned by 4374 people
										Select to learn more
										Give Back 1
											Earned on 12.30.21
										Earned by 4374 people
										Select to learn more
									 Ignite 1
											Earned on 12.30.21
										Earned by 4276 people
										Select to learn more
										Ignite 1
											Earned on 12.30.21
										Earned by 4276 people
										Select to learn more