Hello,
I would like to make a nested forms but in my form I don't have the button "new"
Solved! Go to Solution.
This requires creating an explicit Parent/Child relationship. To do this, a Child table would have a Ref column to the Parent table to point to the associated parent row. In the configuration of this Parent Ref column inside the Child table, you would turn on the "Is part of" property. This creates a tightly coupled relationship and does 2 additional things as opposed to an implicit Parent/Child relationship:
I hope this helps!
This requires creating an explicit Parent/Child relationship. To do this, a Child table would have a Ref column to the Parent table to point to the associated parent row. In the configuration of this Parent Ref column inside the Child table, you would turn on the "Is part of" property. This creates a tightly coupled relationship and does 2 additional things as opposed to an implicit Parent/Child relationship:
I hope this helps!
User | Count |
---|---|
16 | |
15 | |
4 | |
4 | |
3 |