Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Parent user restrictions within Delegations

William3squivel
New Contributor III
New Contributor III

When it comes to setting up a delegate there are the options to select a parent and delegate user.  A manager has the ability to select both parent and delegate user and we would only want the Manager to select their own name for parent user options and not have the power to select anyone other than themselves within the parent user functionallity as it leaves the option for a manager to delegate anyone's task at thier hands. Is their a custom query or restriction that only allows a user to select the delegate user and not the Parent user with the only option being themselves ? 

2 REPLIES 2

sk
All-Star
All-Star

On the user SAV ROLE try to populate below setting

For whom can the user setup delegate

Example: select a from Users a where a.id=${user?.id} -- this will restrict the user to setup delegate for his own id.


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

rushikeshvartak
All-Star
All-Star

Admin -> Sav roles -> Sav role

For whom can the user setup delegate :  select a from Users a where a.id =${user.id}

 

rushikeshvartak_0-1671559982800.png

 


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