Subform within a form

0
Hello, I m new to this platform. Wanted to know if I can use subform within a form with multiple addition of records? In this example, I want to add work experience of an employee and certifications which can be more than one. 
asked
1 answers
0

If you mean something like a form containing an order and the sub containing the order lines, then the answer is yes.

Create the order and orderline entities. Associate the orderline to the order so that the relation is 1:*.

Create a page with a dataview for the order entity and within this dataview add a datagrid and make sure that you select the orderline over association. Fix the errors by creating the NewEdit page for the order lines and you’re good to go.

answered