Reassignments of incidents without Reassignment Reason Code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2023 05:31 AM
Users in Field Services assignment groups are able to reassign incidents within Field Services groups without reassignment reason being required. All resolvers, regardless of group or priveleges is required to enter a reassignment reason.
We need to determine if this is a privilege granted to the FS resolver groups or if there is logic in place to not require a reassignment reason when transferring tickets between FS groups
Modify code and/or privileges to require all users to enter reassignment reason when reassigning an incident to another resolver group
Help on script for resolving this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2023 02:23 PM
To modify the behavior of ServiceNow Field Services assignment groups to require a reassignment reason when reassigning incidents to another resolver group, you can update the business rule that is responsible for the reassignment action. Here are the steps to modify the business rule:
Navigate to the "Field Service Management" application in ServiceNow.
Open the "Business Rules" module and search for the "FSM - Update Incident Resolvers" business rule.
Open the "FSM - Update Incident Resolvers" business rule and locate the "reassignIncident" function.
Update the "reassignIncident" function to include a check for the reassignment reason field. If the reassignment reason field is empty or null, the function should return an error message and prevent the reassignment from occurring.
Here is an example of the updated code:
- Save the business rule.
After updating the business rule, all users, including those in ServiceNow Field Services assignment groups, will be required to enter a reassignment reason when reassigning incidents to another resolver group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2023 06:40 AM
Hi Punit, thanks for reply.
But I cannot find "FSM - Update Incident Resolvers" business rule in system.
Suggest any other way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2023 12:33 PM
There can be two possibilities , your instance may have a level of customization on top of baseline object or the business rule may have been updated/renamed . You can check the same with an OOB or other sub-prod instance and try to ensure your instances have baseline objects including FSM - Update Incident Resolvers BR.
Please mark this correct/helpful if you find reply valuable.
Thanks,
Punit