When you check the box to Include Action History when using the Save to Repository task, is there a way to not have it break to a new page and instead just add to the bottom of the form?
Question
Question
Replies
Is this an option that could be added in a future version of Forms?
I would also like to see this as an option, but did my suggestion work?
Hi Blake,
Action History has similar concept as a document's revision history.
So it's always the first page.
Would it be possible to add a feature that allowed someone to say whether they wanted it on it's own page or on the page with the form? We have a case where our Special Education department currently has to print out a form and it's one extra page that has to be printed with hardly any information on it.
I am not that familiar with this option, but are you saying the action history is just adding the history box from the form on the next page instead of at the bottom of the page that contains the end of the expected page?
I wouldn't say the expected page, but yes it puts on the next page instead of at the bottom of the page that contains the form.
This might be to do with the expected use case for this feature. They likely do this so one can separate out that page.
Is it a big deal that you do not have that information on the same page? Is it not possible to use the full-text from that last page with the history to be put into a multi-value history field in a template? Would that solve the problem?
It solves a concern for our special services department. We have physician referrals that even though they are processed electronically they need to be printed out to be put into a child's paper file for auditing reasons until we can make the rest of the audit file electronic as well.
By putting the action history on the same page as the form instead of breaking to a new page, it saves paper and the likelihood of losing the second page.
Also, You might want to take note of the prospect of using the "Save to Laserfiche" functionality which will save the form exactly as it appears on the screen when submitted. That should keep the history information in the same page (and go over to the next page if it takes up too much space)
Kenneth, it is when using the "Save to Laserfiche" function that you enable including the action history.
So have you tried the "Save to Repository" service task?
Yes
So I have an interesting Idea.
What if you use javascript to hide the built in Forms history box on the form, but then have that exact code be rendered in a Custom HTML field.
Then you turn off the saving the history information option since it should already be a part of the form since it was a part of the form fields itself when it was submitted.
based on my suggestion above, Try using this information: http://www.w3schools.com/jquery/html_clone.asp
you should be able to clone the history box to a custom HTML field and then hide the history field afterwards and be all set. This way the history would be forced into the saved image of the form.