Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:52 PM
Solved! Go to Solution.
04/12/2022 01:44 PM
I couldn't quite understand your requirement. What's your usecase here?
When someone requests for a new entitlement which causes an High Risk SoD, in case you want to have an additional approver you can do that by using expressions like the following in your workflow,
SODViolation.get('High')!=null and SODViolation.get('High') > 0
Let me know if you are looking for something different.