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
Sree007Sree007 

Master Child Relationship question

I have a requirement as follows. Is it possible to develop?

1. Custom Object A is created

2. Custom Object B is created

3. Custom Object C is created

4. Custom Object B is child for Custom Object A

5. Custom Object C is child for Custom Object A

6. Custom Object C is child for Custom Object B

 

I am able to create only two of the three child relationships, but is the above scenario possible?

 

Thanks in advance

Sree

SuperfellSuperfell
You'll need to use a lookup rather than master/detail relationship for one of those relations.
Sree007Sree007

Thanks Simon. With roll up, I cannot do summary of the fields. I currently do via lookups.

I intend to have

1. Summary for Object B and Object C inside Object A

2. Summary for Object C inside Object B.

 

But if not possible, then I may have to forego this feature installation.

 

Thanks

Sree