Skip to main content
Gorav Seth (Ashoka) 님이 #Data Management에 질문했습니다
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일 오후 9: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