CatalogProduct::find Method
Retrieves a record for the given reference record ID.
Syntax
client server public static CatalogProduct find(RefRecId _catalogProductId, [boolean _forUpdate])
Run On
Called
Parameters
- _catalogProductId
Type: RefRecId Extended Data Type
The reference record ID of the record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether update is required.
Return Value
Type: CatalogProduct Table
A record in the CatalogProduct table.