You can now configure all notifications in the admin_settings.yaml file using the following admin settings:
Admin setting | Description |
|---|---|
| Specify whether users get a notification when iManage Drive starts syncing and finishes syncing a new workspace. When set to |
| Specify whether iManage Drive will popup displaying sync progress when a new workspace is synced. When set to |
| Specifies if notifications are displayed in iManage Drive whenever users modify files. When set to |
| Specify if notifications are displayed in iManage Drive whenever users modify emails. When set to |
| Specify if notifications are displayed when a workspace is unsynced and when iManage Drive finishes unsyncing. When set to |
| Specify when iManage Drive will popup displaying unsync progress when a workspace is unsynced. When set to |
| Specify whether a notification is displayed when a long path file is updated. When set to |
These settings can be marked as admin controlled such that the user won't be able to change the value of these settings. For example,
admin_setting_controlled_values: - notify_new_workspace_synced - notify_new_workspace_synced_popup - notify_on_files_changed - notify_on_emails_changed - notify_workspace_removed_popup - notify_workspace_removed - notify_of_long_pathsnotify_new_workspace_synced: truenotify_new_workspace_synced_popup: truenotify_on_files_changed: truenotify_on_emails_changed: truenotify_workspace_removed: truenotify_workspace_removed_popup: truenotify_of_long_paths: true