Create Multiple Records in a Table from one form
Posted: 2020-10-13 17:02
I am wanting to create a bidding application which is similar to the northwind orders demo but instead of orders of products it will be a pre-order bid or estimate of products and labor. I know how to create one record at a time in the data collection form, but is there a way to add multiple records from one form?
An example is I add a size of electrical conduit to to the bid, but before i submit the form i would also like to specify how many conductors of a certain size are in the conduit. Once saved i would have two line items in my estimates table. The first line for the conduit with price and labor columns attached. The second line with the conductors with price per ft and labor attached.
Is there a way to do that in appgini?
An example is I add a size of electrical conduit to to the bid, but before i submit the form i would also like to specify how many conductors of a certain size are in the conduit. Once saved i would have two line items in my estimates table. The first line for the conduit with price and labor columns attached. The second line with the conductors with price per ft and labor attached.
Is there a way to do that in appgini?