MCRCatalogFreeProduct::findByProduct Method
This method is used to find the catalog product from based on catalog ID and product ID.
Syntax
client server public static MCRCatalogFreeProduct findByProduct(
CatalogRefRecId _catalogId,
EcoResProductRecId _productId,
[boolean _forUpdate])
Run On
Called
Parameters
- _catalogId
Type: CatalogRefRecId Extended Data Type
The cataog reference recID.
- _productId
Type: EcoResProductRecId Extended Data Type
The product recID.
- _forUpdate
Type: boolean
Boolean value true if update is required; else false.
Return Value
Type: MCRCatalogFreeProduct Table
Record of type MCRCatalogFreeProduct table.