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.

View create/update user request - getting ACCESS_APPROVERSKEY in email template

luka_harabajsa
New Contributor III
New Contributor III

Hello,

We want to send an email to the manager when a new user is created with a link for the approval request.

This is an example of how the link look like.

https://URL.saviyntcloud.com/ECM/workflowmanagement/viewcreateupdateuserrequest/526?jbpmactivityname...

In the email template, we need to pass these two numbers in the URL highlighted in red. For 526, I can access it with ${request.id}, but I couldn't find how to get this ACCESS_APPROVERSKEY in the email template. Which object should we use for this?

Thank you!

 

 

2 REPLIES 2

Ishan
Saviynt Employee
Saviynt Employee

Hi @luka_harabajsa 

We have the assignee object exposed, so you can try using ${assignee.userkey} and test if it works.

Ishan Kamat
Technical Architect, Professional Services
SaviyntLogo.png

luka_harabajsa
New Contributor III
New Contributor III

This is how i managed to get that key:

${accessapprovers.id}