Question

Question regarding field "Execution_Offset"

  • 4 April 2023
  • 1 reply
  • 49 views

Userlevel 5
Badge +15

Hello,

I scheduled the Create Customer Order Reservations database task to run every 2 minutes to reserve customer order lines. I have one parameter called “EXECUTION_OFFSET” and I am not sure what it does. 

Can anyone provide some insight please?

Thanks,
Bryan


1 reply

Badge +4

Number of days before or after the date on which the scheduled job is run. This is used to decide the customer orders that would be included in the reservation, and the order lines are retrieved as per the following formula:

Planned Ship Date - Site’s Picking Lead Time <= Due Date  

A value in number format is required in this field. To include order lines with a future due date, you need to enter a negative offset. When the offset is positive, system considers the orders that were to be reserved in the past, i.e., with a past due date, according to the offset.

Reply