Click or drag to resize

LotsManagementCreateLinesForAvailableLots Method

Creates lines for available lots in the specified logistics documents.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory.DemandManagement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static void CreateLinesForAvailableLots(
	IEnumerable<ILogisticsDocument> documents,
	bool useAtp
)

Parameters

documents
Type: System.Collections.GenericIEnumerableILogisticsDocument
The documents.
useAtp
Type: SystemBoolean
if set to true [use atp].
Remarks
For each line an available lot is searched and added to the document. When the method finishes all lines should contain lot. If there is line without lot that means that there is no available lot for the product in this line.
See Also