Configuring File Categorization

You can configure file categorization for a controlled document.

See Also
Acrofield to ENOVIA Mapping
Acrofield Naming Convention
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure file categories for a controlled document and to configure cover and overlay pages, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      enoDocumentControl.Files.EnableFileCategories=false

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

      • true - Categorizes and names files in the controlled document.
      • false - Does not categorize or name files in the controlled document.

  3. To configure the range values for file categorization, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      enoDocumentControl.FileCategory.RangeValues = 

    2. Your Business Administrator can set the values for this property depending on your busniess requirements.
  4. 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 enoDocumentControl.properties page object. For more information, see Editing Properties Using MQL.