SalesQuantity_ShippingBill_IN.calcQtyInvent Method [AX 2012]
Calculates the inventory quantity of the shipping bill.
Syntax
protected container calcQtyInvent(
Common _common,
[SalesUpdate _specQty,
InventQty _qty,
boolean _creditRemaining,
boolean _calcRemaining,
PackingSlipIdForUpdate_W _packingSlips])
Run On
Called
Parameters
- _common
Type: Common Table
The instance of the Common class.
- _specQty
Type: SalesUpdate Enumeration
The sales update information.
- _qty
Type: InventQty Extended Data Type
The inventory quantity amount.
- _creditRemaining
Type: boolean
A Boolean value that indicates whether any credit remains.
- _calcRemaining
Type: boolean
A Boolean value that indicates whether the remaining will be calculated.
- _packingSlips
Type: PackingSlipIdForUpdate_W Extended Data Type
The packing slip ID for update.
Return Value
Type: container
The inventory quantity of the sales quantity shipping bill.