InventMovement.insertChildBuffer 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
          public InventTransChildRefId insertChildBuffer(
            InventDimId _inventDimId, 
            InventQty _qtyNow, 
            UnitQty _qtyNowUnit, 
            boolean _splitMovement, 
           [Object _updateClass, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventTransChildRefId insertChildBuffer(
            InventDimId _inventDimId, 
            InventQty _qtyNow, 
            UnitQty _qtyNowUnit, 
            boolean _splitMovement, 
           [Object _updateClass, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public InventTransChildRefId insertChildBuffer(
            InventDimId _inventDimId, 
            InventQty _qtyNow, 
            UnitQty _qtyNowUnit, 
            boolean _splitMovement, 
           [Object _updateClass, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 (FPK)
          public InventTransChildRefId insertChildBuffer(
            InventDimId _inventDimId, 
            InventQty _qtyNow, 
            UnitQty _qtyNowUnit, 
            boolean _splitMovement, 
           [Object _updateClass])

  Microsoft Dynamics AX 2012 (SYS)
          public InventTransChildRefId insertChildBuffer(
            InventDimId _inventDimId, 
            InventQty _qtyNow, 
            UnitQty _qtyNowUnit, 
            boolean _splitMovement, 
           [Object _updateClass])

Run On

Called

Parameters

See Also

Reference

InventMovement Class