VendInvoiceInfoTable::find Method
Finds and returns the invoice for the given ParmId and TableRefId fields, if one exists.
Syntax
client server public static VendInvoiceInfoTable find(
ParmId _parmId,
TradeLineRefId _tableRefId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The ParmId value to check.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The TableRefId value to check.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; optional.
Return Value
Type: VendInvoiceInfoTable Table
A single VendInvoiceInfoTable table record if it exists.
Remarks
If the record doesn't exist, an empty VendInvoiceInfoTable table record is returned.