Autodesk Vault Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Programmat ically create a bom
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi All
Il release 2011 it was possible create a bom using UpdateItemBOMAssociations.
But in release 2012 is not possible.In vault.chm i read that now,using this method,is possible to update existing links.
Not possible adding links.In 2011 it was possible.
Are there some workarounds?thanks
Alessandro
Re: Programmat ically create a bom
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello Alessandro,
This is actually a typo in the SDK documentation. The UpdateItemBOMAssociations method can be used for creating a BOM as well as updating BOM's. The Remarks section in the documentation should actually read, "Prior to calling this function, EditItem should be called to lock the parent Item for editing. After the BOM has been reordered, call a commit function, such as UpdateAndCommitItems, to finalize the changes."
Regards

Daniel Dulzo
Software Engineer
Autodesk, Inc.
Re: Programmat ically create a bom
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Sorry I have done an error.
This method works well.As in past release.

