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

Email Template for Showing Binding varibale

ARNAB86
New Contributor III
New Contributor III

Hi Team,

I have requirement to display the number for how many line items i am reassigning to someone else to take the action in User Manager Campaign.

Lets i am reassigning the 2 items to some other manager show in that can while i configure the email template for reassign i need to display "The Number of items assigning : 2 " in email body

 

Could you help me how to achieve this so it will show the exact how many line items reassign to particular manager in email template

2 REPLIES 2

ARNAB86
New Contributor III
New Contributor III

Please suggest

rushikeshvartak
All-Star
All-Star

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.