Dictionary Override defined on task table's Assignment Group for a custom table is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 12:48 AM
We have a custom table that uses assignment group field from the task table(parent table). However I can see all of a sudden the dictionary override is no longer working. For our custom table the support group selectable should be limited to certain process groups but currently we are able to select all the assignment groups listed in sys_user_group.
Does anyone have any idea why this is happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 01:05 AM
you can create dictionary override and add your reference qualifier and restrict the records
share screenshot for what you configured
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 10:25 PM
Hi Ankur,
We already have one configured, it just happens to work for many but not for some. Even though the roles are same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 11:10 PM
you didn't share the config screenshots
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2026 10:35 PM
I can't share most of it, but here's how it looks like:
Base table: Task [task]
Table: ABC Case [x_abc_case]
Column name: assignment_group
Override reference qualifier: true
Reference qualifier: javascript:'sys_idIN'+new AbcGroupList().caseGrpList(current);
The script:
