Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/10/2023 08:58 AM
Hi Team,
We need to provision one or more entitlement as part of birthright based on values stored in CP1 of user.
Ex: If CP1 of user is ABC01,ABC02,ABC05
Then we need to provision entitlement ABC01,ABC02,ABC05. For this we are using below query in the technical rule. But this does not work. Your thoughts please.
SAVCUSTOMQUERY::ev.entitlement_value in ${user.customproperty1}
07/12/2023 04:50 PM
07/13/2023 07:46 AM
Hi @DaanishJawed ,
Yes we have refered the same and created the query. But still doesnot work.
07/13/2023 09:44 AM
@sandeepsingh , I have tried your use case as per below savcustomquery and it worked with creating tasks for the accounts and entitlements:
SAVCUSTOMQUERY::ev.entitlement_value in (${user.customproperty1})
User upload csv is like below:
firstname|lastname|departmentname|statuskey|owner|customproperty10|customproperty1
Chris|Doe|AUS|1|ndave|customquery|'CREATE TYPE','BACKUP LOG'
where cp1 has entitlement names to provisioned.
And below is the tech rule used: