EcoResProductMasterStyle::existByProductStyle Method
Indicates whether a specified record occurs in the EcoResProductMasterStyle table.
Syntax
client server public static boolean existByProductStyle(
RefRecId _productMaster,
RefRecId _productDimensionAttribute,
EcoResStyleRecId _styleRecId)
Run On
Called
Parameters
- _productMaster
Type: RefRecId Extended Data Type
The record ID of an EcoResProductMaster record to use as a filter.
- _productDimensionAttribute
Type: RefRecId Extended Data Type
The record ID of an EcoResProductDimensionAttribute record to use as a filter.
- _styleRecId
Type: EcoResStyleRecId Extended Data Type
The record ID of an EcoResStyle record to use as a filter.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.