Use case: Users have submitted a lenghthy form that has been saved to the repository. Through several approval levels, it has been determined that some of the information that was entered on the form must be corrected before being approved.
Instead of asking the user to fill the entire form out again just to tweak a value in one field, is there a way that a URL can be passed to the user which points to a submitted form in the Results section (with a submission ID), pull the form out with all of its data, and let them tweak it to submit it again starting a new business process?
I know it's possible to create a URL with passed variables into fields, but this particular form I'm working with deals with a collection, and the collection entries can very in number and sometimes can be quite lengthy.