PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Display Parent entitlement in ARS based on child entitlement in Dynamic attribute

SudheerKaneti
Regular Contributor
Regular Contributor

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.

3 REPLIES 3

rushikeshvartak
All-Star
All-Star
  • You can't achieve this use case only entitlement_values is supported in Entitlement Type - Available config from request able on ARS configuration

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thanks for Confirming Rushikesh

👍Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.