Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
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
Called
Parameters
- _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