Adding Custom Types to Create Documents Forms

You must specify the form used to add additional fields to the Create Document dialog box when the user selects a quality system document (or other subtype of CONTROLLED DOCUMENTS).

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To specify the form used to add additional fields to the Create Document dialog box when the user selects a quality system document, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxDocumentControl.Create.QualitySystemDocument=&appendFields=DCLCreateControlledDocument

    2. Set the value for this property as the name of your custom form. If you created custom types, replace QualitySystemDocument with the name of your custom type (remove any spaces).

      Note: Do not change this value unless you have defined a custom form. For more details about appending fields to the create form, see Configuration Guide: Web Forms: Additional URL Parameters for Forms.

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