Disabling the Comment Dialog for Assignments

When you mark an assignment complete, M-Files Desktop shows the comment dialog. You can change this behavior with the instructions given here.

Disabling the comment dialog for assignments in Advanced Vault Settings

  1. In M-Files Admin, go to the Advanced Vault Settings section.
    1. Open M-Files Admin.
    2. In the left-side tree view, expand an M-Files server connection.
    3. Expand Document Vaults.
    4. Expand a vault.
    5. Click Configurations.
    6. In the navigation area, click Advanced Vault Settings.
    7. Open the Configuration tab.
      Result:The advanced vault settings are shown.
  2. Expand Client > Desktop > Assignments.
    The Manage Client Settings Centrally setting must be set to Yes. Before you set it to Yes, read the setting description on the Info tab.
  3. Change the behavior with the Show Mark Complete Dialog setting.
    For information about the options, see the setting description on the Info tab.

Disabling the comment dialog for assignments with Custom Vault Data

Note: You cannot use this method if Manage Client Settings Centrally is set to Yes.
  1. In M-Files Admin, access the custom vault data section.
    1. Open M-Files Admin.
    2. In the left-side tree view, expand an M-Files server connection.
    3. Expand Document Vaults.
    4. Expand a vault.
    5. Click Configurations.
    6. In the navigation area, expand Custom Vault Data.
  2. Select Namespace Registry > Configuration.
  3. Expand the Namespaces node, click Add Namespace, and expand the newly added namespace node.
  4. In the Group field, type a suitable group name, such as Assignments.
  5. Use the Storage Type drop-down menu to select the MFConfigurationValue storage.
  6. In the Namespace field, enter the following value: M-Files.Core.Client.Settings
  7. In the Namespace Label field, type a suitable label, such as Assignments.
  8. In the Namespace Description field, enter for example Settings related to assignments.
  9. Click Save to save the namespace settings.
  10. In the gray navigation area, expand Named Values.
  11. Expand the namespace group you just created, then select the namespace node, and finally the Configuration node.
  12. Click Add Named Value, and expand the newly created named value node.
  13. In the Name field, enter the value ShowMarkCompleteUI.
  14. In the Value field, enter a configuration similar to the example below.
    {
    "MFShell":{
        "ShowMarkCompleteUI":<X>
        }
    }
    Change the value of <X> according to how you want the user interface to behave:
    Value of <X> Description
    0 The comment dialog is not shown.
    1 The comment dialog is shown. This is the default behavior.
    2 The comment dialog is shown for assignments when they are marked complete in the task area.
    3 The comment dialog is shown for assignments when they are marked complete with the metadata card.
  15. Click Save to save the configuration.
The new behavior is enabled for users as soon as they have logged out from and logged back in to the vault. To log out all vault users, restart the vault. However, taking a vault offline must always be done in a controlled manner and the vault users must be notified beforehand.