- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 05:27 AM
Hello,
I am new to ServiceNow and was tasked with something that I can't seem to figure out.
Currently, when a user clicks on a catalog tile named "Facilities" from the Service Portal and submits the form, a work order is created which is automatically assigned to the Qualification group named "Facilities Distribution Center".
The request is to change the Qualification group that it defaults to, from "Facilities Distribution Center" to "Facilities Headquarters".
So I just need to change the Qualification group that all work orders are automatically assigned to. Thought it would be an easy task but I can't seem to find a way to do it.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 01:35 AM
To change the default Qualification group, you’ll need to modify the logic that assigns the group when the work order is created. This can typically be handled by updating either the configuration or a business rule. You will need to find the assignment logic, check field service catalog or business rules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 02:10 PM
Hi @WR2 I have a similar issue, I have impersonated a user, created a facilities work order and onSubmit, an error message please select a valid qualification group" is presented. I am unable to determine what changed. Oddly as an admin if I submit the same request, it gets assigned to the assignment group. I wonder if the issues we are having are related.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 05:01 AM
Hi @KKrabbenhoft , It could be. I am still digging but haven't been able to find anything yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 01:35 AM
To change the default Qualification group, you’ll need to modify the logic that assigns the group when the work order is created. This can typically be handled by updating either the configuration or a business rule. You will need to find the assignment logic, check field service catalog or business rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 08:49 AM
I found a business rule where I was able to change the sys_id to the correct Qualification group.
Thank you!