Version Control Lite - Ask user to create new version when drag and drop document

Hi Craig,

I am looking at possibly extending the functionality in the Version Control Lite module of the Compliance Kit by building a VAF/UIX application. I am specifically looking to somehow prompt the user if they want to “Create a New Version” if that user attempts to drag and drop a file onto a controlled document in the released/published workflow state. We are trying to avoid the need for the user to create a new version of the document first before dragging and dropping a file onto the document. If this is something that is feasible in your mind, I would appreciate a quick overview of how I would build that so I am not spinning my wheels for too long. 

thanks,

Jack Dawson

Parents Reply
  • Sorry, I was travelling last week.

    I am not sure that I have tried that.  The callback receives an object version that you could use to communicate with the vault, but I'm unsure whether it'll be happy for the object to be checked out and in again (i.e. the version to be changed) during the callback.

    My gut instinct is that it won't work, although it sounds like you're quite far down this route so did you try it?

Children