Dan-Pacifico

Dan-Pacifico

Contact Me
Online Status
Offline
Date Last Visited
‎09-12-2025 07:50 AM
Level 2
Joined the community 02-11-2021
Rank Icon Level 2
Marketing Operation Manager
  • Re: velocity script is rendering a random time, idky.

    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 "

    image_type
    Discussions
    2436 0 1
  • Re: velocity script is rendering a random time, idky.

    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 = $...

    image_type
    Discussions
    2449 0 3
  • Re: velocity script is rendering a random time, idky.

    @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...

    image_type
    Discussions
    2456 0 1
  • velocity script is rendering a random time, idky.

    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...

    image_type
    Discussions
    2475 0 7
  • solved badge Re: Velocity script within opportunity custom field

    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 = $...

    image_type
    Discussions
    2898 0 1
  • solved badge Velocity script within opportunity custom field

    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...

    image_type
    Discussions
    2920 0 5
Latest Tags
No tags yet

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Give Back 3 Give Back 3 Earned on 8.15.22 Earned by 1979 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 12.30.21 Earned by 4374 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 12.30.21 Earned by 4276 people Select to learn more
Public Statistics
Date Registered ‎11-02-2021 02:00 PM
Date Last Visited ‎09-12-2025 07:50 AM
Total Messages Posted 6