Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding custom menu to Bill of Materials tab of Item Master

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
602 Views, 2 Replies

Adding custom menu to Bill of Materials tab of Item Master

I would like to know if it is possible to add a context menu item to the BOM tab within Item explorer. See image.

 

I experimented with the HelloWorld example in the Vault 2013 SDK. I modified it such that it displays "Hello Item" in the context menu when an item is selected in the top pane.

 

If I switch to the Bill of Materials tab and select an item, I do not see the Hello Item menu.

 

If I switch to Where Used to and select an item, I can see it.

 

Any ideas?

2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

Hello Item.jpg

Message 3 of 3
Marat.Mirgaleev
in reply to: Anonymous

Unfortunately, adding custom commands to BOM is not supported.

 

You should be using an assignment like this (copied from the HelloWorld sample):

      NavigationTypes = new SelectionTypeId[] { SelectionTypeId.File, SelectionTypeId.FileVersion }
Which members of the SelectionTypeId class are you using?



Marat Mirgaleev
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report