Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/15/2024 11:24 PM
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
04/16/2024 12:42 AM
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
04/16/2024 03:36 AM
update query like below check it
select a from Users where a.id=${user.id}
04/16/2024 09:59 PM - edited 04/16/2024 10:00 PM
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