Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Populating Role ID while requesting

RizvanaShaik
New Contributor
New Contributor

Hi Team ,

we have a requirement while in ARS request page for application A and selecting its entitlement , then the customprpoperty 1 from the entitlement should also be populated

by using dynamic attribute 1 we are getting list of entitlements and by dynamic attribute 2 we should be getting their customproperty 1 value while requesting the entitlement

dynamic attribute for dynamic attribute 2 query is as below :

Entitlement name
SELECT DISTINCT ev.entitlement_value AS ID FROM entitlement_values ev where ev.entitlementtypekey = 884;

Role ID(CP1):
SELECT DISTINCT ev.customproperty1 AS ID FROM entitlement_values ev where ev.entitlement_value =${sitename};

issue facing now am able to see the list of entitlements while through dynamic attribute 1 but the associated customproperty 1 is not getting populated via this dynamic attribute 2

please let me know what am missing

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Can you share dynamic attribute screenshot ?

Did you mapped below config for Dynamic attribute 2 

rushikeshvartak_0-1723482110402.png

Also in Dynamic attribute 1: Did you add Mapping keyword under 

What action should I take when a parent attribute changes? 

 


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