Form data model to submit data to multiple tables | Community
Skip to main content
New Participant
November 20, 2019
Solved

Form data model to submit data to multiple tables

  • November 20, 2019
  • 3 replies
  • 3935 views

Hi,

Using form data model i am able to submit data to a single table. But i want to understand if it is possible to submit single form data to multiple tables and if possible how to achieve the same.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

Try 2 FDM, seem to be less effort consuming as of now.

3 replies

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
November 22, 2019

Try 2 FDM, seem to be less effort consuming as of now.

New Participant
May 25, 2020

What would be different between the FMDs?

I am guessing FDM-a with Table-a then FDM-b with Table-b, what happens if you want to prefill or submit to both of these Tables, Also can you associate one form with 2 FDMs?

kshanAuthor
New Participant
November 21, 2019

Thanks for the input. In this case should i go with the custom submit action instead of creating 2 FDM or use the two FDM approach mentioned above which will be the best ?

Also is there any article i can refer for this particular implementation.?

Mayank_Gandhi
Employee
November 20, 2019

Create two FDM, map one of the FDM to the form submit properties and call the second FDM  in the success handler of guideBride Submit.

Thanks,

Mayank