Hello
I am creating an ERP for invoices. I'd need to use the repeater or tables for invoice's items, but I would not to send them to database before completing the document. What I mean is:
- open the invoice edit page
- select customer
- add items
- press Create button
- after this, the data should be saved.
Is that possible?
Thank you!
4 Replies
That's the default behaviour.
oh π it seemed to me that for storing a relation the framework did a round trip to server to save the entity first. Nice to know it π thank you
You didn't mention that you want to use a relationship π
But it should be the same behaviour. Otherwise you couldn't use Repeaters in CreateAction
yes, additionally one should be able to edit an order and save at the end, otherwise it couldn't not switch back if he changes mind π