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
rakeshrockb123rakeshrockb123 

About Relationships:

Hi All,

When i was going through documentation, i've struck at following :

 

"A Force Platform object cannot be the master in one relationship and the detail in another
relationship
. An object can be the master in more than one relationship, but Force Platform
relationships cannot be used to implement multiple levels of detail."

 

But i created a  custom object (say ABC) which i defined a field with master detail relation to Account Object. And again , ifor other object (say CDE) I can able to create a custom field with master detail relation to ABC Object .

How come the above statement is true?   

Best Answer chosen by Admin (Salesforce Developers) 
flewellsflewells

In what type of documentation did you find that information?   I'm guessing it's just out of date.  That became outdated with the Spring '10 release when Salesforce.com introduced the "Sophisticated Data Modeling" feature.

All Answers

flewellsflewells

In what type of documentation did you find that information?   I'm guessing it's just out of date.  That became outdated with the Spring '10 release when Salesforce.com introduced the "Sophisticated Data Modeling" feature.

This was selected as the best answer
rakeshrockb123rakeshrockb123

Thank you, yeah i realized i was reading quite old documentation.

Have to search for new one.