SalesQuantity_Confirm.pdsCWCalcQtyInvent Method [AX 2012]
Calculates catch weight quantity when posting.
Syntax
protected container pdsCWCalcQtyInvent(
Common _common,
[SalesUpdate _specQty,
PdsCWInventQty _qty,
boolean _creditRemaining,
boolean _calcRemaining])
Run On
Called
Parameters
- _common
Type: Common Table
The transaction record.
- _specQty
Type: SalesUpdate Enumeration
The quantity spec to process.
- _qty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity.
- _creditRemaining
Type: boolean
A Boolean value indicating if the remaining quantity is to be credited.
- _calcRemaining
Type: boolean
A Boolean value indicating whether the remaining quantities should be calculated.
Return Value
Type: container
The container with catch weight quantities. The container will have the quantities in the following order: qty, remainBefore, remainAfter.