Share via


InventMov_Prod_JournalProd.insertChildBuffer Method [AX 2012]

This member overrides the insertChildBuffer Method.

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 _pdsQtyNow])

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

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

  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

InventMov_Prod_JournalProd Class