We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Request Access for others workflow

km
New Contributor III
New Contributor III

Hi,

We have a requirement that the approval should go to the Manager of the requestor if its request for self and in case of request access for others, the approval should go to the manager of requestee. For example:

User A clicks on Request access for others.

User A selects UserB and then proceeds with the request.

The approval should go to UserB's Manager.

In the workflow I have used {requestedFor.username} to get the manager but doesnt seem to work.

Any ideas?

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

This feasible 

REQUESTED FORREQUESTED BYRequested For ManagerRequested By ManagerASSIGNEE/ Expected Approval
Rushikesh Vartak (rvartak)Rushikesh Vartak (rvartak)Dale Chipchase (U003961)Dale Chipchase (U003961)Dale Chipchase (U003961)
KC Park (G000706)Rushikesh Vartak (rvartak)Pradeep Kute (PKute3)Dale Chipchase (U003961)Pradeep Kute (PKute3)

Workflow :

rushikeshvartak_0-1663960060365.png

Query : select manager as userkey from users where userkey= ${requestedby.id}

Condition : requestedby.username eq user.username

PFA Transport Zip

rushikeshvartak_1-1663960150723.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.