Configuring Material Declarations

You can configure Material Declarations.

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 define which lifecycle states for a Material Declaration map to the active status, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.MDS.Active=Created,Requested,Submitted,Received,Accepted

    2. Set the value for this property to a comma-separated list of lifecycle states.
  3. To define which lifecycle states for a Material Declaration map to the inactive status, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.MDS.Inactive =Rejected,Canceled,Superseded

    2. Set the value for this property to a comma-separated list of lifecycle states.
  4. To define the lifecycle states that, if a Material Declaration exists for an enterprise part-MEP pair, prevent a new Material Declaration from being created, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.MDS.CheckStates = Created,Requested,Submitted,Received

    2. Set the value for this property to a comma-separated list of lifecycle states.
  5. To enable or disable the ability to import attachments provided by suppliers when they submit material declarations, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialsComplianceCentral.importAttachment=No

    2. Set the value for this property to one of these values:

      • No (default): Attachments provided by suppliers are not imported.
      • Yes: attachments are imported into a document named "Imported Files" and is listed on the Reference Documents category for the material declaration.

  6. 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, seeEditing Properties Using MQL.