Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User defined property Definitions

1 REPLY 1
Reply
Message 1 of 2
Josy05
413 Views, 1 Reply

User defined property Definitions

Hi to all,

 

We have project specific Vault Server. For each of them we have defined a project name and number. Unlike other properties were I need to scroll thru a list I would like for this info to be a default. IT has customized it with an Initial Value and also a List of Values containing this single selection. Since this field is linked to the titleblock we need to manually choose this info each time we make a component.

 

Is it possible to have those properties as default? I have admin access so it is possible for me to edit settings. Attached a screenshot of our current settings for those two properties.

 

 

Thanks,

Josee Laplante
BIM Drafting Technician

AutoCAD 2016
Inventor Professional 2016
Vault Professional 2016
Revit 2014
1 REPLY 1
Message 2 of 2
Balaji_07
in reply to: Josy05

Hi Josy,

 

             There is a way to add these properties automatically, when you add files to Vault

 

1. Write a Custom handler for DocumentService.AddFileEvents.Post Event

2. Get the PropertyId of your "Project Number" Property

3. Check whether "Project Number" property exists if not Add your property using UpdateFilePropertyDefinitions Event

 

--------

Balaji A

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report