Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/24/2024 04:54 AM - edited 06/24/2024 04:56 AM
Hi Team,
We have a requirement to list the entitlements in request form based on the selection of dynamic attribute. To do this, Config for Requestable Entitlement for entitlementType is configured with below value.
ev.customproperty31 ='${AccType}' and ev.status=1 -----> Not working
AccType - it a dynamic attribute of Enum type. it has 2 values(Administrator,IA)
We have updated the entitlements CP31 with mentioned values.
With above configurations. its not listing/displaying the entitlements in the request form. but we hard cord the value it is working.
ev.customproperty31 = 'Administrator' ---> This is Working
Please suggest, how we can achieve this.
Regards,
Balaji Epari
Solved! Go to Solution.
06/24/2024 05:19 AM
Hi @BalajiE Have you set the below parameter under the dynamic attribute?
What action to perform when Parent attribute changes? : Refresh
If not, please set this parameter. It should work.
06/24/2024 05:20 AM
Hi @BalajiE , do you see value getting computed in logs?
06/24/2024 05:21 AM
Hi @BalajiE ,
Can you share the screenshot of the dynamic attribute?
06/24/2024 05:27 AM
@BalajiE ,
Check the What action to perform when Parent attribute changes? Configuration for your dynamic attribute. If it's null/blank set it as mapping. It's working for us.
What action to perform when Parent attribute changes? : mapping