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