Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Background Booking:
Booking of the transport orders will be performed with the Task Scheduler.

Skip updating Source Docs after booking TO:
When a Transport Order is successfully booked ,the actual carrier and track & trace information is stamped on the source documents. This is valuable because the transactions and the posted documents would then hold the relevant track & trace information, and the correct shipping agent & - service, etc…

However, updating source documents has a severe impact on performance and especially in warehouse processes it can cause locking in multi-user warehousing processes. This is because source documents are also being updated when warehouse documents are posted. For this reason it’s possible to postpone the updating of source documents to a later stage. The source documents will then be updated when the status updates of the delivery of transport orders are processed. This process can be scheduled in a background job and is committed after processing a single transport orders, which minimizes the risk of table locks. If the track & trace information is required on posted documents, then one must assure that the synchronize function is executed prior to posting warehouse shipments.

Automatically add one default package:
If enabled the default package will be inserted in the transport order of sales order line.

...