Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/14/2024 08:30 AM
Hello Team,
In endpoints where the user might have multiple accounts and he selects via the UI the account that he wants to use to add entitlements how can I get via DynamicAttribute the value of the account name or any customattribute?
This gets me more than 1 account customattribute and I need the one for the account they selected.
select a.customproperty3 as id from endpoints e inner join accounts a on a.endpointkey = e.endpointkey inner join user_accounts ua on ua.accountkey = a.accountkey where e.endpointkey=140 and a.customproperty3 is not null and u.userkey = '${requestee}'
Kind regards,
Albert.
Solved! Go to Solution.
08/14/2024 08:46 AM
select a.customproperty3 as id from endpoints e inner join accounts a on a.endpointkey = e.endpointkey inner join user_accounts ua on ua.accountkey = a.accountkey where e.endpointkey=140 and a.customproperty3 is not null and ua.userkey = '${requestee}'
08/15/2024 12:04 AM
Hello @rushikeshvartak ,
This returns 2 accounts as requestee contains 2 accounts for the same endpoint. What I need to know/get is the account that the user selected selected in the UI.
Kind regards,
Albert.
08/15/2024 05:03 AM
08/15/2024 05:11 AM - edited 08/15/2024 05:22 AM
Not ideal but feasible for now.
I've opened the next idea:
ARS Page - Requestor selected account in the ui | Saviynt Ideas Portal
Post can be closed.
Kind regards,
Albert.