Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Advance Query For whom can the user setup delegate

GSR
Regular Contributor
Regular Contributor

Hello,

I want to restrict delegation setup to self and N+1

Use case: I need to allow any user to setup delegation for himself or for his/her manager behalf.

Thank you

3 REPLIES 3

Manu269
All-Star
All-Star

Did you check this post :

Cannot Setup Delegate via Manager SAV_ROLE - Saviynt Forums - 73110

How to Setup delegates for others - Saviynt Forums - 60859

Solved: Setup Deletgation - Saviynt Forums - 18830

These should be able to help

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Raghu
All-Star
All-Star

update query like below check it

select a from Users where a.id=${user.id}

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

rushikeshvartak_0-1713329954159.png

define below query in sav role --> For whom can the user setup delegate

select a from Users a where (a.manager=${users.id} or a.manager=${users.manager}) and a.statuskey=1

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.