Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Object used to fetch request ID in endpoint level email templates

Abhishek
New Contributor III
New Contributor III

Hello,

Can you please help me understand which object can be used at endpoint level email templates to fetch the request ID.

We tried using ${requestid} but it doesn't work.

Seems this object works only at workflow level email templates.

 

Thanks

Abhishek Gupta

3 REPLIES 3

sundas7
Regular Contributor II
Regular Contributor II
Hi Abhishek
 
Can you please let us know which version you are using .
 
I tested below in one of my environment :SP 3.5, it works fine,
 
Dear ${assignee.firstname} ${assignee.lastname},
 
You are receiving this email because you are the designated approver for the access request ${requestid} raised for ${user.firstname} ${user.lastname} to ${endpoints}.
 
Request ID: ${requestid}
Request Type: ${requesttype}
 
Thanks
Shyam

Abhishek
New Contributor III
New Contributor III

We are on 5.5 SP3.

When we used ${requestid} at endpoint level email templates.

We see error "No such property for Class:requestid" in the logs.

rushikeshvartak
All-Star
All-Star

${task.requestKey.processinstanceid}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.