Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
The due date is calculating an item delivery time incorrectly in the order status page - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • The due date is calculating an item delivery time incorrectly in the order status page
KB0688326

The due date is calculating an item delivery time incorrectly in the order status page


936 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

Symptoms


The due date is calculating an item delivery time incorrectly in the order status page

 

Release


Jakarta Patch 8b

Cause


The expected days are converted into hours and then those hours are divided into 8 hours per day schedule. So we will be seeing a long due date

Resolution


The delivery time in the order status page is being populated from a custom business rule. (customization)
 
When I looked at the business rule, it looks like we are taking in the expected time from the custom table and since we have four records for the catalog item "JIRA", in total the expected time turns out to be 8 days.
 
So now when we convert the 8 days into hours (8 *24), we get 192 hrs. So we are passing this 192 hrs expected time to the 8 - 5-weekday schedule (i.e) 8 hours per day. So when we convert the 192 hours to 8 hours per day schedule, the due date now roughly is 24 Weekdays. 
 
Therefore when we spread 24 weekdays from today (adding the weekends) the delivery date exceeds to just over a month. Thus we see the delivery date more than a month on the order status page.
 
We can get over this issue, by mentioning the hours instead of days. For example, if we want to have the expected time as 1 day, we can specify in the "expected time" as 8 hours. 
 
Similarly, for 3 days, we can specify the "Expected time" as 3*8 = 24 hours, which would be 1 day (it does not matter if the hours get converted to days by this way). By this way, we can avoid the long delivery time.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.