Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/09/2024 11:51 PM
What query should be written to define the team under the Manager.
I tried writing, a.manager=${users.id} this query but still it shows me all the employees.
Please let me know the apt query used to define the team members under ARS!
06/10/2024 12:26 AM
@anujapawar try below
a.manager=${a.id}
06/10/2024 12:30 AM
Hi @Raghu ,
Tried it just now, it is still not working and giving me all the users under the team members!
Is there any different solution?
06/10/2024 12:31 AM
@anujapawar Refer sample here :
Set users to team member - Saviynt Forums - 94610
06/10/2024 12:34 AM
Hi @Manu269 ,
Tried all the things which are mentioned in the Set users to team member - Saviynt Forums - 94610 but it is still not giving me the expected results.
06/10/2024 07:30 PM
(a.manager=${users.id} or a.manager=${users.manager}) and a.statuskey=1