AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Everything Else
Calculating Cases O...
 
Notifications
Clear all

Questions Calculating Cases Over SLA

 
Everything Else
Last Post by Tim Rodman 7 years ago
1 Posts
1 Users
0 Reactions
3,713 Views
RSS
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
Topic starter
December 8, 2018 9:22 am
(@timrodman)
Famed Member
Joined: 10 years ago

The SLA on a Case in Acumatica is calculated by looking at the Class ID and Severity on a Case, then going to the Case Classes (CR206000) screen and looking up the Reaction Time based on those two values.

The Reaction Time gets added to the Date Reported on the Case to come up with the SLA value. You can see in the Case below that the SLA is 8 hours after the Date Reported.

 

When the Class ID and Severity in the screenshot above is looked up in the Case Classes (CR206000) screen, you can see that the Reaction Time is indeed 8 hours.

 

I wanted a way to find current Open Cases that are over their SLA.

For closed Cases, you can determine whether you met the SLA by comparing the Closing Date value to the SLA value. In the screenshot below, you can see that this Case met the SLA because the Closing Date is before the SLA.

 

But what about Open Cases? I wanted to know how many current Open Cases are over their SLA.

To do this I needed to compare the SLA Date/Time to the current Date/Time. But there is a time zoneissue to consider. The SLA value gets stored in the database in the UTC timezone. But the Now function uses the timezone of the system clock of the server. So I had to make sure to use the NowUTC function to make sure that I get Date/Time values in the same timezone.

Here is the formula that I came up with in a Generic Inquiry which shows how many minutes Over or Under the SLA. Then you can drop this on a Dashboard and filter to only show Cases without a Close Date where this calculated columns is positive.

=IIf([CRCase.ResolutionDate]=Null,DateDiff('n',[CRCase.SLAETA],NowUTC()),DateDiff('n',[CRCase.SLAETA],[CRCase.ResolutionDate]))

Topic Tags
acumatica user group
Forum Jump:
  Previous Topic
Next Topic  
Related Topics
  • Acumatica Lot and Serial Number Attributes
    4 years ago
  • Outside Processing Flag on Work Center
    5 years ago
  • Renaming (Changing) Email Account ID
    7 years ago
  • Acumatica Picking Process - Assignment Method of FIFO when Tracking Method is Not Tracked
    7 years ago
  • There is already an open DataReader
    7 years ago
Topic Tags:  acumatica user group (20) ,
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 17 Online
  • 2,324 Members
Our newest member: Michael Kiley
Latest Post: Pick List report suddenly not splitting on Shipment
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×