Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Binding Variable Needed to fetch User details in Campaign Creation Email Template

Souvik
New Contributor III
New Contributor III

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?

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Can you check available variables in email template by email body 

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Souvik
New Contributor III
New Contributor III

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

Then its not configurable 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.