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: 

Drawing Register

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
646 Views, 2 Replies

Drawing Register

Hi All. Im for a drawing register (access, xls, standalone app, etc) that will enable me to link to data inside the Vault. So, if you have an external file, like a spreasheet, that lists all your drawings with their revisions, etc. We can create a hyperlink, that links text to an Inventor orAutoCAd Drawing in Windows Explorer.

 

Can this be done, so that it can be linked to data, inside the Vault....?

 

Chris

2 REPLIES 2
Message 2 of 3
Vladimir.Ananyev
in reply to: Anonymous

As I understand you properly you need in unique Vault identifier that could be saved in your spreadsheet for every drawing document. 

I think you may consider using File.Id and/or File.MasterId identifiers.

They are

  • unique within a vault,
  • their type = System.Long. 

So they could be easily used to get access to the specific version of the file or the most fresh one via your own external.


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Message 3 of 3
minkd
in reply to: Vladimir.Ananyev

We do not support the external persistence of File IDs or File Master IDs.

If you need a persistent identifier for an entity, you should use the GetPersistentIds() method of the KnowledgeVaultService.  You can then convert it back to a file ID using the ResolvePersistentIds() method.

 

-Dave



Dave Mink
Fusion Lifecycle
Autodesk, Inc.

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

Post to forums  

Autodesk Design & Make Report