Form with HasMany Relationship?
Hi, is it possible to create a form with a hasMany relationship?
So I have an invoice with some default information (date, due date, customer....)
but each invoice has to have LineItems.
Is it possible for my form to create all the lineItems instead of adding it later via a relationshipmanager table?
Kr,
Wannes
2 Replies
You can use a repeater for this!
Thanks, was exactly what I was looking for!