Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether update is required.

Return Value

Type: CatalogProduct Table
A record in the CatalogProduct table.

See Also

Reference

CatalogProduct Table