persisting data to multiple, related forms in one step

persisting data to multiple, related forms in one step

Hi,

I have a customer management application that I am experimenting with. In this application I have an Add_Customers form and an Add_Contacts form. These forms are linked via an associative (or many-to-many relationship) form, Add_Customer_Contact, which allows me to associate each contact with one or more customers and vice-versa.

One thing I would like to do to automate data entry somewhat is embed a web form in my website that enables a new contact/customer to add their own contact and customer details. In other words, a single web 'form' that sends data to all 3 of the relevant data store 'forms' in my ZohoCreator app.

This would require an order of precedence: first, persist the new customer and contact details, and then associate the two by persisting details in the associative Add_Customer_Contact form.

Does this sound practical or feasible? Do you hope to enable this sort of feature at some point?

BTW, thanks for all your great work on ZC so far.

Anton