Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:56 PM
In my Email Template and in my Analytic Reports, I want to display the name of the currently logged in user.
Anybody knows the variable or config values?
Solved! Go to Solution.
04/12/2022 01:56 PM
Hi Anand,
Are you looking for the variables using in email templates which are assigned to the controls?
Can you elaborate your requirement?
Thanks,
Saparja
04/12/2022 01:56 PM
I am looking for variables in Email template, as well as variable to use in creating Analytic reports.
e.g.
If I want to create a report about terminations an I want to display who was the user who clicked the One Click Disable in Saviynt, what would be variable I can use in my analytic report?
04/12/2022 01:56 PM
Hi Anand,
You can use ${user.id}, ${user.username} etc in your runtime analytics query to refer to the userkey, username and other profile attributes of the logged in user.
Sample query - select username, firstname, lastname, city , '${user.username}' as 'loggedUser' from users where manager=${user.id}
However, for sending the analytics reports, these variables are not available.
Regards,
Saparja