How case escalations work in ServiceNow
On occasion, an end-user may not get the attention or urgency that they would like on a case they've submitted and agents/operators find themselves on the receiving end of an "I want my issue escalated" request. I found myself wondering how that even works w/in ServiceNow so dug into how that workflow actually works.
Turns out an out-of-the-box escalation workflow only exists in 3 places, HR Service Delivery, Workplace Service Delivery, and CSM. How it works in them is slightly different so here are a couple of diagrams to make your understanding and setup/configuration a bit easier.
Within HRSD and Workplace Service Delivery the processes are largely identical.
- An agent receiving an 'escalate my case' request leverages the escalation UI action link in the case form and fills out a simple text field on the reason.
- The escalation rule table is simply a set of records defining the "from" and "to" assignment groups. Think of this as a record indicating that if the current assignment group is Tier1 then the escalation group is Tier2.
- Submission of the escalation form in step 1 simply leverages the escalation rule to re-assign it.
- If the case had previously been assigned to a person, it will be reassigned to a person in the escalation group. If the case had not been assigned to a person, the assigned to is left blank after reassignment.
Within CSM, as you can see above, the process is far more robust with a lot more moving parts.
- An agent receiving an 'escalate my case' request leverages the escalation UI action link in the case form.
- That form contains quite a bit more than the simple text field you saw in HR/WP. Details of that form are shown in the diagram above.
- After submitting the escalation form 2 parallel paths are taken
- 1. An escalation record is created and linked to the original case record. Escalation records can contain SLA's, watchlist and other associated workflows as relevant to your organizational processes.
- An escalation template is referenced as it was defined in the escalation form which among other things defines whether approval is required for the case to be escalated or not. If approval is not required the the case is flagged, if an approval is required its sent to the group defined in the template.
- Should the case be flagged, the case receives a pretty little color enhancement to make it more obvious to the agent that attention needs to occur. See image below for how that looks in both the classic UI and agent workspace.
- Finally, once the escalation is appropriately dealt with the agent can leverage a 'Deescalate' UI Action now present on the case form. This closes out the escalation record and unflags the case.
Hope this helps!
https://www.servicenow.com/community/now-platform-articles/how-case-escalations-work-in-servicenow/ta-p/2307397
