I need to insert a custom field that is on Email entity into certain spot in an HTML mail template.
I've made a customization to the Email entity including creating the custom field (new_templatebody1) and added the field to the Email form where user can type in things that they want to insert into the mail template.
I tried creating a new Email template, cut and paste my HTML content into it and added some field placeholders (i.e. Account.FirstName, etc.).
However, I am unable to insert my email.new_templatebody1 field from the Email entity.
Could someone give me an example on how to do this? Link to an article online, etc.
I am new to CRM customization and I've tried reading up on this a bit but so far no luck. Someone mentioned that I might be able to use workflow to do this but didn't really go into detail on how to do it.
Tried embedding &email.new_templatebody1; into the email template but that didn't do it either.
Any idea?