Show only employees reporting to manager under dropdowne

avinashdubey103
Tera Guru

Hi , I have a requirement to:

1.Create a on behalf reference field 

2.Show all the employees that report to logined user as dropdown.

I have created a reference field and trying to use a reference qualifier to display list of employee :

Its not giving only those users 
Reference qualifier conditon :javascript:'manager'+gs.getUserID()

avinashdubey103_0-1702381756751.png

 

3 REPLIES 3

Hemanth M1
Giga Sage
Giga Sage

HI @avinashdubey103 ,

 

Use javascript:'manager='+gs.getUserID()

or 

you can use simple with Manager is dynamic me

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

Hi @avinashdubey103 ,

 

Did my response help? if so,

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

Thanks , @Hemanth M1