Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:14 PM
I would like to add to our role request approval workflow that Manager Approval is skipped if role custompropertyX contains value Y. Is it supported?
E.g. If/Else matrix with something like: ("Y").equals(role.customproperty1)
Solved! Go to Solution.
04/12/2022 02:38 PM
Hi ,
Yes. You can check role custompropertyx in the if-else block to check the approval is required.
eg.
role.customproperty21 == 'Y'
Thanks.
Vijay
04/12/2022 02:38 PM
Hi,
I tried to add a condition on a role attribute in a role request approval workflow. I need to check the risk level of the role requested through a If-Else block.
But when I tried " role.risk == 2 " as a condtion, I get an error log " Cannot resolve identifier 'role' ".
My role is of type " enterprise ", do I need to use a different identifier for the requested role ?
Thanks
04/12/2022 02:38 PM
Hello team,
role.customproperty21 == 'Y' is not working.
Can you please help in sharing all relevant objects of role exposed as part of workflow?
Thanks
04/12/2022 02:38 PM
Manish,
is entitlement.customproperty21 eq 'Y' not working as well ?
Regards,
Avinash Chhetri
04/12/2022 02:38 PM
Hi Avinash,
Thanks for the same.
I am able to use.
The clarification required is for all role objects do we need to use the entitlement object?
04/12/2022 02:38 PM
Manish,
Newer versions of Saviynt also has the role object exposed but I do belive there is backward compatibility for the usage of entitlement.
Regards,
Avinash Chhetri