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

Help required for Email template binding variable

nitishdas
New Contributor
New Contributor

Hello,

Could you please let me know if we can use any binding variable in the email template when a certifier provide a comment on the Individual action (For example: Certifier revoking the access for a single user and putting the comments why the access is revoked) and the same comment should go in the email template of access removal so that user can get to know why the access was removed.

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

This may not be possible please validate and share variables list

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.

Hi @rushikeshvartak , this is what I got after I used the expression that you gave:

 

task:com.saviynt.ecm.task.ArsTasks : 2828794, manager:admindni, campaign:com.saviynt.ecm.campaign.domain.Campaign : 1045, campaignOwnerAndTheirDelegateEmailList:ranjith.kumar-ext@alstomgroup.com, user:473203, secondarycertifier:, requestor:admin, tasks:com.saviynt.ecm.task.ArsTasks : 2828794, users:473203, Certification:com.saviynt.ecm.campaign.domain.Certification : 437430, out:java.io.PrintWriter@2fa9bda4

${tasks.comments}


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

Hi @rushikeshvartak , the requirement is basically for the below comment popup which the client wants to be added once the access removal email notification is triggered. The user should get the details of this comment and see why the access was removed:

Once clicking on reject option:

nitishdas_0-1709910344752.png

This comment box pops up:

nitishdas_1-1709910378631.png

 

 

THis is not supported


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