Share via


InventMov_Prod_JournalProd_Process.insertChildBuffer Method [AX 2012]

Gets the child reference ID.

Syntax

public InventTransChildRefId insertChildBuffer(
    InventDimId _inventDimId, 
    InventQty _qtyNow, 
    UnitQty _qtyNowUnit, 
    boolean _splitMovement, 
   [Object _updateClass, 
    PdsCWInventQty _pdsQtyNow])

Run On

Called

Parameters

  • _splitMovement
    Type: boolean
    A Boolean value that indicates whether to split the movement.
  • _updateClass
    Type: Object Class
    An Object object; optional.

Return Value

Type: InventTransChildRefId Extended Data Type
The child reference ID as an InventTransChildRefId value.

See Also

Reference

InventMov_Prod_JournalProd_Process Class