Controlling the creation of records in the parent table when expanding a table.
A child table with the same structure as the parent table is required.Furthermore, we want to prevent records from being linked to the parent table based on the field values of records created in the child table.Is this feasible to implement? I co...