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

Role Owner Certification || Reminder to Manager

Manu269
All-Star
All-Star

Hello Team,

We are working on Role Owner Certification and looking for a scenario when Role owner has not taken action on certification i want to drop a reminder to email with his manager.

Can someone help me with email template attribute to be used for the same?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.
6 REPLIES 6

rushikeshvartak
All-Star
All-Star

You can use reminder templates 


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

Can you help in sharing the attribute used in email templalte to fetch the manager of role owner?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

To get what variables are present to use in the email template, check using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


${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'.

manager & userManager are variables


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

Manu269
All-Star
All-Star

Let me validate and confirm here.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

 Below 3 binding variable works for us for Role Owner Campaign:

Owners Manager: ${usersManager?.email},

Owner: ${users.email},

Owners Managers Manager: ${com.saviynt.ecm.identitywarehouse.domain.Users.get(manager?.manager).email}

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.