salesagility/SuiteCRM

Add custom variable for email templates

phucpnt opened this issue · 2 comments

Hello,

We would like to add custom variable for quotes when creating email template in AOW. The aims is pursuing the following points:

  • When quote (invoice) change status send the email to accountant with links in suitecrm to the quote details
  • In order to achieve this requirements we think we need to insert the id of the quote into the email template.

How can we achieve the requirement above? We can do the modification of the source code and contribute back to suitecrm. Please let us know which point we can attack and solve the issue asap.

Best regards,
Phuc

Hello

We had found a way for adding custom variable in email template. The token (variable) of the email template should be in the following format:
${module_name_in_lower_case}_field_name

I hope it would help others who have issue like us

Kind regards
Phuc

thank you for highlighting this