-
Create or open the text file to contain customized properties. For
more information, see
Editing Properties Using MQL.
-
To enable the chemSHERPA support, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPASupport
-
Set the value for this property to
on . To disable chemSHERPA, set the value to
off .
For example:
emxMaterialComplianceCentral.chemSHERPASupport = on
-
To specify how many XML files (each containing the information
for a part) are bundled in a zip file, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.partsPerZip
-
Set the value for this property to an integer value. The
chemSHERPA tool supports a maximum of 100 files in the zip file and that is the
default value. Do not enter a value greater than 100.
emxMaterialComplianceCentral.chemSHERPA.partsPerZip=50
-
To specify the action the app takes if a .shai or .shci file only
contains composition information, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.import.compositionOnly
-
Set the value for this property to one of these values:
import (default): import the file.
error : do not import the file and display
an error.
ignore : do not import the file and do not
display an error.
-
To specify the action the app takes if a .shai or .shci file only
contains composition information, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.import.complianceOnly
-
Set the value for this property to one of these values:
import (default): import the file.
error : do not import the file and display
an error.
ignore : do not import the file and do not
display an error.
-
To specify the action the app takes if a .shai or .shci file only
contains composition information, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.import.compositionAndCompliance
-
Set the value for this property to one of these values:
import (default): import the file.
error : do not import the file and display
an error.
ignoreCompliance : import the composition
data but not the compliance data.
ignoreComposition : import the compliance
data but not the composition data.
-
To specify the action to take if the declared substance in the
compliance declaration is not in the composition of the part, follow these
steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.import.complianceAndCompositionInconsistent
-
Set the value for this property to one of these values:
error (default): do not import the file
and display an error.
ignore : do not import the file and do not
display an error.
-
To specify the action to take if the declared substance in the
compliance declaration is not in the composition of the part, follow these
steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.import.aboveThresholdInconsistent
-
Set the value for this property to one of these values:
error (default): do not import the file
and display an error.
ignore : do not import the file and do not
display an error.
-
To specify the available report types for export, follow these
steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.chemSHERPA.ReportTypes
-
Set the value for this property to a comma-separated list of
report types. You can specify the Article Tool, the Chemical Tool, or both,
using these values:
ChemSHERPA Article Tool,ChemSHERPA Chemical
Tool
ChemSHERPA Article Tool (default)
ChemSHERPA Chemical Tool
-
To specify the alias files to load per compliance type when
creating declared thresholds, follow these steps:
-
Add or edit this line in the file used to import properties
into a page object:
emxMaterialComplianceCentral.AliasesForComplianceType.<COMPLIANCETYPE>
where <COMPLIANCETYPE> is a type defined by the
emxMaterialComplianceCentral.DeclaredThreshold.ComplianceTypes=chemSHERPA,REACH,EL2011/65/EU,EL2015/863/EU,EL2011/65/EU_ANNEX_IV,EL2011/534/EU,EL2010/122/EU
-
Set the value for this property to a comma-separated list of
alias file names. For example:
emxMaterialComplianceCentral.AliasesForComplianceType.chemSHERPA=IEC62474Aliases.xml,chemSHERPA_Exemptions.xml
-
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.
|