Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/09/2023 05:08 AM
In the email template, I tried to use the binding variable available for user update - transfer ownership, but the email is not received when the action was implemented.
08/09/2023 05:11 AM
What binding variable are you using?
You can check the list of supported email template variables by inserting the below code into the body of the email template:
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
08/13/2023 02:36 AM - last edited on 08/14/2023 12:08 AM by Sunil
when I put the ${entitlement_value_list} .. some entitlement get printed and many not.. please refer to below screenshot
[This message has been edited by moderator to mask username]
08/13/2023 02:37 AM
08/13/2023 06:36 AM
Hi @Dalalsaleh888 ,
Can you try below expressions in your email template
${entitlement_values?.entitlement_value}
In case you want display name of the entitlements: ${entitlement_values?.displayname}
08/13/2023 07:19 AM
Separate both the action and try
08/16/2023 07:04 AM
I tried both and the email stops sending
08/22/2023 05:55 AM
could you please check it is really important .. this email config is in production.