Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/13/2023 07:17 AM - last edited on 10/13/2023 08:44 AM by Dave
Hello All,
We are trying to filter out the entitlements based on requestee's Account customproperty, we were able to do it by having '${requestee}' in the dynamic attributes, this works fine if the request if for single user, but it fails for multi user requests.
This is our current setup:
select distinct (a.customproperty1) as ID from accounts a join user_accounts ua on ua.accountkey=a.accountkey join users u on u.userkey=ua.userkey where a.endpointkey=1 and u.userkey='${requestee}'
Is there any variable that we can user that applies to both single and multiple users?
10/14/2023 06:46 PM
variable is not exposed in multi user. Raise idea ticket