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

Notification email template on creation of AD group

rajenderd
New Contributor
New Contributor

We are looking for tabular format when new AD groups are created. In the process when we use variable entitlement we are getting the value but not tabular format. And when we are using variable entitlementshtmltablerows in the template and not receiving any emails. We need all AD groups displayed in tabular format. What is the variable i need to use?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Use below script to check variables to exposed in email template 

${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'.