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