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 of Dynamic attribute for update account task email template

agupta1
New Contributor III
New Contributor III
Hi,
 We have a requirement to show the old as well as new dynamic attribute value in update account task complete email, Please help us with the correct binding variable  to be used for DA old value in email template for modification workflow.
4 REPLIES 4

sk
All-Star
All-Star

I don't think it's possible. Either in request/task only current state values of DA will be captured. There is no way to get old state values of those DA's in email templates.

If you feel it a good feature to have in product, Please submit an IDEA: https://ideas.saviynt.com/ideas


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

rushikeshvartak
All-Star
All-Star

What is trigger point for email ? On request approval /Completion/task creation.

Can you share output of below script . add in your email template 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.

agupta1
New Contributor III
New Contributor III

The trigger point is on task completion for update account. Also i tried with this script and got the response as attached below, which doesnot show any binding variable for dynamic attribute. PFA.Update_Account.jfif

Once request is completed dynamic attribute are not exposed


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