Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.