Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/25/2024 02:58 AM - edited 07/25/2024 02:59 AM
Hi Team,
We have a use case where we have a 3 level of workflow is required.
First level will go to the Manager for approval.
Once Manager is approved, it should go to the Role owner but before that we need to check the role custom property matches the condition 'xyz', if this matches then we should skip the role owner approval.
Thanks
I have tried using if-else after the manager approval but it is not working.
Can you please check and suggest what should be the right condition to use to achieve this use case.
Solved! Go to Solution.
07/25/2024 05:49 AM
Entitmement.customproperty5 eq 'Yes'
07/25/2024 07:11 AM
Also this will work for role custom property since we are using
Entitmement.customproperty5 eq 'Yes'
07/25/2024 06:23 AM
I have the updated the workflow and the request is routed back to manager after first level of manager approval.
Can you please check and let me know if I am missing any steps.
07/25/2024 07:18 AM
entitlement.customproperty5=='XYZ'
entitlement.customproperty5 eq 'XYZ'
Refer below for details:
https://forums.saviynt.com/t5/general-discussions/workflow-components-role-attributes/m-p/2757
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.