PurchQuantity_Invoice.calcPendingMatchedQtyPurch Method [AX 2012]
Calculates a ReceiveNow quantity for pending invoice lines that are connected to a given PurchLine table record and matched to a packing slip.
protected InventQty calcPendingMatchedQtyPurch(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: