Symptoms
Disabled user account has a form checked out
Diagnoses
I want to remove the checkout on a disabled user account, is there a chance you can give some guidance as to how to unlock this?
Resolution
You will first need to get the Form/View ID and who it's checked out to from the following K2 DB tables Form.Form_Design and Form.View_Design
Next execute the following sProcs (depending on what you want to CheckIn (please note that this Cancels their CheckOut , so you will lose the changes they have made
Forms.aUndoFormsCheckOut
Forms.aUndoViewsCheckOut
@UserID (The ID from the previous tables mentioned)
,@IDs (The Forms/Views ID from the previous tables mentioned)
,@ClientStack (leave this empty)