CatVendorProductCandidate::find Method
Finds a record in the table
Syntax
client server public static CatVendorProductCandidate find(
RecId recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- recId
Type: RecId Extended Data Type
A record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An instance of the ConcurrencyModel data type.
Return Value
Type: CatVendorProductCandidate Table
An instance of the CatVendorProductCandidate data type.
Remarks
Standard method on the table.