Hi,
I have inputs in the Parent form which are required to be completed before a SubForm row is added, and the Child record detail is completed.
While it's quite trivial to check if the Parent form's input fields are complete or not, I am not certain where to put the script to prevent the SubForm row from being added if the Parent's fields are not complete. The most logical place to me is in the SubForm > On Add Row action, however, I don't know how to stop the row from being added.
Is there a method available on row which removes it, like "row.delete" or "row.remove" (both don't exist of course).