Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom state transition actions

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
847 Views, 3 Replies

Custom state transition actions

Hi folks, I'm back with another Vault customization question. I'm really just wondering if something is even possible before I bug the programmer in the IT department to see if he can work miracles. Here's the scenario: The engineer currently insert an electronic stamp and signature through a lisp routine just before they change the drawing to the released state. I am wondering if it is possible to add custom actions during this transition of states that will create a PDF file and then find and delete the block name containing _signature? The end result would be a PDF file with the stamp and signature on it but the released file saved in Vault will only have the stamp, no signature. This is only an issue because Vault still allows users to open a released drawing edit it and plot it without actually checking it out or saving it. This means a signed copy of a drawing could possibly be altered and plotted without the engineer ever knowing.  Any ideas would be appreciated.

 

Thanks,

Steve

3 REPLIES 3
Message 2 of 4
Redmond.D
in reply to: Anonymous

In Vault 2012, there is the capability to add custom actions before and after a file lifecycle state change. But I'm not sure its a good fit for what you want to do.  The pre and post mechanism is designed more for quick operations.  Altering CAD drawings and creating PDF files is more of a "heavyweight" operation.

 

Another option is to use the jobserver to make the changes.  You can create a custom job type that fires after a file changes state.  You can then write a custom job handler to make the updates.  Even if the files are released, you can set it up so that only the jobserver has edit permissions.  Everyone else will be locked from making changes.

 

Anyway, the answer is yes, there are some custom programming options for what you want to do.



Doug Redmond
Software Engineer
Autodesk, Inc.

Message 3 of 4
Anonymous
in reply to: Redmond.D

Thanks Doug for confirming that this is possible, having the job processor perform the job in the background is exactly what I had in mind for this application. Would this be something we could pay Autodesk to create If our IT department is not able to handle the job? I don't think anybody at my company is well versed on the programming language required to create these custom jobs.

 

Steve

Message 4 of 4
Redmond.D
in reply to: Anonymous

Autodesk Consulting can write this for you.  There are also many resellers that provide custom Vault programming services.



Doug Redmond
Software Engineer
Autodesk, Inc.

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

Post to forums  

Autodesk Design & Make Report