Share via


EcoResProductMasterColor::existByProductColor Method

Indicates whether the specified record in the EcoResProductMasterColor table exists.

Syntax

client server public static boolean existByProductColor(
    RefRecId _productMaster, 
    RefRecId _productDimensionAttribute, 
    EcoResColorRecId _colorRecId)

Run On

Called

Parameters

  • _productDimensionAttribute
    Type: RefRecId Extended Data Type
    The ID of the EcoResProductDimensionAttribute record to use as a filter.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

EcoResProductMasterColor Table