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

Consult Query not showing all the Managers

Isha
New Contributor III
New Contributor III

Hi, 

We are using the following query for Consult to list all the Managers.

select u from Users u where 1=1 and u.id in (select distinct manager from Users)

But the Consult list is not showing all the managers. A few managers are not present in the consult list.

Also, what does this Note at to of consult list page mean?

Note: Consult action will not be applied on the item if it belongs to the user selected for consulting

9 REPLIES 9

NM
Honored Contributor III
Honored Contributor III

@Isha are those managers inactive in saviynt?


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

Isha
New Contributor III
New Contributor III

No, they are Active but still not showing in the Consult list.

How many users are not visible ?


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

Isha
New Contributor III
New Contributor III

Atleast 10+. In the logs  we can see the query as:

select new Map(u.username as username, u.id as id, u.firstname as firstname, u.lastname as lastname, u.systemUserName as systemUserName, u.email as email) from Users u where 1=1 and u.id in (select distinct m.manager from Users m where m.username='Test_user_****') and u.statuskey = 1 and u.id not in (:notInList)"

What does notInList mean?

Does manager is campaign owner ?


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

Isha
New Contributor III
New Contributor III

Yes , manager is campaign owner 

NM
Honored Contributor III
Honored Contributor III

@Isha if they are assigned with certification they won't appear in the list.


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

  • Campaign owner does not appear in consult This is product standard behavior
  • Please click the 'Accept As Solution' button on the reply (or replies) that best answers your original question and hit 'Kudos' button 👍.

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

Isha
New Contributor III
New Contributor III

Okay, thanks !