Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

SLA "Actual Elapsed time"

arb
Tera Contributor

My SLA timer is set for 00:04:14 yet it gives random Actual Elapsed Times?

find_real_file.png

1. Yet the "actual elapsed time"   sometimes stops at 3 mins or sometimes 4 mins yet still in progress?

find_real_file.png

2. Additionally once I do hit a stop condition by closing the incident the correct Actual elapsed time is shown?

find_real_file.png

3. So As you can see below its only after I "close" / "stop" the time does it show correct elapsed time as below.   Prior to closing it will display ~ 4 min?

find_real_file.png

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee

Depending how near it is to breach or if it has breach, it will be updated differently. OOB it's like this:


SLA has default scheduled jobs to regularly refresh the time calculations on each active task SLA.


  • SLA update (breach after 30 days): repeats every 5 days
  • SLA update (breach within 1 day): repeats every hour
  • SLA update (breach within 1 hour): repeats every 10 minutes
  • SLA update (breach within 10 min): repeats every 1 minute
  • SLA update (breach within 30 days): repeats every day
  • SLA update (already breached): repeats every day


Note: By default, the SLA update (already breached) scheduled job will calculate either for up to one year after it was breached or if 1000% of its allocated time is breached. You can set this maximum actual elapsed percentage value property in the SLA Engine properties.


Scheduled jobs for SLA



There is also a property that you can set to make it update when you look at the record in a form, to always have the latest numbers when you scroll down to the SLA related list. It's called "glide.sla.calculate_on_display"


SLA Engine properties



//Göran


View solution in original post

10 REPLIES 10

Hi @Göran Lundqvist ,

Hope you are doing good.

quick question on SLA if sla pauses does it also pauses actual elapse time along with business elapse time?