Configuring Types of New Documents That Can Be Created

You can configure the document types that are available when creating a new quality system document.

See Properties for Types of New Documents That Can Be Created.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To specify the document types that are available when creating a new quality system document, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxDocumentChangeControl.InclusionTypes=type_QualitySystemDocument

    2. Add or remove values from the comma-separated list of controlled document types. Always use the symbolic name of the object type.
  3. To specify the document types that are not available when creating a new quality system document, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxDocumentChangeControl.ExclusionTypes= type_ACTIONITEM, type_ACTIONITEMTEMPLATE,type_CADDrawing,type_CADModel,type_DerivedOutput,type_DrawingPrint,type_FileAttachment,type_Markup,type_mxsysDSFAHolder,type_PartMarkingSpecification,type_Sketch,type_RequirementSpecification

    2. Add or remove values from the comma-separated list of controlled document types. Always use the symbolic name of the object type.
  4. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the enoDocumentControl.properties page object. For more information, see Editing Properties Using MQL.