Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/11/2024 06:03 AM
Hello All,
In Config for Requestable Entitlement in ARS we need to configure that users should get entitlements in ARS while requests based on attributes in User table. Hence, we need to use Users table in Requestable Entitlement in ARS. Can you please help me how to achieve this.
Scenario:
1.User Company is ABC and Offshore is 0 then they should be able to select certain entitlements for access request.
2. User Company is DEF and Offshore is 1 then they should be able to select certain entitlements for access request.
we are also updating these two attributes in Entitlement Customproperty 1 and Custtomproperty 2.
Solved! Go to Solution.
09/11/2024 06:05 AM
09/11/2024 06:08 AM - edited 09/11/2024 06:08 AM
we dont want dynmaic attribute I just need how we can use User table directly in entitlement type filter @rushikeshvartak
09/11/2024 06:13 AM
Hi @kmashwini it is not possible.. you need to introduce DA to handle the use case.
09/11/2024 06:50 AM
09/11/2024 06:58 AM
We have not configured anything, we need users table to expose in Config for Requestable Entitlement in ARS
09/11/2024 07:00 AM
@kmashwini currently it is not you can raise an idea :light_bulb: on ideas portal
09/11/2024 08:38 AM - edited 09/11/2024 08:39 AM
Use below sample query and update your logic
ev.customproperty1 = (select companyname from Users where companyname='Rushi' and userkey=${requestee})
@NM Please perform POC's or providing proofing screenshot or steps that its not working in latest version. It will ensure requestor gets proper resolution and confidence.
09/11/2024 08:48 AM
Hey @rushikeshvartak which version is this??