Autodesk Vault Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Life Cycle State of File
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello, I am new in vault customisation. I am doing a customisation and to some extent my code is working fine. But now i have to generate/trigger a event when a life cycle state changes from one state to other.
Can any one tell me how to capture a event when life cycle state of file changes from one state to other or if a sample piece pseudo code will help me a lot
Solved! Go to Solution.
Re: Life Cycle State of File
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Take a look at the RestrictOperations sample of the Vault SDK. It's a great sample!
Regards,
Pim
Re: Life Cycle State of File
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi psaarloos, thanks for reply. I am still in confusion but how will you trigger a event when life cycle state is changed
Re: Life Cycle State of File
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I found the link and this
http://justonesandzeros.typepad.com/blog/2011/05/s
But one small question is how you execute it in debugging mode. I am trying the cursor in debugging mode on Load event. Any idea how to do this
Re: Life Cycle State of File
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here is how to debug a custom command. The same technique can be used for event triggers http://justonesandzeros.typepad.com/blog/2010/04/d
Also, make sure you DLL is actually loading. http://justonesandzeros.typepad.com/blog/2012/07/e

