PurchQuantity_Invoice.calcPendingMatchedQtyInvent Method [AX 2012]
Calculates an InventNow quantity for pending invoice lines that are connected to given PurchLine table record and matched to a packing slip.
protected InventQty calcPendingMatchedQtyInvent(PurchLine purchLine, [boolean _pendingOnly])
Run On
CalledParameters
- purchLine
- Type: PurchLine Table
The PurchLine table record to use for calculation.
- _pendingOnly
- Type: boolean
A Boolean value that determines whether only pending invoice lines are considered connected; optional.
Community Additions
ADD
Show: