
Announcements
I have a screen with textboxes for filling out a questionnaire. not bound to a form.
i also have 2 attachment controls for 2 separate questions on the screen( bound to a form)
The attachments controls are bound to a form "NSSS_LEGAL_AND_ACCOUNTING_DATA"
I will use a patch statement for the rest of the fields after i have created a record with the attachments first.
What I need:
When i press the Submit button , my first code is
SubmitForm(Form3)
I need to also add the Accounting document to the same record ? with "LastSubmitId" ?
Thanks
Dave
@Anonymous
Multiple attachment controls is not supported like that. You will need to utilize one for this, or go away from attachments and store in a document library instead.
Also, I would suggest not utilizing a Patch for the rest of the fields but instead to submit them all with your form.