I am working with an application over a table that has 2 subtable main data items. What happens on the first subtable main, impacts what should happen on the second subtable main. For example, if a record is inserted into the first subtable main, then related records need to be inserted into the second subtable main. If a record is deleted from the first subtable main, then records need to be deleted from the second subtable main. If a field value is changed on the first subtable main, then both delete and add records into the second subtable main need to occur.
I have read some of the topics on subtables but wanted a clearer picture of what actions in an application actually work for a subtable main. I have tried a FVC of a field on the subtable main and that triggers a logic block okay. I am now trying to trigger a logic block on Row Delete of subtable main record but that doesn’t seem to trigger the logic block. Should this work? Is there a list of what application actions will work on a subtable main?