How to specify e-mail message and subject text that can be constants that contain variables.
An item with GTIN ${item.catalogueItem.tradeItem.itemInformation. \ tradeItemIdentification.gtin} was approved and synchronized to the back end systemthe GTIN value represented by
${item.catalogueItem.tradeItem.itemInformation.tradeItemIdentification.gtin}is filled in automatically during the generation of this message.
SUBSTITUTION_VARIABLE_PREFIX = ${ SUBSTITUTION_VARIABLE_SUFFIX = }As a result, the substitution variables in the e-mail message and subject text must appear as:
${variable_name}
Supported value | Value the collaboration object inserts in the text |
---|---|
ROOT | The entire triggering business object. |
Date | The current date |
getName | The name of the triggering business object |
getVerb | The verb of the triggering business object. |
Any attribute name | Substitutes the value of the named attribute from the triggering business object. |
Parent topic: Overall process logic