Update button in Plan Page

  • 17 February 2006
  • 1 reply
  • 0 views

Badge +2
Hi,

I have a very long plan page with a lot of fields that need filling in. I would like to give the user the opportunity to capture as much info as they want and then to be able to save information captured without submitting it. This is an .aspx form and not a SmartForm. I am using the K2ROM to create and start a process instance when the "Submit" button on the page is pressed. What do I need to do in the click event of the "Update" button? Just using the Update method of my k2 instance returns the message that a process has not yet been started.

Thanks
Filia

1 reply

Badge +11
Hi Filia,

Yes, the process instance is not planned until you've clicked on the Submit button.

What you maybe can do, is to add another Activity with a client event where the Originator is the Destination User. This client event should then show another page to the user which will then act as a Client page (instead of a PlanPage) with an 'Update' and 'Finish' button. After this Activity, your process can continue it's normal path.

Hope this helps,
Ockert

Reply