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
Pradeep kumar 666Pradeep kumar 666 

Master detail object limits to create master field on multiple childs

How many times can we create a master field on multiple child objects?
means 
Account is the parent object and if i have 200  objects or more or less, then i want to create a field called AccountId on all 200 objects using master-detail relationship.how can i acheive this?
Akshay_DhimanAkshay_Dhiman
Hi Pradeep Kumar, 

There is only 2 Master-Detail Relationship allowed per object and it can have up to three custom detail levels. 
 
 follow these link:
      1-   https://salesforce.stackexchange.com/questions/77066/how-many-master-detail-relationships-per-object

      2-   https://help.salesforce.com/articleView?id=relationships_considerations.htm&type=5
   
   
 If found this helpful mark it as best so that it helps others in solving the same.
  
   Thanks
   Akshay
Pradeep kumar 666Pradeep kumar 666
Yes Akshay my question is different.ie i want to create the same master field (accountId) on 50 objects.can I create that accountId on more objects.i want to know the limit.the field must be master detail relationship.