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: 

use BOM component related properties in 2015 R2

1 REPLY 1
SOLVED
Reply
Message 1 of 2
KarlR.J.Wehr
402 Views, 1 Reply

use BOM component related properties in 2015 R2

I'm trying to use the new 'BOM component related properties on the ItemAssoc proxy' feature in 2015 R2. To read those properties I think I have to use these functions:


- WebServiceManager.PropertyService.GetPropertyDefinitionsByEntityClassId
- WebServiceManager.PropertyService.GetProperties


If that's true I need to know the EntityClassId for the ItemAssoc class. Can anybody help me?

1 REPLY 1
Message 2 of 2
KarlR.J.Wehr
in reply to: KarlR.J.Wehr

 I just found out, that you have to approach the problem in another way 😉

 

- WebServiceManager.PropertyService.GetAllAssociationPropertyDefinitionInfos gives you all the PropertyDefs

 

and

 

- WebServiceManager.ItemService.GetItemBOMAssociationProperties gives you the Property objects with the desired values...

 

 

 

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

Post to forums  

Autodesk Design & Make Report