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

Limit the Delegate module view based on Employee Type

Saviynt_mar_IGA
New Contributor
New Contributor
Hello, 
 
Need help with the solution or direct me to articles for Delegate Module - where a user with a different 'Employee Type' should not be able to view the other Employee Types.
 
In simple terms, we need to restrict the view of Delegates in the Delegate Module based on the employee type of the user. Please let me know if at all this is possible. 
4 REPLIES 4

Raghu
All-Star
All-Star

@Saviynt_mar_IGA  use below query and update try it

 

select a from Users a where a.employeetype='Vendor' and a.statuskey=1

https://forums.saviynt.com/t5/identity-governance/advance-query-for-whom-can-the-user-setup-delegate...

 


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

rushikeshvartak
All-Star
All-Star

rushikeshvartak_1-1722396334344.png

 

 

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

select a from Users a where a.employeeType='${users.employeeType}' and a.statuskey=1

 


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

Saviynt_mar_IGA
New Contributor
New Contributor
Hello, 
 
Thanks for the response but this is not what we are looking for.
 
I do not need help with setting up delegates.
 
When we open the delegate tab all the different employee types can view the delegates that have been set. 
Is there a way where we can restrict the view of Delegates in the Delegate Module based on the employee type of the user.
 
For example: 'Third Party Employees' Employee Type should not be able to see the users with Employee Type as 'Employee'.
 
Please let me know if at all this is possible. 

No its not visible to restrict . Please raise idea ticket


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