Share via


InventBaileeCreateSales_RU.createSalesLine 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
          protected void createSalesLine(
            InventDim _inventDim, 
            ItemId _itemId, 
            InventQtyAvailPhysical _availPhysical, 
            InventQtyOrdered _ordered)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void createSalesLine(InventSum _inventSum)

Run On

Called

Parameters

See Also

Reference

InventBaileeCreateSales_RU Class