CatalogProductInstanceValue::findByCatalogProduct Method
Retrieves the CatalogProductInstanceValue table record that has the specified CatalogProduct record ID.
Syntax
client server public static CatalogProductInstanceValue findByCatalogProduct(RefRecId _recId, [boolean _forupdate])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The CatalogProduct record ID to use for the search.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: CatalogProductInstanceValue Table
A CatalogProductInstanceValue table record; otherwise, an empty buffer.