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
Rakesh ERakesh E 

can a detail object in Master-Detail relationship be a parent to other M-D relationship?

 

Hi, 

 

i came accross the statment :

 

If a custom object is a detail or subdetail component in a master-detail relationship, it can't also be the master of a different master-detail relationship.

 

saying that a detail object cannot be a master in another M-D relationship.

 

but iam able to create 4-level M-D relationship as explainde below.

 

object1 > object2 > object3 > object4

 

where object2, object3 and object4 are on master side and object1,object2 and object3 are on detail side.

 

please let me know what is the actual meaning of the statement. am i interpreting it in a wrong way.

 

Regards

Rakesh

Best Answer chosen by Admin (Salesforce Developers) 
ForceNoobForceNoob

You can safely disregard that statement wherever it comes from.

All Answers

ForceNoobForceNoob

You can safely disregard that statement wherever it comes from.

This was selected as the best answer
Rakesh ERakesh E

Thank you.

 

i understand that you are saying the statement is wrong. 

 

Regards,

Rakesh

DivDiv

absolutely wrong

sandeep@Salesforcesandeep@Salesforce

This is Possible . If there are thee object A, B, C then it is possible that 

A is masted for Detail B and at same time B is Master for Detail C. 

 

Please reverify your qeustion I am 100% sure.