- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To specify the document types that are available when creating a new quality system document, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxDocumentChangeControl.InclusionTypes=type_QualitySystemDocument
-
Add or remove values from the comma-separated list of controlled document types. Always use the symbolic name of the object type.
-
To specify the document types that are not available when creating a new quality system document, follow these steps:
-
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
-
Add or remove values from the comma-separated list of controlled document types. Always use the symbolic name of the object type.
-
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.
|