Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/18/2022 05:45 AM
In the campaign creation email template, we need to pass the users details such as username, firstname, lastname and user end date in the email template that went to the user's manager for certification.
But when we are trying to fetch users' details with the below binding variable,
${users.firstname},${users.lastname} etc it is fetching the user's manager details.
How to fetch user's details in the Campaign?
Solved! Go to Solution.
10/18/2022 06:19 AM
Can you check available variables in email template by email body
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
10/18/2022 07:23 AM
Hi Rushikesh,
In the email body I did not find any data that are coming from users profile.
in the email body for users field it is fetching the manager username and usermanager it is fetching user's manager manager.
EG:
users=Manager Username
usersManager = Manager's Manager username
10/18/2022 07:35 AM
Then its not configurable