Open from Vault with iLogic

Open from Vault with iLogic

Anonymous
Not applicable
626 Views
1 Reply
Message 1 of 2

Open from Vault with iLogic

Anonymous
Not applicable
Is there a command to launch the Open from Vault dialog? Then taking it a step further, specify the filepath and actually open the file?
0 Likes
627 Views
1 Reply
Reply (1)
Message 2 of 2

AlexFielder
Advisor
Advisor
I started to write a rule for this the other week after a colleague mentioned checking if an attached file/attachment existed and checking it out if so.

I didn't get very far with it, but you're welcome to have a look at this:

https://github.com/AlexFielder/iLogic/blob/master/Helper%20Rules/Open%20File%20From%20Vault.iLogicVb

In theory you would need a) to copy the necessary Vault Pro .dlls from the SDK to your C:\Program Files\Autodesk\Inventor {version}\Bin\iLogicAdd folder or b)grab a hold of the Vault Addin and hope that it has the necessary handles for automation.

I've probably forgotten an "AddReference" or two at the top of that rule also.
0 Likes