- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 01:04 PM
How do I edit the reference qualifier on "verify the employee requesting this case" in the HR agent workspace?
For some odd reason, the field is only pulling in a handful of people, where there are about 1K+ users on the instance.
I swear it was working a couple of days ago, and now it has stopped, and I don't know how to revert it to OOB.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 06:39 AM
I figured out the issue.
So based on this: https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/search-admin...
I just need to reindex the sys_user table, and it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 02:02 PM
Hi @JDX7913,
This field sounds like it’s using a reference qualifier that may have been recently customized, which is now filtering out users incorrectly.
Here’s how you can troubleshoot and edit it:
Open the form in HR Agent Workspace and use "Inspect" mode (Control + Right Click > "Inspect") to find the field name and table.
Go to System UI > Form Layout (or use Form Designer) and find the field:
Table: Likely sn_hr_core_case or a related HR table
Field: Usually something like subject_person or opened_for
In the dictionary entry for that field, check the Reference Qualifier:
Look for a custom script filtering users (e.g., active=true, roles, etc.)
See if it's using a Dynamic Reference Qualifier
If it's a dynamic filter, go to:
System Definition > Dynamic Reference Qualifiers
and look for recent updates or customizations.To reset to OOB (Out-of-Box) behavior:
Right-click the field > Show Dictionary > Use the hamburger menu > Revert to OOB
Or compare with a sub-prod instance (if available)
Also, double-check if the missing users:
Are active
Have appropriate roles or department values
Aren’t excluded by ACLs or custom Business Rules
👉 If this was helpful, feel free to give it a thumbs-up! 😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 09:03 AM
I checked the sn_hr_core_case table and I check the fields as you mentioned (subject_person or opened_for) and all of them are OOB. Everything seems OOB aswell. So I have no clue where else to look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 06:39 AM
I figured out the issue.
So based on this: https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/search-admin...
I just need to reindex the sys_user table, and it worked.