Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/12/2024 08:01 AM
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
08/12/2024 10:02 AM
Can you share dynamic attribute screenshot ?
Did you mapped below config for Dynamic attribute 2
Also in Dynamic attribute 1: Did you add Mapping keyword under
What action should I take when a parent attribute changes? |