No groups match the configured criteria work order assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 11:56 PM
Hello Experts,
I am very new to the work order form and am encountering an error related to the assignment group. The error message states that no group matches the configured criteria. I have checked the configured criteria for the assignment field on the work order form, and it appears that there is a reference qualifier in place. This reference qualifier specifies that the group type should be "ITIL." I have many groups in my system with the group type set to "ITIL," but the assignment group field is not displaying any groups as options.
I have read documents that mention it will populate based on the location covered by the group, assets, and skills. Following the documentation, I have created a custom group whose group type is "ITIL" and specified the location, assets, and skills for that custom group. I have attached a link to the document for reference.
I have also attached a screenshot of the error below for your reference. Please provide guidance on resolving this issue.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 01:08 AM
Hi @Mark Wood
Do you have any custom client scripts / UI Policies on this table? If yes, check once if any of them is adding this message and you can analyze what criteria the custom script is expecting.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 01:17 AM
Hello @AnveshKumar M , no i did't created any custom client script /Ui policy .in documents they mentioned Group that has an individual agent or vendor who will complete the task. By default, this field shows the recommended assignment groups based on the location, asset, and skills for the task. If the field is empty, the system searches for the group covering the territory that includes the location of the task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 01:11 AM
Hi @Mark Wood
Check this script below. Line 40
Name: Verify Group Fields
URL: https://<instance_name>/sys_script_client.do?sys_id=c916a05637232000158bbfc8bcbe5d26
And also the BR for g_scratchpad variables being used in the script above.
Name: Build scratchpad & display info messages
URL: https://<instance_name>/sys_script.do?sys_id=006cf2b1d7322100bbc783e80e61034a
Let me know if it works for you!
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 01:19 AM
Hello @Tai Vu , i read whole script but did not get it on what basis it will populate the assignment group.