Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Mark, What do you mean the "formal notation" ?Are you suggesting to just include the following in the velocity script?${Provisioning__cList.get(0).License_Code__c}This is directly to the left of the field that I'm referencing, License Code (License_Code__c): Is this what you meant with "double ch...
I created a program token, activation_link, that should pull a link from a custom Salesforce object that is synced with Marketo. The velocity script is:#if(${Provisioning__cList.get(0).License_Code__c}=="") #set($HTMLSafeString = "Please email support for your activation code" )#else ...
Hi Eric, I know this post is a few years old but here's what worked for me:Create an email script token in Active Marketo Tokens. I called it "Current Year"Open the email script editor ("Click to edit") and enter the following:$date.get('yyyy')That should dynamically populate the current year using ...