Show only employees reporting to manager under dropdowne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-12-2023 04:29 AM
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()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-12-2023 05:31 AM
HI @avinashdubey103 ,
Use javascript:'manager='+gs.getUserID()
or
you can use simple with Manager is dynamic me
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-23-2023 05:44 AM
Hi @avinashdubey103 ,
Did my response help? if so,
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-08-2024 03:57 AM
Thanks , @Hemanth M1