Share via


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

  • _forUpdate
    Type: boolean
    Boolean value true if update is required; else false.

Return Value

Type: MCRCatalogFreeProduct Table
Record of type MCRCatalogFreeProduct table.

See Also

Reference

MCRCatalogFreeProduct Table