Effective Permissions 2014


If you are a Vault Administrator using the advanced security features in Vault, you need this app.  Period.

Here is the video from the 2013 version if you need some background on the app.  I didn’t add any new features in 2014.


Requirements:

  • Vault 2014 Workgroup / Professional
  • Administrative Rights

Click here to download the application
Click here to download the source code

Click here for 2013 version

As with all the samples on this site, the legal disclaimer applies.



Comments

6 responses to “Effective Permissions 2014”

  1. David Geldard Avatar
    David Geldard

    Do you have an updated version of this app for 2015?

  2. No. This app has not been updated and there are no plans to update at the moment.

  3. Chuck Houston Avatar
    Chuck Houston

    Will this app run with 2016?

  4. Sorry no. It only runs in the 2014 client.
    However, the source code is available, so somebody may decide to update it for the 2016 version.

  5. Darius Avatar
    Darius

    I have working app on 2015 Vault. Now I try update it to 2016, it works with files and folders, but I still need to find how change removed methods…
    bool useACL = conn.WebServiceManager.ItemService.GetUseACLForItemLifeCycleStates();
    ACL itemACL = conn.WebServiceManager.ItemService.GetItemLifeCycleStatesACL();

  6. The “Changes” page in the SDK docs should tell you what to use for removed functions. I apologize if this was not done.
    GetUseACLForItemLifeCycleStates is no longer a global setting. You can read the StateBasedSec value off the LfCycState object. Call LifeCycleService.GetLifeCycleStatesByIds to get the lifecycle state object.
    GetItemLifeCycleStatesACL has been replaced with LifeCycleService.GetStateACLByLifeCycleStateId.

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading