Expand my Community achievements bar.

SOLVED

Form data model to submit data to multiple tables

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

4 Replies

Avatar

Employee Advisor

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

Avatar

Level 2

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.?

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 2

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?