Suppress Commands by User Groups

Suppress Commands by User Groups

KenFoysterWSP
Enthusiast Enthusiast
368 Views
1 Reply
Message 1 of 2

Suppress Commands by User Groups

KenFoysterWSP
Enthusiast
Enthusiast

Hi, I am inquiring if possible and if anyone has suppress vault commands by Vault user groups.

Add to the following text in the MenuDefinitions.xml or other format?

<SuppressMenuItems>
NewFolder,NewFolderGroupMenu,NewFolderGroupButton,NewFolderForContextMenus
</SuppressMenuItems>
</mymenu>

0 Likes
369 Views
1 Reply
Reply (1)
Message 2 of 2

Markus.Koechl
Autodesk
Autodesk

You cannot suppress or grey out a command using Data Standard Menudefinition.xml. This setting is loaded during application (extension) start and is therefore static. However, you can restrict the command by validating the current user and exiting, or passing through the command execution. Find a sample here: VDS-Sample-Configurations-2025/VDS-PDMC-Sample-Vault/Vault.Custom/addinVault/Menus/ADSK.QS.ActivateS...



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes