EcoResProductMasterSize::existByProductSize Method
Indicates whether the specified record in the EcoResProductMasterSize table exists.
Syntax
client server public static boolean existByProductSize(
RefRecId _productMaster,
RefRecId _productDimensionAttribute,
EcoResSizeRecId _sizeRecId)
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.
- _sizeRecId
Type: EcoResSizeRecId Extended Data Type
The ID of the EcoResSize record to use as a filter.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.