Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventDimId
Type: InventDimId Extended Data Type
- _qtyNow
Type: InventQty Extended Data Type
- _qtyNowUnit
Type: UnitQty Extended Data Type
- _splitMovement
Type: boolean
- _updateClass
Type: Object Class
- _pdsQtyNow
Type: PdsCWInventQty Extended Data Type