03/28/2023 04:23 AM
Hi,
We have a requirement to put entitlement display name in email template.
tried with ${entitlemet}, ${entitlementshtmltablerows} but seems not working.
Appreciate any suggestion in this regard.
Regards,
Soumya
03/28/2023 04:33 AM
The email template will be invoked from workflow or tasks??
03/28/2023 04:36 AM
Hi,
It will be invoked from workflow.
Regards,
Soumya
03/28/2023 12:30 PM
03/29/2023 12:16 AM
Hi,
Thanks for the suggestion but, It didn't help as task is not created.
Regards,
Soumya
03/28/2023 09:59 PM
${task?.entitlement_valueKey?.displayname} will not work in any approval blocks as task object is not created.
In approval block , below options are available:
${entitlements}: This will print as a comma separated string of "entitlement_value"- "entitlement Description" - "entitlement Glossary"
${entitlementshtmltablerows}: This variable will generate HTML Table rows as follows
<tr><th>EndpointName</th> Entitlement_Value </th> <th> Entitlement_Description </th> <th> Entitlement_Glossary </th> </tr>