Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/07/2022 12:13 AM
Hello,
I would like to print out the corresponding reason for each analytics report.
Which binding variable I can use to specify analytics reports in email template in Endpoint level. So I can print the reason according to the reports which triggerred remove access?
12/07/2022 03:26 AM
Run below code in email template to find variables available
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
12/09/2022 01:08 AM
yes i have tried it but still wondering If analytics ID is supported in the template.
because there is no binding object related to analytics when I tried the code....
12/09/2022 04:20 AM
Share output of above code
12/10/2022 04:43 AM
My analytics report made this remove access task, but couldn't get the info about the report.
below is what I got from endpoint emila template about Remove access
request = null
task = com.saviynt.ecm.task.ArsTasks : 191773
tasktype = Remove Access
manager = CP139081
endpointDisplayName = Corp AD - Stg
user = CP006194
taskaction = Remove Access
requestor = admin
tasks = com.saviynt.ecm.task.ArsTasks : 191773
users = CP006194
out = java.io.PrintWriter@b6fca83
12/10/2022 06:09 AM
tasks?.source
12/11/2022 04:20 PM
Yes, You could get whether it's analytics or not with "tasks?.source", but it won't have analytics ID