
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2019 03:41 PM
Hi,
Do you know the difference between 'Actual time left ' and 'Business time left' .
The SLA is 10 days, I set the duration to 80H .
Thanks for help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 09:30 AM
What we've done is change the Duration filed so it doesn't show days, but instead hours. Not exactly what you're asking for, but this takes away a lot of confusion and is enough for us. Also requires no scripting, just adding an attribute.
Baseline, Duration looks like this:
What we do is:
- Right-click Duration, select Configure Dictionary
- Scroll down to Related Links, select Advanced View
- In the Attributes field, enter max_unit=hours
The result looks like this:
hope that helps /Tommy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2019 04:32 PM
Please check below results
https://docs.servicenow.com/bundle/london-it-service-management/page/product/service-level-management/reference/r_ElapsedTimeCounting.html
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2019 03:40 AM
Hi Emy,
to put it briefly:
- Actual time left is the calender time left until the SLA breaches - not considering your Schedule.
- Business time left is the time left until the SLA breaches, considering your Schedule.
Looking at your example above: if you have a Task SLA where 79 hours have elapsed on Friday evening at 6 pm (when your work week ends, according to your schedule), then you'll see it will breach on Monday morning at 10 am (that's when your Duration of 80 hours is reached).
- Actual time left is 64 hours (the number of hours from Friday 6 pm until Monday 10 am)
- Business time left is 1 hour (Monday morning from 9 to 10 am)
hope that helps /Tommy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 08:04 AM
Thanks Tommy,
Right, but my problem is the display of 3 days 8h instead of 10 BDays.
I think I need to write a script to change the display on Business time left
Imane,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 08:06 AM
This is possible with performance analytics scripted indicator source.
You can write scripted indicator source in which you can convert duration into number of hours.
Regards,
Sachin