Saving form data
I've got a form builder inside the interaction setup model of a Dialog Workflow component, and it is a pretty hefty web form. I've had requests from users to be able to enter some of it, save it, and come back to it later. Each form element writes into a variable in an array that eventually writes to a DB, so I understand that I could have a save button that writes it all to the DB and then make a separate DW that populates a similar form with the non-null values, but that seems to be a lot of work, and that there may be a way to do this without that hassle...any ideas?
Thanks
Filed under: Workflow Solution, Endpoint Management and Virtualization
Persisting task
There is an easier way:
You should test this, but it should work. The user should be able to fill out only some of the data and then click save and leave the form. When they want to finish filling it out they can click on the task again. Because the Save path didn't exit the DW comp, the task is still open and it still has their data.
Thank you! Worked perfectly!
Thank you! Worked perfectly!
Would you like to reply?
Login or Register to post your comment.