I have a mainform with two subforms. When I change a field on the main form, then click into the subform, I get an error saying I haven't filled out a mandatory field. This pops up 3 times in a row in total. After that, I get to my subform as normal.
If I don't change anything on the mainform, or save before I click in the subform, everything is fine.
So, it looks like the save action that happens before going into the subform, also triggers a save action in the subform. That is unexpected behaviour to me.
Any advice on how to fix this would be welcome. Worst case, I can turn the mandatory field into an non-mandatory field and perform a check myself.
If I don't change anything on the mainform, or save before I click in the subform, everything is fine.
So, it looks like the save action that happens before going into the subform, also triggers a save action in the subform. That is unexpected behaviour to me.
Any advice on how to fix this would be welcome. Worst case, I can turn the mandatory field into an non-mandatory field and perform a check myself.
Comment