Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/07/2024 11:42 PM
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
02/08/2024 05:23 PM
Please suggest
02/08/2024 05:55 PM
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" + ">"}}