Skip to main content

My workflow requires users editing a list, and either being able to save the draft list to the work flow,  or submitting it for approval before saving the list to database.    

 

What would be the best approach for persisting a list through  a workflow?

 

Hi Capz

 

I would use another database table (e.g. SQL) to persist the list data. If you dont have access to do this, you can use a SmartBox SmartObject.(see http://help.k2.com/onlinehelp/k2smartforms/userguide/current/default.htm#Simple_SmartObject.html)


Reply