Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/06/2024 05:24 AM
Hi Team,
We have a user group called Helpdesk.
We are trying to create a workflow where if any member of the Helpdesk group raises an access request for a user, the request should be auto-approved.
I can see userGroup is not present on the binding on the doc.
Could you please help if there is any workaround solution we can follow to achieve our requirement?
Solved! Go to Solution.
09/06/2024 05:41 AM
@PuspanjaliM refer below forum thread
09/06/2024 05:51 AM
use below condition
(com.saviynt.ecm.identitywarehouse.domain.Usergroup_users.executeQuery("select ugu.id from Usergroup_users ugu where ugu.user_groupkey = <usergroupkey> AND ugu.userkey= '${requestedby?.id}'")?.size() != 0)
Make sure language is selected as groovy