What I mean by "working correctly" is as follows:
Precondition
User A : 1 Opportunity(X) in the OpportunityList , which hasField93__c (May 1st, 2023).
User B : 2 Opportunity (Y, Z...
Please forgive my lack of knowledge as I have just started coding the script.
I'm trying to create the script token which retrieves the date "Field93__c" in $OpportunityList and s...
HII have updated my script as follows. However, it does not work even if the lead has one opportunity..
Could you advise?#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("...
I want to do the following
If the lead has the date data of "Field93__c" in the one of the opportunity in the $OpportunityList,I would like to show 6 month after date of it. And if...
I want to do the following
If the lead has the date data of"Field93__c" in $OpportunityList, I would like to show 2 month after date of it.
If they do not have, I would like to sho...
I would like to reflect the latest # of users in the mail contents every time I send the mail for the mail campaign (this e-mail will be sent every 2 weeks), I would like to do the...
HI SandyThank you for your comment.
Could you check the below?-- Purpose
To send the marketing campaign promotion to the customers who terminates the contract
e.g.The customer A : ...
Thank you Sandy and Darshil,
#set($calNow = $sorter.sort($OpportunityList,"LastActivityDate"))
But how should I add 2 months to ${calNow[0]}, because based on theVelocitips: Swi...
Is it possible to create a date script token in an e-mail which shows 2 months after from the last activity date?I understand I can get the last activity date asOpportunityList.get...