InventTransferUpdPick.reservebuffer Method [AX 2012]
Reserves the quantity from the inventTransferParmline. If it is not possible to do the reservation for the entire quantity, only the possible quantity is reserved.
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 reservebuffer(
InventMovement _movementFrom,
InventQty _updateNow,
InventDim _inventDim,
InventDimParm _inventDimParmReserve,
[PdsCWInventQty _pdsCWUpdateNow])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void reservebuffer(
InventMovement _movementFrom,
InventQty _updateNow,
InventDim _inventDim,
InventDimParm _inventDimParmReserve,
[PdsCWInventQty _pdsCWUpdateNow])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void reservebuffer(
InventMovement _movementFrom,
InventQty _updateNow,
InventDim _inventDim,
InventDimParm _inventDimParmReserve,
[PdsCWInventQty _pdsCWUpdateNow])
Microsoft Dynamics AX 2012 (FPK)
protected void reservebuffer(
InventMovement _movementFrom,
InventQty _updateNow,
InventDim _inventDim,
InventDimParm _inventDimParmReserve)
Microsoft Dynamics AX 2012 (SYS)
protected void reservebuffer(
InventMovement _movementFrom,
InventQty _updateNow,
InventDim _inventDim,
InventDimParm _inventDimParmReserve)
Run On
Called
Parameters
- _movementFrom
Type: InventMovement Class
The InventMovement that is used to do the reservation.
- _updateNow
Type: InventQty Extended Data Type
- _inventDim
Type: InventDim Table
The InventDim that should be used for the reservation.
- _inventDimParmReserve
Type: InventDimParm Table
The InventDimParm that should be used for the reservation.
- _pdsCWUpdateNow
Type: PdsCWInventQty Extended Data Type
Remarks
The returned quantity represents the quantity that can be picked. This means that the inventory transaction that has child references to, for example Output orders, are not included in the quantity.