I am looking for a way in Forms 9.2 to access the Instance ID via the starting Form after submission but before saving to Laserfiche. Essentially I need to do the following:
- Form is Submitted
- At first Approval Task the form's Instance ID is availalbe via Javascript
- Save to Laserfiche
I understand I can do this by creating a second copy of the form, passing all of the values from the first form into the second, and then having a field their that shows the instance ID but I am needing to do this without having to maintain 2 almost identical copies of a complex and everchanging form. I've tried adding a field and setting it's default value to Instance_ID but that fails to fill as it will only fill on form creation and not later once the Instance ID actually exists. Additionally, I've tried extracting it from the URL but within the Inbox the URL does not contain the Instance ID. Has anyone found a way to access the Instance ID after form submission within the originally submitted form?