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
chinni dchinni d 

12.can we create a masterdetail relation with account by any custom object in a way that account is detail &any custom object is master side?

Best Answer chosen by chinni d
William TranWilliam Tran
No, you can not

 The standard object cannot be on the detail side of a relationship with a custom object.

Thx
 

All Answers

sharathchandra thukkanisharathchandra thukkani
No it is not possible. In fact on all standard objects it is not possible.
William TranWilliam Tran
No, you can not

 The standard object cannot be on the detail side of a relationship with a custom object.

Thx
 
This was selected as the best answer
William TranWilliam Tran
Here's more information if you need it:
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/relationships_among_objects.htm

As a common practice, if your question is answered, please choose 1 best answer.
But you can give every answer a thumb up if that answer is helpful to you.

Thanks
sachin kadian 5sachin kadian 5
Hi Chinni,

In master detail relationship, Standard object is alsways Master and can never be child side.

Please have a look at this link for relationships -
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/relationships_among_objects.htm