Is there a way to ‘cascade delete’ a record type w...
# general
c
Is there a way to ‘cascade delete’ a record type when it is a child of another custom record type? For example, Record type A has a sublist of type B (record is parent) — when A is deleted, I want to delete all related B records
a
Only script, nothing native.
👍 1