Share via


RetailCreateLinesFromProductsToAdd.loadLines Method [AX 2012]

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

See Also

Reference

RetailCreateLinesFromProductsToAdd Class