Tag: vlogic

  • vLogic to the Rescue – Assign Category per Folder

    I created vLogic to be a useful tool in a variety of situations. It allows for customization without the overhead of a full-blown .NET DLL. A lot of people think vLogic is a good idea, but I’m not aware of it being use in any real capacity. As we all know, there is sometimes a…

  • vLogic Scripts

    I request came in for some examples of how to do Vault operations using vLogic.  So here you go.  You can never have too much sample code.  Search.ps – This script runs an Item search. SetItemProperty.ps1 – This script sets a property value on a set of selected Items. RunChangeOrderActivity.ps1 – This script changes the…

  • vLogic 2013

    The only part I don’t like about a new release is updating my sample apps. Just like with last year, I don’t have time to update all my apps. I’m just going to focus on the ones that are important to me. vLogic looks like a good place to start, even though I just built…

  • vLogic

    As promised, I came up with something for those of you who want to customize Vault through the use of scripts. I decided to use PowerShell as the scripting engine since it has a lot of tools ready-to-use for this sort of thing. If you are not familiar with PowerShell, you can find tons of…