Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/18/2024 04:45 AM
Hi,
We need to send out the email to user's manager when the AD account is disabled.
To test the variables exposed, I passed below and it gave the exact string without modifying anything:
Below is the configuration added:
Hi,
The account is disabled and in the next 45 days, the AD account will be deleted.
${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}}
${owner.email},${manager?.email}
also confirm what binding variable to use for manager email.
Solved! Go to Solution.
06/18/2024 04:55 AM
@Shubhamjain27 Use ${manager.email}
06/18/2024 05:54 AM
The issue was with owner.email. It was not letting use binding variables.