InventOnhandReserve.pdsCWReserveNowParent Method [AX 2012]
Gets or sets the catch weight quantity that will be reserved with dimension as parent.
Syntax
public PdsCWInventQty pdsCWReserveNowParent(
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 to attempt to reserve.
- _cwForceActual
Type: boolean
A Boolean value that indicates whether to force the reservation.
Return Value
Type: PdsCWInventQty Extended Data Type
The catch weight quantity reserved.