RetailCreateLinesFromProductsToAdd.loadLines Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
private Map loadLines(
EcoResProduct _ecoResProduct,
[Qty _lineQty,
InventDimId _lineInventDimId,
RefRecId _variantID,
RefRecId _lineRecID,
RecId _recId])
Microsoft Dynamics AX 2012 R2 (SYS)
private Map loadLines(
EcoResProduct _ecoResProduct,
[Qty _lineQty,
InventDimId _lineInventDimId,
RefRecId _variantID,
RefRecId _lineRecID])
Run On
CalledParameters
- _ecoResProduct
- Type: EcoResProduct Table
- _lineQty
- Type: Qty Extended Data Type
- _lineInventDimId
- Type: InventDimId Extended Data Type
- _variantID
- Type: RefRecId Extended Data Type
- _lineRecID
- Type: RefRecId Extended Data Type
- _recId
- Type: RecId Extended Data Type
Community Additions
ADD
Show:
Note