Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Definitely not what I want, but unfortunately it's what I have to work with. The date I need to use as a trigger and as a dynamic personalization in the email is tied to an opportunity object. Thanks for the quick assistance! Will try this out.
Thanks Sanford. That "7 days from today" example allowed me to in fact display the date 7 days from today's date. How do I modify it to display 7 days from the date in my variable $OpportunityList.get(0).Auto_Renewal_Date__c, ?
I've tried all the techniques I've seen online for adding or subtracting hours / days / months / years to a date using Velocity scripting, but have bee unable to successfully recreate it myself.I'm using the following email script to take a date in "MM-DD-YYYY" from a Salesforce opportunity date fie...
Hi all, I'm trying to create an email script for a campaign that uses conditional #if / #else / #end formatting.I created a new script called {{my.Industry}} that uses a custom SFDC string field called "Company Tag" that contains descriptions like "B2B, Information Technology", B2C, Retail", etc.I'm...