- 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:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 11:03 AM
yes i checked this type only.
here we mentioned type as "Assignment Group"
Thanks & Regards,
Abhimanyu Bansal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 11:05 AM
I attached the screen shot of the current configuration of that assignment group. please have a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 11:41 AM
Ok, the issue here (given the facts above) point to this being a data issue. Put all columns on for group list view and compare like for like each column for the group that doesn't appear and the one that does. If they are identical you need to move onto the next possible cause, but start here and prove/discount data Being the culprit.
Regards,
Paul
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 02:07 AM
Hi Paul,
i tried as suggest by you but all the data is identical.
Could you please tell me what could be next possible cause?