Hi all,
I have an application where the user fills out a form. Based on that form, an estimate/quote is generated. The process dictates that the user can go back and make changes and have the quote regenerated. I would like to be able to maintain a record of the last 5 quotes, but I can't figure out how to do this effectively as there doesn't seem to be a deluge function to copy a record.
On a previous post, someone suggested passing the ID of the parent form and pre-filling a new record based on that info. The form I am using has multiple subforms, which I think presents an issue to this method. Can anyone think of a workaround for this? Alternatively, I am also happy to simply keep copies of the quote generated (it's a customized html view) but I can't think of a way of doing that programmatically.
Any ideas or suggestions would be greatly appreciated.
Best,
John