Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2024 02:11 AM
Hi team,
I just want to display to entitlement with entitlement values Ent1, Ent2 in the Config for Available Entitlement in Service Account, however it is not working.
Below is the query I am using -->
{"service account":"ev.entitlement_value in ('Ent1','Ent2')"}
Any suggestions would be appreciated. Thanks
09/04/2024 03:01 AM
Hi @SSinha_
{"Service Account": "ev.entitlement_value in ('ent1')}
09/04/2024 03:07 AM
@SSinha_ try below
{"Service Account":"ev.entitlement_value in ('A','B') and ev.status=1"}
09/04/2024 04:46 AM
Thank you for the response but it is not working and the Service account type is 'service account' in lower cases. Any more suggestions would be appreciated, cannot find anything in logs as well
09/04/2024 07:25 AM
I have tested this and works well
{"service account":"ev.entitlement_value in ('Ent1','Ent2')"}
09/05/2024 02:02 AM
Any idea as to why it is not working for me? Or should I raise a bug with Saviynt Team
09/05/2024 08:21 AM
Share your all config in word doc to review
09/06/2024 01:43 AM
Config in the entitlementtype section?
09/06/2024 06:11 AM
Yes