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

How to display EPIC application Sub Template's(Entitlement Type)display name in Emails

sundas7
Regular Contributor II
Regular Contributor II

Hi all,

Has anyone configured EPIC application. If yes , how do we pass the variables in email templates for its sub templates(Entitlement Type)'s displayname

There are lot of entitlements ( close to 700) with entitlement values just in numeric like ST_0001 and so on ...so it becomes easy for someone to identify and approve based on the meaningful displayname.On the Entitlements type they are either appearing in Endpoint page as Templates,Sub templates.

If we give ${entitlements}, we get to see the complete description of them but NOT the display name yet.

Can someone point out the right variables to be used in email templates.

We are unable to see those details in EPIC Connector guide too.

The Email templates section also does not explicitly mention anything about the display name.

 

Thanks

Shyam

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Can you share results of ${entitlements} variables along with below command results 

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

 

you need to loop to get displayname


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.