Is it possible to edit a form after it's been submitted? Looking to avoid having users submit a new form for minor corrections to entries that do NOT become metadata fields in the repository.
Any ideas will be appreciated.
Is it possible to edit a form after it's been submitted? Looking to avoid having users submit a new form for minor corrections to entries that do NOT become metadata fields in the repository.
Any ideas will be appreciated.
This approach sounds promising (:
Would it go something like this?
Initial Form Workflow > Laserfiche Workflow > Generate Fillable PDF > Repository Entry
Any corrections needed will require the launching of the Fillable PDF and re-entry into the Repository.
Sounds like this may be a case where you push the form data into a fillable PDF and then work from the PDF. If a field needs to be updated, you can update it through the PDF or in template fields and have Workflow update the PDF.
This approach sounds promising (:
Would it go something like this?
Initial Form Workflow > Laserfiche Workflow > Generate Fillable PDF > Repository Entry
Any corrections needed will require the launching of the Fillable PDF and re-entry into the Repository.
Hey Eddie,
That sounds about right! You'll probably need some sort of unique identifier or search you can perform to find the appropriate PDF in the repository in order to make updates if anyone changes their submission after the fact. After retrieving the Forms info, your workflow will probably need to start with a search for the document, and then a branching decision based on whether or not it found the PDF. If it doesn't exist, create a new PDF and populate it. If it already exists, then just update the existing date.
What type of settings you want to modify on the form? And you want the form can be re-saved into repository?
For forms saved to the Repository, I created a template field called "Changes to Saved Form". Supervisors can enter any changes in this field. I then display that field in my repository view.