08/23/2023 02:02 AM
Hello,
in the SAV documentation, we see that the OOTB SAV role "ROLE_SAV_MANAGER" has the ability to "Create a delegate from the Create Delegate page.".
Does this only concern the own user or do managers have the ability to create a delegation from one user to another user of whom they are the manager?
Thank you for the clarification!
08/24/2023 03:48 PM
Hi @VicyB ,
We tested this scenario and the manager can create a delegate from one user to another user.
So a user with ROLE_SAV_MANAGER can create delegates for any user in the environment.
Thanks.
08/24/2023 06:43 PM
Yes you can use below query in SAV Role
select a from Users a where a.manager = ${users?.id} --> To support delegation of subordinate under
manager