Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/25/2024 03:28 AM
Hello everyone,
I want to display all the entitlement associated with the accounts in email, what is the binding variable i can use.
Usecase is as following: If Requestor request for an access then the approver must get notification what are the access he already have and what new access he have requested.
Thank You.
06/25/2024 08:23 AM
Hi @rahulyadav , this is not possible OOTB.
For existing access , you can create a report for entitlement owners.
For entitlements in email. You can also use ${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}} to find what binding variables are supported
${entitlementshtmltablerows} | Generates HTML Table rows as follows: This does not print <table> start tag and end tag. So, this can be defined in the email template as shown below: |
${entitlementshtmltablerowsv2} | Prints all the requested entitlements, their business justification, start date, and end date, by defining the tags in email template. |
${entitlementshtmltablerowsv3} | Generates HTML table to print Application Name, Entitlements, Entitlement Glossary, and Entitlement Description with the start date and end date, and Business Justification as specified by the requestor. |
06/25/2024 09:14 AM
You can't send what all access user already have in request. Approver can check details under view existing access tile in Saviynt.
Consider in large application if user have 100+ access are you supposed to send all in email ? Its not good end user experience