How to delete a K2 SmartForm on servers without the K2 Designer

  • 26 August 2014
  • 3 replies
  • 11 views

Badge +4

Title says it all, apart from the development server none of the other K2 SmartForms servers has the K2 Designer installed. So how can I delete a SmartForm on those servers?

 

Thanks!


3 replies

Userlevel 3
Badge +10

At one point there was a stored procedure in the SQL database to delete specific forms (and all their associations), but I don't think it's supported/working anymore.  I believe the only thing you can do would be to run the setup and install Designer via the Client Tools package and delete them from there.

Userlevel 3
Badge +10

Another note: if forms/views are still checked-out by other users and are preventing deletion, you can run the Form.aUndoFormsCheckOut and Form.aUndoViewsCheckOut stored procedures via your SQL database.  They will require userID and form/view ID parameters that can be found in Form.Form_Design and Form.View_Design.

Badge +4

Thanks for the answer :)

Reply