Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/23/2024 01:51 AM
Hi,
I have been trying to display the account attribute details in email template. Tried to find it in below reference document
I have tried to use - ${account.customproperty2} for e.g but the email is not getting sent
Solved! Go to Solution.
01/23/2024 04:31 AM
@necoutinho Where did you attach the email template ?
and when this email will be triggered?
you can use below line email body to identify the variable you can use
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
01/23/2024 05:30 AM
01/23/2024 05:34 AM - last edited on 01/23/2024 06:41 AM by Sunil
The email is getting triggered on task creation.
Yes ran the expression below is the o/p :
request = com.saviynt.ecm.workflow.ARS_Requests : 2726
tasktype = Disable Account
manager = 9077
owners = [null]
requestor = INC523
users = 222222
out = java.io.PrintWriter@35310ebe
task = com.saviynt.ecm.task.ArsTasks : 15932
endpointDisplayName = PD Web
baseUrlForEmail = https://remove.saviyntcloud.com/ECM
user = 222222
taskaction = Disable Account
tasks = com.saviynt.ecm.task.ArsTasks : 15932
01/23/2024 05:41 AM
${task?.accountKey?.customproperty2}