Tag: custom commands

  • Storing Custom Tab Configurations in Vault

    In writing Vault Web View 2014, I came across a problem. I wanted to store a common configuration for some custom tab settings. The standard way to do this is with a Vault Option. The problem is that custom tabs are registered before Vault Explorer logs in to Vault. So how do I set up…

  • 6 Hours of video on the Vault API

    My webinar series on the Vault API is over. As promised, here are all the recordings. These videos will take you from the basics (how to connect to the Vault Server) up to advanced topics (event handling). The downloads are broken up into the presentation portion and the sample code demonstration, which doubles as a…

  • Extension Deployment Checklist

    I'm seeing a lot of people having issues loading their Vault 2012 extension, so here is an updated deployment checklist.  The 2011 version of the checklist is here.  For all extension types (custom commands/tabs, job handlers, event handlers): Is your project using .NET 3.5 or earlier? (.NET 4.0 is not supported for extensions. Click here…