Configuring Validation for Substances During User Edit

You can configure how the user interface validates the CAS number and substance EC number. You can also specify the compliance types that require substance application validation.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure whether the UI validates the CAS Number during substance create or edit in the user interface, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.UISubstanceEdit.validateCASNumber=no

    2. Set the value for this property depending on your business requirements:

      • yes Substance CAS numbers are checked to see if they conform to the rules. If they do not, UI shows an error.
      • no (default) No validation is performed.

  3. To configure whether the UI validates the EC Number during substance create or edit, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.UISubstanceEdit.validateECNumber=yes

    2. Set the value for this property depending on your business requirements:

      • yes Substance EC numbers are checked to see if they conform to the rules. If they do not, the UI shows an error.
      • no (default) No validation is performed.

  4. To specify the compliance types that require validation of substance applications when edited in the user interface, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.SubstanceApplication.Validation.UI.ComplianceTypes=

    2. Set the value for this property depending on your business requirements. For example:

      emxMaterialComplianceCentral.SubstanceApplication.Validation.UI.ComplianceTypes= 
      EL2011/534/EU,EL2010/122/EU,EL2011/65/EU_ANNEX_IV,ELV-2011-37-EU

  5. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxMaterialsComplianceCentral.properties page object. For more information, see Editing Properties Using MQL.