Table of Contents

Logistic Steering

Logistic Steering makes it possible to adjust the quantity on a shipment document line based on certain percentage of the order quantity. The difference will be registerd as a Quantity Registration. An example for when to use this functionality is when there is a shortage in stock and you want to divide this stock fairly over your customers. This can be setup for any customer item adress combination and a specific period.

To use Logistic Steering a line with the correct configuration in the 'Customer Item Address Setup' is needed (or multiple lines), there has to be a status function and an extra line in 'WMS Doc. Quantity Reg. Type'.

Customer Item Address Setup

In the customer item address setup the following fields apply:

Field Remark
Customer Item No. When a customer item is filled the line will apply only for this customer item. When the field is empty it applies for all customer items.
Address No. When a address is filled the line will apply only for this address. When the field is empty it applies for all addresses.
Starting Date The starting date of the period for which the logistic steering has to apply. This field has to be filled.
Ending Date The ending date of the period for which the logistic steering has to apply. This field has to be filled.
Logistic Steering Fill in the percentage of the order quantity has to be taken as quantity. For example, when 80 is filled, the quantity will be filled with 80% of the order quantity. This field has to be filled.

Status Function

Use function 75 (Apply Logistic Steering to a Shipment(lines)) from codeunit 11191011 (3PL Status Functions WMS).

Parameters:

Parameter Remarks
DATEFIELDNO In this field you can set the field number of a date field from the document header (shipment). The validity of a line in the customer item address setup will be based on this date. When empty the posting date will be used.
ITEMNOFILTER Set this paramter with a Customer Item No. when you want to use the Logistic Steering for a specific customer item.
QTYREGCODE Here you can set a value that will be used as Registration Type Code in the Quantity Registration. When empty 'LS' will be used as the value for this type code.

WMS Doc. Quantity Reg. Type

When the parameter 'QTYREGCODE' in the status function is filled. This value also has to be added to 'WMS Doc. Quantity Reg. Type'. If the paramater is empty you should add 'LS' because this is the standard value that will be used.