Suppress Default Vault Commands

By default, when Data Standard is installed, the New Folder command is removed from the File and Right-Click menus. Administrators can remove additional default commands from the Vault user interface by modifying the suppressMenuItems section in the mymenu.mnu file.

Note: The mymenu.mnu file is located at C:\ProgramData\Autodesk\Vault 2015\Extensions\DataStandard\Vault\mymenu.mnu.
suppressMenuItems
{
     "NewFolder"
     "NewFolderGroupMenu"
     "NewFolderGroupButton"
     "NewFolderForContextMenus"
}

Example

To suppress the New Library Folder command, add the following two commands to the suppressMenuItems list: "NewLibraryFolder" "NewLibraryFolderForContextMenus"

To suppress Rename Folder, add this command: "Folder.Rename"

Undo Suppressed Commands

  1. To stop suppressing a command, remove the command name(s) from the suppressMenuItems section in the myMenu.mnu file.
  2. Restart Vault to see your changes.