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

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

Saathvik
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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.