<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Context Menu complete replacement in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977028#M2640</link>
    <description>&lt;P&gt;Thanks Markus, always very fast and valuable response.&lt;/P&gt;&lt;P&gt;Tutorial Chapter 03 has been very useful as well but, in the example, it just refers to how suppress&amp;nbsp;NewLibraryFolder (NewLibraryFolder , NewLibraryFolderForContextMenus commanditems). Since I want to remove (suppress) also all the other items (see Attachment) and left just my custom items how can I do that ?&amp;nbsp;What I miss are the names of the other menus. Unfortunately I can't find the excel file (Vault commands.xlsx)&amp;nbsp;shown in the video with all the commands and their names listed, . I could run a custom function in C # and retrieve all the menu items and put those to be removed in the suppress section. Do you have any suggestions about it? Thanks again!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 12:20:22 GMT</pubDate>
    <dc:creator>GabrieleZelasco</dc:creator>
    <dc:date>2022-03-01T12:20:22Z</dc:date>
    <item>
      <title>Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10976701#M2638</link>
      <description>&lt;P&gt;Good morning,&lt;BR /&gt;I already managed to add a custom CommandItem&amp;nbsp; to the Vault Explorer context menu. Since I'm aware that it's not possible to hide or remove single default standard CommandItem but just add new custom ones&amp;nbsp;I was thinking about completely replace the Vault explorer context menu (see attachment) and replace it with another one created from scratch using C# code. I read about HiddenCommands and maybe I could use it at startup or at logon to hide the menu and replace it with another one from scratch. Is it currently possible ? The reason is that we only need to show the user a certain restricted set of commands and remove all the others. Thanks as always to everyone.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 08:10:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10976701#M2638</guid>
      <dc:creator>leo_puliatti</dc:creator>
      <dc:date>2022-03-01T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10976784#M2639</link>
      <description>&lt;P&gt;Vault Data Standard (VDS) allows hiding user commands by configuration instead of custom coding. The Tutorials, Chapter 03 instructs how to do this (&lt;A href="https://knowledge.autodesk.com/community/article/308936" target="_blank"&gt;https://knowledge.autodesk.com/community/article/308936&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;VDS leverages the Vault API to achieve it and hides all commands listed in the configuration; this said, should answer your direct question of whether hiding commands is possible with a clear "Yes". It is done during startup and persists for the client's session.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 09:18:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10976784#M2639</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-03-01T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977028#M2640</link>
      <description>&lt;P&gt;Thanks Markus, always very fast and valuable response.&lt;/P&gt;&lt;P&gt;Tutorial Chapter 03 has been very useful as well but, in the example, it just refers to how suppress&amp;nbsp;NewLibraryFolder (NewLibraryFolder , NewLibraryFolderForContextMenus commanditems). Since I want to remove (suppress) also all the other items (see Attachment) and left just my custom items how can I do that ?&amp;nbsp;What I miss are the names of the other menus. Unfortunately I can't find the excel file (Vault commands.xlsx)&amp;nbsp;shown in the video with all the commands and their names listed, . I could run a custom function in C # and retrieve all the menu items and put those to be removed in the suppress section. Do you have any suggestions about it? Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 12:20:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977028#M2640</guid>
      <dc:creator>GabrieleZelasco</dc:creator>
      <dc:date>2022-03-01T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977113#M2641</link>
      <description>&lt;P&gt;The xls file is part of the training files: .\Chapter 00 - Introduction &amp;amp; ReadMe First\Training Files 2022\Vault Files\Designs\Chapter 03.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 13:03:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977113#M2641</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-03-01T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977162#M2642</link>
      <description>&lt;P&gt;Markus,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again but, forgive me, I really can't find that directory. I don't have&amp;nbsp;&lt;SPAN&gt;training files on my pc. Is something to install ? I have just Vault professional client on it. Thank you once again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 13:27:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977162#M2642</guid>
      <dc:creator>GabrieleZelasco</dc:creator>
      <dc:date>2022-03-01T13:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977277#M2643</link>
      <description>&lt;P&gt;Please accept my apologies. I directed you to Chapter 03 and expected that you read all the others before ;).&lt;/P&gt;
&lt;P&gt;The Training files are part of Chapter 00/Readme section; so navigate to it and find the download package according to your Vault version at bullet point 2.:&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/search-result/caas/simplecontent/content/vault-data-standard-tutorial-chapter-00-introduction-and-readme-first.html?collection=294676" target="_blank"&gt;https://knowledge.autodesk.com/search-result/caas/simplecontent/content/vault-data-standard-tutorial-chapter-00-introduction-and-readme-first.html?collection=294676&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 14:25:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977277#M2643</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-03-01T14:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977446#M2644</link>
      <description>&lt;P&gt;Markus,&lt;/P&gt;&lt;P&gt;got the xls file! Thank you.&lt;/P&gt;&lt;P&gt;Job almost done. Few items to remove (attached). I can't find those items string in the xls file (New Standard File, New Standard Folder, Edit Folder Datasheet, Get, Delete). Do you just know if there's a workaround to manage that removal or it's not possible by design ? Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:33:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10977446#M2644</guid>
      <dc:creator>GabrieleZelasco</dc:creator>
      <dc:date>2022-03-01T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978045#M2645</link>
      <description>&lt;P&gt;New Standard * and Edit * Data Sheet commands are VDS additions. To disable them, you need to delete these from the VDS configuration file menudefinitions.xml.&lt;/P&gt;
&lt;P&gt;Reviewing your screenshot, I openly share my concerns if you completely change Vault Explorer's intended behavior. The Vault API's UI customization targets extending functionality but not limiting it. If your custom commands (New Project, Edit Folder, ...) intend to customize folder/project creation, Vault Data Standard could be the best choice; it is one of the major purposes.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 20:11:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978045#M2645</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-03-01T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978887#M2646</link>
      <description>&lt;P&gt;Markus, first of all thank you for your dedicated time and for the continuous punctual and precise answers. I understand your disappointment but what we are doing is still being tested and we are therefore verifying the Vault's customization capacity in order to meet the customer's needs. Surely our intent is to hide further complexities as much as possible rather than limit their use and thus provide a dry user interface aimed at the intended purposes. When you say that Data Standard is the best choice, do you mean by its ability to be customized? Thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 07:55:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978887#M2646</guid>
      <dc:creator>GabrieleZelasco</dc:creator>
      <dc:date>2022-03-02T07:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu complete replacement</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978990#M2647</link>
      <description>Yes, I meant VDS is the best choice to flexible customize folder and file creation workflows by the individual user interface and business rules. Data Standard is a dedicated customization layer on top of Vault APIs.</description>
      <pubDate>Wed, 02 Mar 2022 08:44:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/context-menu-complete-replacement/m-p/10978990#M2647</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2022-03-02T08:44:54Z</dc:date>
    </item>
  </channel>
</rss>

