function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AlexskiAlexski 

email templates-- pulling data from multiple objects

I have build a custom object.  I would like users to send email using a specified contact and have it log in the history for that object.  I would also like my templates to refer to that contact's first name.. In short, I would like my email template to pull field data from both the contact object and my custom object.  is this possible?

SabrentSabrent

It's not possible to use Cross Object Merge Fileds in email templates. However, what you can do is, create hidden formula fields on the parent object and then copy the child object fields.Then, in your email template you use these hidden formula fields. However I don't think this is a good option for your requirement.

 

  

spielsspiels
In case you guys are still looking for a solution, now you CAN use cross object fields in Salesforce email templates. Best of all you can use these Salesforce templates in Outlook! You can read more about the solution here:
http://www.contactmonkey.com/blog/cross-object-fields-in-salesforce-email-templates-fixed

Hope this helps!