- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 07:30 AM - edited 12-06-2024 07:45 AM
Hello all,
I have created a Problem Owner (reference field), to the Problem Manager form, I have created some code that should only filter those users who have the Problem Manager role. I have created the Reference qualifier = javascript:new prbFunctions().getprbmanagers().
My script include code is:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 07:46 AM
this should help directly without script
like this; give the exact role name
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 07:46 AM
this should help directly without script
like this; give the exact role name
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 07:54 AM
Yep, this has worked, I was trying to do it the hard way for some reason as I'm learning JavaScript.