VendInvoiceMatching::findActive Method
Finds and returns the invoice matching for the given ParmId and TableRefId fields.
Syntax
client server public static VendInvoiceMatching findActive(
ParmId _parmId,
TradeLineRefId _tableRefId,
[boolean _update])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The ParmId fields to find.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The TableRefId fields to find.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: VendInvoiceMatching Table
A VendInvoiceMatching record.