How to filter users based on a specific role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2015 06:53 AM
I have user reference field and i want to filter the users with certain role.
I was trying to use Advanced reference qualifier Reference Qualifiers - ServiceNow Wiki from this article but it`s not working
javascript:"sys_idIN"+getRoledUsers("IN","itil_admin").join(",")
Mine is scoped Application with Fuji.
Thanks in advance
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2015 11:52 PM
Hi, I believe you have a period at the end of your Reference qual. Try changing it without the period:
javascript:"sys_idIN"+getRoledUsers("IN","itil_admin").join(",")
It shall make the trick! Have a good one.
Thanks,
Berny

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 05:22 AM
Thanks man, you helped me out.
Hey nthumma, Please mark this answer correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 11:30 PM
You're welcome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2018 07:40 AM
Hi, do you believe you mark this response as correct so that we can close this thread?
Thanks,
Berny