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

Placeholders for email notifications during AD group creation from Saviynt

pmahalle
All-Star
All-Star

While creating AD group we are setting owner to the group. So we need expression/placeholder for getting email and display name of the selected owner during AD group creation.


Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

 

Easy way to find all variables in email template 

 

use below code in email 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.

Belwyn
Saviynt Employee
Saviynt Employee

Hi @pmahalle 

The email notification of the owners might not be straight forward, you might have to do some "custom" scripting to get the place holder from it try this below in your development environment. ${com.saviynt.ecm.identitywarehouse.domain.Users.get(Long.valueOf(dynamicAttributesReqAccess.get(requestaccesskey).get('USEROWNERKEY'))).email}

Regards, 
Belwyn.