- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 01:07 AM
I want to restrict the groups displayed in the assignment_group field on the incident form using a reference qualifier. However, I am unable to find the dictionary entry for assignment_group in the incident table. I discovered that the reference table is task, which itself references another table. I believe the base table might be sys_user_group, but I am not certain. Can someone provide guidance on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 01:45 AM
Reference Qualifier is the way to go Mate.
Only tip would be try not to hardcode Groups & if the condition is too long then call a script include. And make sure you test it well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 02:10 AM
@JJose You should mark @Sandeep Rajput's response as correct as well.
You can mark 2 correct answers to a question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 01:29 AM
@JJose Assignment group field on incident form is derived from the task table (incident is extended from the task table). Hence in order to create a reference qualifier on the assignment group field which works on the incident table, you need to create a dictionary override.
For more information on dictionary override please refer to https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/data-diction...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 01:38 AM
Many thanks, Sandeep. Before I change any settings, since I am new as well, is this a good approach for my requirement? Are there any additional tips, such as UI policies or ACL rules, to achieve my requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 01:45 AM
Reference Qualifier is the way to go Mate.
Only tip would be try not to hardcode Groups & if the condition is too long then call a script include. And make sure you test it well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 02:10 AM
@JJose You should mark @Sandeep Rajput's response as correct as well.
You can mark 2 correct answers to a question.