CatalogProduct::findByProduct Method
Finds a catalog product based on the catalog ID and the product ID.
Syntax
client server public static CatalogProduct findByProduct(
CatalogRefRecId _catalogId,
EcoResProductRecId _productId,
[boolean _forUpdate])
Run On
Called
Parameters
- _catalogId
Type: CatalogRefRecId Extended Data Type
The record ID of the catalog reference.
- _productId
Type: EcoResProductRecId Extended Data Type
The product record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether update is required.
Return Value
Type: CatalogProduct Table
A record in the CatalogProduct table.