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.
Solved! Go to Solution.
Views
Replies
Total Likes
Try 2 FDM, seem to be less effort consuming as of now.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.?
Views
Replies
Total Likes
Try 2 FDM, seem to be less effort consuming as of now.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes