My current approach is to use a custom formula field on campaign, which can be copied and pasted into the email template before the send.
This was working well, but...I need to include the contact field names in the format that is used in an email, ie {!Contact.Name}
And if you save a formula field with {!xxx} in it, Salesforce automatically removes the {! and }, leaving you with xxx.
Which doesnt merge anything in the email template.
I tried using some other functions to hide the } but Salesforce is too smart for that.
Any tricks?
답변 3개
Hi Gorav,
Not sure if this will work, but what if you create a field for "{!" and field for "}"
Then the formula fied would be
field_1 + Contact.Name + field_2