- 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 05:11 AM
Hi Abhimanyu,
navigate to configure dictionary of assignment group and check for the conditions.
Give conditions as Active is true and remove remaining conditions for this reference field.
It will display all the active groups.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 05:12 AM
It is likely to be your reference qualifier. On the Form, Right-Click the Assignment Group field and chose Configure Dictionary. Then look at the Reference Specification tab. Something in the conditions defined there will be excluding this group based on its field values.
Regards,
Paul.
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 05:24 AM
Thank you for four advice. But I have checked with the reference qualifier. Currently we have the condition "javascript:'active=true^' +getGroupType()" also i tried with the different condition as suggested only active true "javascript:'active=true'" also didn't work for me.
anything else that i am missing ? please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 05:27 AM
Hi Abimanyu,
Is it simple reference qualifier or dynamic reference qualifier ?.
I suggest you to use simple reference qualifier with condition as active
is true.
thank you
On Thursday, September 14, 2017, Abhimanyu Bansal <