- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 12:10 PM
I am new to ServiceNow and was tasked with something that I can't seem to figure out.
Currently, in FSM, 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-27-2025 07:19 PM
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:48 AM
I found a business rule where I was able to change the sys_id to the correct Qualification group.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 07:19 PM
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:48 AM
I found a business rule where I was able to change the sys_id to the correct Qualification group.
Thank you!