- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To configure whether the UI validates the CAS Number during substance create or edit in the user interface, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxMaterialComplianceCentral.UISubstanceEdit.validateCASNumber=no
-
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.
-
To configure whether the UI validates the EC Number during substance create or edit, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxMaterialComplianceCentral.UISubstanceEdit.validateECNumber=yes
-
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.
-
To specify the compliance types that require validation of substance applications when edited in the user interface, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxMaterialComplianceCentral.SubstanceApplication.Validation.UI.ComplianceTypes=
-
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
- 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.
|