Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/05/2024 01:56 AM
Hello,
We have set an escalation process that when a role owner does not approve a request on time, the request is escalated to another person.
We want to mention the role owner name in the notification sent to the person to whom the request has been escalated.
We searched on the documentation and did not find anything.
Could someone help and tell how we can have access to the role owner name on another email template sent to another person?
Best Regards,
Khaoula DOUHI
04/05/2024 05:01 AM
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" + ">"}}