Configuring the Declaration Editor

You can configure the Declaration Editor dialog box and the autosave period.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties for supplierportal.properties. For more information, see Editing Properties Using MQL.
  2. To show or hide Manufacturing Information in the Declaration Editor, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      mcc.portal.display.Manufacturing.Information.Enable = true

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

      • true (default) Shows the section for entering manufacturing information.
      • false Does not show this section.

  3. To define how often autosaves of the declaration editor saves the form, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      supplierportal.declarationeditor.autosaveinterval = 60

    2. Enter the number of seconds between autosaves.
  4. To define the declaration class to display in the Declaration Editor, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      supplierportal.declarationeditor.declarationClass = ClassD

    2. Change the value as needed:

      • ClassD shows the fields and reported part BOM for the IPC 1752 Class D full material declaration
      • ClassA shows the IPC 1752 Class A material declaration
      • BOTH shows both Class A fields and the Class D reported part BOM

  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 supplierportal.properties page object. For more information, see Editing Properties Using MQL.