Skip to main content
I need to pull contact fields and campaign fields into a contact mass email, and have not found any great options.

 

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 件の回答
  1. 2015年1月7日 21:49
    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
0/9000