Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Entitlement display name in email template

Soumyaprateek
New Contributor III
New Contributor III

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

5 REPLIES 5

nimitdave
Saviynt Employee
Saviynt Employee

The email template will be invoked from workflow or tasks??

 

Hi,

It will be invoked from workflow.

Regards,

Soumya

Hemanath
Saviynt Employee
Saviynt Employee

Hi @Soumyaprateek ,

can you try with ${task?.entitlement_valueKey?.displayname}

Thanks,

Hemanath J

Hi,

Thanks for the suggestion but, It didn't help as task is not created. 

Regards,

Soumya

nimitdave
Saviynt Employee
Saviynt Employee

${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>