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.
Gets or sets the catch weight quantity that will be 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
public PdsCWInventQty pdsCWReserveNow(
boolean _set,
InventSum _inventSum,
InventQty _reserveNow,
PdsCWInventQty _cwReserveNow,
[boolean _cwForceActual,
InventDim _inventDim])
Microsoft Dynamics AX 2012 R2 (SYS)
public PdsCWInventQty pdsCWReserveNow(
boolean _set,
InventSum _inventSum,
InventQty _reserveNow,
PdsCWInventQty _cwReserveNow,
[boolean _cwForceActual,
InventDim _inventDim])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public PdsCWInventQty pdsCWReserveNow(
boolean _set,
InventSum _inventSum,
InventQty _reserveNow,
PdsCWInventQty _cwReserveNow,
[boolean _cwForceActual])
Microsoft Dynamics AX 2012 (FPK)
public PdsCWInventQty pdsCWReserveNow(
boolean _set,
InventSum _inventSum,
InventQty _reserveNow,
PdsCWInventQty _cwReserveNow,
[boolean _cwForceActual])
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to attempt to reserve inventory.
- _inventSum
Type: InventSum Table
The InventSum record that will be used in the reservation process.
- _reserveNow
Type: InventQty Extended Data Type
The quantity which to attempt to reserve.
- _cwReserveNow
Type: PdsCWInventQty Extended Data Type
The catch weight quantity which to attempt to reserve.
- _cwForceActual
Type: boolean
A Boolean value that indicates whether to force the reservation.
- _inventDim
Type: InventDim Table
Return Value
Type: PdsCWInventQty Extended Data Type
The catch weight quantity reserved.