02/01/2023 06:00 PM
Hello, I have been referring to this guide to create a custom email template and wanted to know if emp ID can be used in the body of the template? Could not find it in the below link.
Hello,
The Saviynt EIC system has disabled an account for ${user.firstname} ${user.lastname} on the ${task.endpoint.endpointname} system due to login inactivity of 90 days (or greater). Here are the details about this account:
User Name:${task.accountName}
Employee ID:*****
If you have any questions, contact the Help Desk.
Thanks,
The IAM Team
02/01/2023 06:27 PM
Yes it can be used ${user.employeeid}
Which email template you are trying ?
02/02/2023 09:57 AM
Trying to use the task complete action. I did not see any attribute like $(user.employeeid) in binding variables though..
02/02/2023 10:06 AM
User attributes are exposed in task completion email
you can use ${user.employeeid} to get user employee id.
Did you face any issue with above parameter?
02/02/2023 10:12 AM
I had checked with just $(employeeid) - let me let back to you with ${user.employeeid}.
02/03/2023 12:58 PM
${user.employeeid} Should work.
Use below script in case of any binding varaible finding in email template
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
02/02/2023 08:52 PM
${user.employeeid} this parameter should give the detail.
02/06/2023 01:57 PM
02/06/2023 05:25 PM
${tasks?.userKey?.employeeId}
02/07/2023 06:11 AM
02/09/2023 01:37 PM
I have not set it, but it can also be driven at endpoint level, right?
02/09/2023 02:14 PM
You need to enable this setting for sending notifications on disable account though you have added email template on endpoint level on disable account. Try enabling this setting