How to correct calculate first contact resolution rate

rui
Kilo Contributor

I use the the default metric definition FCR  in ServiesNow which I believe is calculated as " If the incident is inactive and the update count (sys_mod_count) is zero, its consider FCR."

So basically, FCR = true only happens for the below scenarios:  

  • Answer the call, ticket pop-up, close it right away without saving it first.

  • Manfully open a ticket, close it right away without saving it first.

However,  we are defining it as first contact resolution then emails need to be considered as a first contact resolution.   The bulk of tickets we receive come from emails, not counting those is not an accurate reflection of this metric.  

I am wondering how the FCR is caculated and used in other organization, and what is the way to get the metrics in ServiceNow?

Thank you!

Rui

 

 

 

 

2 REPLIES 2

rob_pastore
ServiceNow Employee
ServiceNow Employee

You can use a combination of contact type and the updates field (counts the number of times the task was updated)



So if update = 0 and contact type is phone then it's FCR.



if contact type is email and updates ==1 ; then it's FCR


Michael Brady
Kilo Guru

Hello i was wondering if you managed to resolve your question above and if so how what the scripting looks like in the Metric post change. Would you be able to share it at all? 

Thank you,

Mike.