- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 05:06 AM
We have one assignment group that is not coming in the group hierarchy. when ever i am trying to search it simply not coming in the INCIDENT while it is coming in the Change.
The Assignment group has no role also there we didn't write any ui policy, Client script, business rule for hiding it.
Could anyone advice me why this assignment group is not coming?
PFA screen shot.
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 01:45 AM
Hi All,I find the solution and cause for the issue. Thank you for all your support.
here is the cause for the issue.
The assignment_group field has an advanced reference qualifier configured:
javascript:'active=true^' +getGroupType()
This will be applied to results on Task records and tables extending it, for example Change Request.
but there was an override reference qualifier configured for incident table:
javascript:'active=true^name!=SAP Systems Support^' +getGroupType() (Due to this it was creating issue)
So, this different filter will be applied for Assignment Group results on the Incident table
Thanks & Regards,
Abhimanyu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 06:37 AM
Hi Harish,
I have tried with both the way. Still it is not showing.
I simply create the new group with name "test" and all the condition was same, that group is coming so i think there is no issue with the role and reference qualifier.
anything which can restrict a assignment group please let me know

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 05:27 AM
Hi Abhimanyu,
Look for Group type. Probably when you say it appears for change request it should be of type Change. You need to add incident/itil type for make it appear at incident form as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 06:33 AM
jaspalsinghchot
Thank you Jaspal.
But the thing is Assignment group type is simply "Assignment Group". and i didn't give any role for this group. I tried by providing itil role but the result was same.
Anything else which i can check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 06:43 AM
Hi Abhimanyu,
Can you please re-confirm once again if the group is Active or not ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 11:01 AM
yes Harish. it is active.