Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/15/2024 09:17 PM
Hi,
When a new request is raised for an enterprise role (from Request Access/Request Access for Others tile), the request should be sent for role owner’s approval. However, the approval for new account would be suppressed and it would be auto approved.How can we achieve this use case?
Solved! Go to Solution.
02/15/2024 09:38 PM
You can use below condition to detect new account and send it for seperate block
ars_requests.requesttype == 3 and entitlement.entitlement_value == null
02/15/2024 09:41 PM
Thanks rushi, but where to add this condition in workflow?
02/15/2024 10:14 PM
if else block
02/15/2024 10:17 PM
Yeah we can put this condition in if else block only but for role owner approval which tab we should use?
02/15/2024 10:27 PM
02/15/2024 10:30 PM
Thank you rushikesh
02/19/2024 10:02 PM - edited 02/19/2024 10:03 PM
Hi Rushikesh,
This condition is not working as we have requesting for a enterprise role not for an entitlement.
what would be the condition for requesting a enterprise role?
02/21/2024 09:20 PM
Hey @rushikeshvartak ,
when we are requesting for enterprise role create account task will also get created, requirement is that that request should get auto approve. in above workflow create account task is not getting auto approved.
Thanks
02/21/2024 09:30 PM
Please share Request History screenshot
02/21/2024 09:43 PM
02/21/2024 09:54 PM
Account gets created after request is approved hence its not feasible