FSM - Changing Qualification Group for Work Orders

WR2
Tera Expert
Hello,

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!

2 ACCEPTED SOLUTIONS

SalmatO
ServiceNow Employee
ServiceNow Employee

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 

View solution in original post

I found a business rule where I was able to change the sys_id to the correct Qualification group.

Thank you!

View solution in original post

2 REPLIES 2

SalmatO
ServiceNow Employee
ServiceNow Employee

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 

I found a business rule where I was able to change the sys_id to the correct Qualification group.

Thank you!