Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/09/2024 07:33 AM
Hi All,
We have a requirement in ARS. We have a dynamic attribute that displays the child entitlements of entitlement type A in the ARS form.
After the user selects any dynamic attribute, it should display the entitlements of entitlement type B in a table which is the parent entitlement of entitlementtype A.
We tried to use the below query in "Config for Requestable Entitlement in ARS"
ev.entitement_valuekey in (select ENTITLEMENT_VALUE1KEY from
entitlements2 where ENTITLEMENT_VALUE2KEY in (select entitement_valuekey
from entitlement_values where entitement_value in ('${dynEntChild}')))
But it is throwing "Invalid Syntax Error" . In the logs its saying only entitlement_values table only works.
May you please suggest any modification of the above query.
Thank you,
Sudheer Kaneti.
Solved! Go to Solution.
07/09/2024 07:38 AM
07/10/2024 03:47 AM
Thanks for Confirming Rushikesh
07/10/2024 06:07 AM
✅👍Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question.