Share via


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

  • _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

EcoResProductMasterSize Table