I want a Related List in User sys_user table, named "Direct Reports", which would display all the User who have me as their manager??

scottyharris
Kilo Contributor

I want a Related List in User sys_user table, named "Direct Reports", which would display all the User who have me as their manager??

Tried This but not working

find_real_file.png

1 ACCEPTED SOLUTION

ServiceNow SA
Kilo Guru

Hey scotty,



I guess we already have OOB related list. Can you check that



find_real_file.png


View solution in original post

3 REPLIES 3

Sharique Azim
Mega Sage

Hi Scotty,



You should rather not use the advanced related list.



Query from user table and applies to   user table.


<untested>


in the query


current.addQuery('manager',gs.getUserID());


Please read the below comments made by vartika . No need to create another relationship if an OOB already exists.


Great job!


ServiceNow SA
Kilo Guru

Hey scotty,



I guess we already have OOB related list. Can you check that



find_real_file.png