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

How to redirect a request to requestee

Abhishek
New Contributor III
New Contributor III

Hi,

Is it possible to redirect a endpoint request to requestee for 1st level approval.

for ex: Some one is raising a request on my behalf then it should come to me for approval.

Do you know if this is possible to achieve in saviynt tool?

I tried multiple ways but the request gets redirected to admin.

 

ex: I choose Custom Assignment -> selected user field as "USERNAME" and the added object as below

${user}

${RequestedFor.username}

${user.username}

and, Under Custom assignment, I choose user field as "Custom Query" and tried below query but no luck, request goes to Admin:

select userkey from users where username = '${RequestedFor.username}'

select userkey from users where username = '${user}'

 

Kindly help.

 

Thanks

Abhishek Gupta

4 REPLIES 4

sahajranajee
Saviynt Employee
Saviynt Employee

Hello,

Self Approval is not possible in the workflow.


Regards,
Sahaj Ranajee
Sr. Product Specialist

yogesh
Regular Contributor III
Regular Contributor III

@sahajranajee Hi Sahaj,
Is there any other way to achieve this? Our use case is like this:

For Account Removal scenario, is user (account owner) requesting themselves? if yes then request requires no approval and account gets removed straight away.
If someone else is requesting the removal, then account should only be removed after approval from the owner of the application account.

Account Owner - Are you referring to Service Account? then use Custom assignment block with custom query

rushikeshvartak_1-1654145868879.png

 

if not service account then requestedFor eq requestedBy

rushikeshvartak_0-1654145803539.png

 


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

rushikeshvartak
All-Star
All-Star

whenever requestedby & requested for is same it will go for admin approval as per audit its should not be allowed


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