• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Vault Customization

    Reply
    Distinguished Contributor
    amitk_189
    Posts: 168
    Registered: ‎12-15-2011
    Accepted Solution

    Life Cycle State of File

    188 Views, 4 Replies
    11-02-2012 11:02 PM

    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

     

     

     

    Please use plain text.
    Distinguished Contributor
    Posts: 129
    Registered: ‎12-09-2004

    Re: Life Cycle State of File

    11-03-2012 12:14 PM in reply to: amitk_189
    You need to create a class that implements the WebserviceExtension interface.

    Take a look at the RestrictOperations sample of the Vault SDK. It's a great sample!

    Regards,
    Pim

    Please use plain text.
    Distinguished Contributor
    amitk_189
    Posts: 168
    Registered: ‎12-15-2011

    Re: Life Cycle State of File

    11-04-2012 02:56 AM in reply to: psaarloos

    Hi psaarloos, thanks for reply. I am still in confusion but how will you trigger a event when life cycle state is changed

    Please use plain text.
    Distinguished Contributor
    amitk_189
    Posts: 168
    Registered: ‎12-15-2011

    Re: Life Cycle State of File

    11-05-2012 12:16 AM in reply to: amitk_189

    I found the link and this 

    http://justonesandzeros.typepad.com/blog/2011/05/solving-the-four-eyes-problem.html  and am working on it.

     

    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

    Please use plain text.
    Employee
    Posts: 643
    Registered: ‎12-12-2006

    Re: Life Cycle State of File

    11-05-2012 02:07 PM in reply to: amitk_189

    Here is how to debug a custom command.  The same technique can be used for event triggers http://justonesandzeros.typepad.com/blog/2010/04/debugging-a-custom-command.html

     

    Also, make sure you DLL is actually loading.  http://justonesandzeros.typepad.com/blog/2012/07/extension-loading-error-logging.html



    Doug Redmond
    Software Engineer
    Autodesk, Inc.
    http://justonesandzeros.typepad.com/

    Please use plain text.