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
Mehiya JetharamMehiya Jetharam 

Master-Detail Relationship

Can we have Multiple level deep master detail relatinship? And if we have then how many Level Deep?Please anser me very confusing??
 
Best Answer chosen by Mehiya Jetharam
PratikPratik (Salesforce Developers) 
Hi Mehiya,

You can go upto 3 level deep.

Example:
Obj1, obj2, obj3, obj4:

obj1 is master of obj2
obj2 is master of obj3
obj3 is master of obj4.

This way you can go only 3 level deep. you can't go mre deeper as Salesforce will not show Obj4 for master details relationship.

You can also refer:
https://help.salesforce.com/HTViewHelpDoc?id=relationships_considerations.htm

Hope this will help you!

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.