VendInvoiceInfoLine_W::find Method
Finds the specified record in the VendInvoiceInfoLine_W table.
Syntax
client server public static VendInvoiceInfoLine_W find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of a VendInvoiceInfoLine_W record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel enumeration value that specifies which concurrency model to use when reading the record; optional.
Return Value
Type: VendInvoiceInfoLine_W Table
A VendInvoiceInfoLine_W record if found; otherwise, an empty record.