Share via


EcoResProductMasterConfiguration::checkExistByProductConfiguration Method

Indicates whether the specified record exists in the EcoResProductMasterConfiguration table.

Syntax

client server public static boolean checkExistByProductConfiguration(
    RefRecId _productMaster, 
    RefRecId _productDimensionAttribute, 
    EcoResConfigurationRecId _configurationRecId, 
   [boolean _throwException])

Run On

Called

Parameters

  • _productDimensionAttribute
    Type: RefRecId Extended Data Type
    The ID of the EcoResProductDimensionAttribute record to use as a filter.
  • _throwException
    Type: boolean
    A Boolean value that indicates whether a message is displayed or an exception is thrown.

Return Value

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

Exceptions

Exception Condition
Error

The _throwException parameter is true and the record does not exist.

Remarks

If the _throwException parameter is true, an exception is thrown; if it is false, a message is displayed.

See Also

Reference

EcoResProductMasterConfiguration Table