PurchLine.calcPendingMatchedQtyInvent Method

Calculates a sum of the InventNow quantities for invoice lines that are connected to this record in the PurchLine table that are matched to a packing slip.

Syntax

public InventQty calcPendingMatchedQtyInvent([boolean _pendingOnly])

Run On

Called

Parameters

  • _pendingOnly
    Type: boolean
    A Boolean value that indicates whether only pending invoice lines are considered connected; optional.

Return Value

Type: InventQty Extended Data Type
The calculated InventNow quantity.

Remarks

Records in the VendInvoiceInfoSubLine table are used in the calculation.

See Also

Reference

PurchLine Table