Assignment Groups Missing in Group Hierarchy in Incident Form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 10:15 AM
Hi Team,
I am having an issue with the group hierarchy on incident form.
we have a lookup field for assignment group on incident form. In that field group hierarchy some groups are missing.
But when I search them manually they are showing up.
Is there a way to add those missing groups into the hierarchy.
Thank you.!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 11:16 AM
So, as you can see it is a advanced reference qualifier, which resides in a script include, you can find the script include and the function.
Here only your filtering is happening, so go through the script you will find your answer.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 04:05 AM
Hi Aman,
I went through the script but there is no filter for the missing groups. everything seems fine.
Is there anything else that might cause this issue?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 05:00 AM
Remove all reference qualifier from dictionary override and check if those groups are visible or not.
This will help you test if it is a data issue or something is happening in the script include.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 05:22 PM
Hi Pandu,
OOTB assigmnent group is on Task[task] table reference field.
Yes, there is Simple reference qualifier applied, please see attached SS.
My suggestion would be add Type is itil or null (according to your reference qualifier) in the group record (for those groups which are unvisible or not showing up). please see attached SS.
Thanks,
Neha
Feel free to mark correct/helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 04:56 AM
Hi Neha,
The configurations were made in the same way you suggested.
Still those groups were not showing up.
Thanks.