Configuring Declaration Levels for Import Files

You can configure how the importer imports declaration levels with reported parts. Compliance Engineers can also select a declaration for reported parts files that do not contain the declaration level.

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 determine what the importer should do if the Compliance Engineer selects a declaration level on the import dialog box and the import file contains a different declaration level specified by the supplier, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.duplicateIncompatibleDeclarationLevelsSpecified=Warning

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

      • Warning (default) A warning is issued and the duplicateDeclarationLevelPriority property determines which declaration level to use.
      • Error The import job is aborted with an error.

  3. To determine which declaration level to use if a mismatch is found and the duplicateIncompatibleDeclarationLevelsSpecified property is set to Warning, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.duplicateDeclarationLevelPriority=Host Company

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

      • Host Company The declaration level selected by the Compliance Engineer on the Import dialog box is used.
      • Supplier The declaration level specified by the supplier in the import file is used.

  4. 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.