E-Mail Templates: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
Line 21: Line 21:
EG
EG


#Comp_Name#
  #Comp_Name#


will NOT work and you must use
will NOT work and you must use


#comp_name#
  #comp_name#
 
----
 
The view used to get the merge data is
 
  vsummaryENTITYNAME
 
EG
 
  vsummaryCase
 
So if you require fields from say, the "Address" table, this view must be updated to include this.

Revision as of 14:54, 7 May 2026

The "Email Templates" dialog will allow users to search for email templates stored in CRM and download (and optionally merge) the templates and attachments into the email.

This appears in the email compose window.

This opens a dialog for you to choose a record. If you have the taskpane open this provides a context for merges and so reconciles the data with the template.

You can preview the email template also

Clicking the item in the list or USE in the preview will insert the template into the Compose window and close the dialog.

---

NOTE: merge fields must all be in lowercase

EG

 #Comp_Name#

will NOT work and you must use

 #comp_name#

The view used to get the merge data is

  vsummaryENTITYNAME

EG

 vsummaryCase

So if you require fields from say, the "Address" table, this view must be updated to include this.