If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Pass $Variables from BPM process to Email Template
Pass $Variables from BPM process to Email Template
Is it possible to pass variables from a bpm process to a email template? I know I can do this in $emailId = record\create( but I'd like to just put the variable in the email template itself. Thanks!
The Email Template (or another teamplate) must contain a Placeholder for the actual fieldcreated in your Entity. Variables of type $myvariable1 are not supported in Email Templates (or another teamplate).
That is, through BPM (formula and workflow as well) you can change the value of the actually created field, and already in the Template the value of this field will be substituted thanks to the Placeholder that you set in your Template.
Comment