Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Sandford, apologies for the delay in responding. I can confirm that the suggestion to run a nightly smart campaign to maintain the field value works and this field in turn, can be successfully added as a querystring to email URLs. Thank you very much for all the feedback.
Hi Michael and Sandford, thank you both for your replies and apologies Michael, the initial reference to the program token was a typo and the correct name is {{my.SFDC-Type}} as referenced in the URL tests. To Sandford's reply, I did come across feedback from yourself to another user with a similar ...
Good afternoon, I've created an Email Script Token ({{my.SFDC_Type}}) as follows: #if( $lead.SFDC_Type.equals("Lead") ) #set( $sfdcindicator = "1" )#elseif( $lead.SFDC_Type.equals("Contact") ) #set( $sfdcindicator = "2" )#else #set( $sfdcindicator = "0" )#end${sfdcindicator} The token is to be appen...