Vault Pro UI Enhancement

Vault Pro UI Enhancement

wesbird
Collaborator Collaborator
488 Views
1 Reply
Message 1 of 2

Vault Pro UI Enhancement

wesbird
Collaborator
Collaborator

Hi, 

 

  I just close to finish my first Vault Explorer AddIn development. I like to add more UI changes as well

  1. In Main View, when display File or Change Order, Can I change each row to different color according to value from a column. e.g. I like to change the row to red if the create date is more than 10 days ago, yellow if 5 days ago, ... 

    if yes, can I define it according to login user's role. e.g. Admin in style A, Change Order Admin in Style B, ...

  2. Can I change the backgroup color of Navigation Pane (or Main View), or add a image per vault. e.g. if I login vault A use image A, vault B use image B, ...

    if not possible, can I change the title of Vault explorer? anything to seperated vault visually. 

  3. Can Hide property pane, Change Order List per user. e.g. User A can see property pane, User B cannot. 

 

 

Thanks you

Wes

Vault Pro 2014, AutoCAD (ACA, Map) 2014 Windows 7 64 

Windows 10 64 bit, AutoCAD (ACA, Map) 2023
0 Likes
489 Views
1 Reply
Reply (1)
Message 2 of 2

wayne.brill
Collaborator
Collaborator

Hi Wes,

 

What you are asking for is currently unsupported. The only customization to Vault Explorer using the Vault API is done implementing the IExplorerExtension. You can see this in the Vault SDK HelloWorld example.  (it adds a commandSite and a DetailTab) 

 

You could request what you need on the Vault Idea Station:

http://forums.autodesk.com/t5/Vault-IdeaStation/idb-p/2

 

 

Maybe setting permissions for different users could help. See this topic::

"Manage Users, Groups, and Roles"
http://help.autodesk.com/view/VAULT/Help/ENU/?guid=GUID-428B79D5-7F4B-4182-932A-D52D61BD962D

 

 

The Vault API has support for user permissions. These posts could be of interest:

http://adndevblog.typepad.com/manufacturing/2012/07/vault-api-users-and-roles-part-1.html

http://justonesandzeros.typepad.com/blog/2013/01/effective-permissions-2013.html

http://justonesandzeros.typepad.com/blog/2009/10/security.html

 

 

Thanks,

Wayne



Wayne Brill
Developer Technical Services
Autodesk Developer Network

0 Likes