VendInvoiceInfoLine_Asset::find Method
Finds the VendInvoiceInfoLine_Asset line for the given RecId field, if a line exists.
Syntax
client server public static VendInvoiceInfoLine_Asset find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID 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 Concurrency Model value that specifies the locking scheme; optional.
Return Value
Type: VendInvoiceInfoLine_Asset Table
A single VendInvoiceInfoLine_Asset table record if it exists.
Remarks
If the record does not exist, an empty VendInvoiceInfoLine_Asset table record is returned.