I'm not sure if it's possible to do what we'd like, but hopefully someone here will have some ideas.
We have a process built for requesting access to our computer systems. At the end of the process, we'd like to add a form where the various account names (and other information) can be entered, as the build is completed.
Some accounts may be available in a day, others in a week. Is there any way that the person filling in this information could "Submit" the values as they're filled in while still leaving the form active? We're reporting on this information through SSRS, and will ideally build a "where your account build is at in the process"-type report. So we'd like to be able to show that the account for System A is ready, even if Systems B-Z are still not filled in on the form.
I don't believe saving as a Draft would write the data to the DB for us to pluck out for our report.
And submitting the form wouldn't leave it editable so the account information for the other systems could be entered.
I'd like to avoid having a separate form for each system, unless they can be tied together somehow (maybe using an iFrame or similar)?
Any ideas?
Thanks in advance!