Configuring Controlled Document Creation

You can configure the creation state of a controlled document.

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 configure the creation state of a controlled document, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxDocumentControl.Create.EnableInWorkCreation=false

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

      • true = the controlled document is created in the In Work state.
      • false = the controlled document is created in the Draft state.

  3. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify enoDocumentControl.properties the page object. For more information, see Editing Properties Using MQL.