Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Dynamic Attribute based on user attribute value

sandeepgudipudi
New Contributor III
New Contributor III

I create dynamic attribute called Application Name and attribute type is enum with App1 and App2

when user selects App1 it should show entitlements based on location, if user selects App1 and user location is 'Newyork' it should show App1/Ent1 else App1/Ent2.

when user selects App2 it should show all entitlements of App2

3 REPLIES 3

naveenss
All-Star
All-Star

@sandeepgudipudi refer below forum post

https://forums.saviynt.com/t5/identity-governance/config-for-requestable-entitlement-in-ars-query-wi...

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Manu269
All-Star
All-Star

@sandeepgudipudi this can be achived with the help of DA on the form.

Further you can control the visibility via Config for Requestable Entitlement for entitlementType.

Of course this requires through testing hence you need to have all possible conditions.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

rushikeshvartak
All-Star
All-Star
  • Store App1 /App2 in Entitlement CP1 
  • Now in Entitlement Type Config configure below query ev.status=1 and ev.customproperty1 ='${DA_APP}' in Config for Requestable Entitlement on ARS
  • DA_APP is dynamic attribute name

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.