AddFile with children

AddFile with children

m_baczewski
Advocate Advocate
482 Views
2 Replies
Message 1 of 3

AddFile with children

m_baczewski
Advocate
Advocate

Hello,

Is there an alternative method for inputting and adding files to Vault in this context

ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop")

 I tried adding a file using AddFile, but the issue is that all the files lose their associations with each other.

 

I would like to accomplish this because I have written an application (a configurator) that handles the entire workflow, and I want to avoid using Inventor's UI commands.

 

Is there a solution to this problem? Or is adding files to Vault using Inventor's UI the safest and best approach?

0 Likes
Accepted solutions (1)
483 Views
2 Replies
Replies (2)
Message 2 of 3

Markus.Koechl
Autodesk
Autodesk
Accepted solution

Adding files to Vault using

ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop")

 is the only supported approach. Besides file references, the BOM or multiple BOMs (Model States) are the reason for it.

 



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 3 of 3

m_baczewski
Advocate
Advocate

@Markus.Koechl 

 

Thanks for the information. That's what I suspected.

0 Likes