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
Syntaxpublic static void CreateLinesForAvailableLots(
IEnumerable<ILogisticsDocument> documents,
bool useAtp
)
Public Shared Sub CreateLinesForAvailableLots (
documents As IEnumerable(Of ILogisticsDocument),
useAtp As Boolean
)
public:
static void CreateLinesForAvailableLots(
IEnumerable<ILogisticsDocument^>^ documents,
bool useAtp
)
static member CreateLinesForAvailableLots :
documents : IEnumerable<ILogisticsDocument> *
useAtp : bool -> unit
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