Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:14 PM
Hi,
I would like to know, how we can print the city of the person for whom the request has been raised.
City, username, requestor these all things i need to print in a dynamic attribute.
Please help me with a detailed dynamic attribute if possible. iee what all options i need to select.
Thanks,
Shubham
Solved! Go to Solution.
04/12/2022 02:38 PM
Shubham,
You could create a dynamic attribute say d_city,map it to a city attribute in the user table.
Choose 'single select from SQL query' as your attribute type and the value a simple select statement such as Select city as ID from users where userkey=${user.id}
Regards,
Avinash Chhetri
04/12/2022 02:38 PM
Hi Avinash, thank you for your reply.
Please confirm how can we map that too a user id?
as far as i know, we can only map attributes to a account column, not on an identity.
Regards,
Shubham
04/12/2022 02:38 PM
Shubham,
Please ignore mapping it to the user table, I confused mysel with the endpoint vs user dynamic attributes.
However, the soluton I provided to use the SQL query should work.
Regards,
Avinash Chhetri
04/12/2022 02:38 PM
Got it, Thank you