Deleting a CC Policy Triggers Cascade Deletion of Policy Test RecordsSummaryDeletion of records from the sn_vulc_policy table results in a cascade deletion from the associated records in the sn_vulc_policy_test table. We checked business rules and sys_dictionary records for delete reference cascade rules, but could not find what is triggering this.Related LinksWe found that the table:table relationship for sn_vulc_policy and sn_vulc_policy_test is defined through a sys_collection record via the control field. It's a default platform behavior for cascade deletion to occur for records who's relationships are defined in this manner.