Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/27/2024 02:07 PM
Guys,
We have created some custom 'Entitlement Attributes' for Entitlements. For example:
* ATTRIBUTE NAME = "DATABASENAME" with its corresponding ATTRIBUTE VALUE = "AEYYCC"
* ATTRIBUTE NAME = "ENTITLEMENTMAPPING" with its corresponding ATTRIBUTE VALUE = "CREATE SESSION"
How can I, after an Entitlement has been granted to a requestor, include those 'Entitlement Attributes' in an email notification to the requester? What are the fields to be used?
The email notification already includes Request: ${requestid}; Application Name(s): ${endpoints}; User ID: ${user.username}, and Role(s): ${entitlements}. I need to include, for example, the database name, which is an 'Entitlement Attribute' in the Entitlement.
Thanks!
Solved! Go to Solution.
08/27/2024 06:53 PM - edited 08/27/2024 06:54 PM
@SDBeltran
We can't populate these values. Try creating a ticket with Saviynt Ideas portal.
https://ideas.saviynt.com/ideas
Add only below code in Email Body. Give it a try.
${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}}
08/27/2024 07:08 PM