function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EricReichertEricReichert 

How could one emulate Cascading Master-Detail Relationships?

Here's what I need.

1) Each Object A is the Master of many Object B's.
2) Each Object B is the Master of many Object C's.
3) If an Object A record is deleted then all of it's associated Object B records are deleted which, in turn, forces Objects B's associated Object C records to be deleted.

The first one is set up and working, although I'm still trying to figure out a way to make it read-only for most users.

The second cannot be set up because Object B is already in a Master-Detail relationship with Object A.

I have no idea if the third is possible.

Does anyone have any suggestions?