Need widget to retain last location in Vault client

Need widget to retain last location in Vault client

dhaverstick
Advocate Advocate
587 Views
7 Replies
Message 1 of 8

Need widget to retain last location in Vault client

dhaverstick
Advocate
Advocate

My company currently uses Meridian as our document management system and is in the process of migrating to Autodesk Vault. One cool feature in Meridian is that I can turn on a couple of settings so that when I close the Meridian client and then open it back up, it immediately takes me to the last file or folder I had selected. This saves a bunch of time because the user doesn't have to drill down to that file or folder. 

 

My question to you is, has anybody written a widget for Autodesk Vault to accomplish the same thing? My thinking is to capture the OnClose (or whatever it's called) event of the Vault client, determine what file or folder is currently selected (if any), and then store that information in the registry somewhere. Likewise, when the client OnOpen (or whatever it's called) event is triggered, read that registry key, and then select that file or folder.

 

Right now, my users are going to have a fit if I don't have that functionality for them when we make the switch so I was hoping that somebody had already come up with a solution and would be willing to share it with me.

 

Thanks in advance for your help!

 

Darren Haverstick

Paul Mueller Company

0 Likes
588 Views
7 Replies
Replies (7)
Message 2 of 8

AlexFielder
Advisor
Advisor
You might have mentioned this in another thread (in which case I apologise), but unless you're getting Vault Professional there's no access to the API anyway. This might help: https://github.com/ADN-DevTech/Vault-Plugin-Wizard
0 Likes
Message 3 of 8

dhaverstick
Advocate
Advocate

We have Vault Pro so I'm good as far as the API goes. 

 

I already know how to program and I already know how to write addins. I'm looking to see if someone has already written the particular addin I described so I don't have to reinvent the wheel, so to speak.

 

Darren Haverstick

Paul Mueller Company

0 Likes
Message 4 of 8

ihayesjr
Community Manager
Community Manager

All editions of Vault give you access to the APIs.




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 5 of 8

AlexFielder
Advisor
Advisor
I always thought that Vault basic hadn't (at least historically) provided any access to the Vault API; has this changed recently?
0 Likes
Message 6 of 8

ihayesjr
Community Manager
Community Manager

You always had access to the APIs with Vault Basic.




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 7 of 8

junyi_zhu
Autodesk
Autodesk

Is your requirement same as the idea below? If so, we are looking into implementing it in 2020 update.

 

https://forums.autodesk.com/t5/vault-ideas/open-last-used-folder-when-open-vault-client/idi-p/860761...



Junyi Zhu

0 Likes
Message 8 of 8

dhaverstick
Advocate
Advocate

Yes, that suggestion is partially what I am looking for. I would take it a step further, though, and have the last folder or file selected when the user opens up the vault client again.

 

Darren

0 Likes