Share via


PurchLine.calcPendingMatchedQtyPurch Method

Calculates the sum of the ReceiveNow quantity for invoice lines that are connected to this PurchLine table record, which are matched to a packing slip.

Syntax

public PurchQty calcPendingMatchedQtyPurch([boolean _pendingOnly, boolean _openEndedOnly])

Run On

Called

Parameters

  • _pendingOnly
    Type: boolean
    A Boolean value that specifies whether only pending invoice lines are considered connected.
  • _openEndedOnly
    Type: boolean
    A Boolean value which determines whether to consider only sub lines without a relationship to a packing slip.

Return Value

Type: PurchQty Extended Data Type
The calculated ReceiveNow quantity.

Remarks

Records from the VendInvoiceInfoSubLine table are used in the calculation.

See Also

Reference

PurchLine Table