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 can we achieve two different status: Approve and Reject in one Email Template

pravisha
New Contributor
New Contributor

I am trying to achieve below table which populates the status of the any permission/entitlement in same mail template:

When the action is taken by the approver, a completion mail should be sent to user stating below details:

Permission Name

Action Type

Status

EgenciaHotelProductTechTeam

Add

Approved

Egencia_GBTLT_All

Remove

Denied

Is there any way to get the two different status in same mail?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Where is email attached ? Notification/Reminder/ Completion ?

To get what variables are present to use in the email template, check using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


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


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