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
santhi sanapala 5santhi sanapala 5 

i have created a student object (child object ) which is in master detail relationship with Course object (parent ) and Student object is not visible in OWD. Why is this? If i want to edit OWD settings of Student object how is that possible.?

i have created a student object (child object ) which is in master detail relationship with Course object (parent ) and Student object is not visible in OWD. Why is this? If i want to edit OWD settings of Student object how is that possible.?
Best Answer chosen by santhi sanapala 5
VamsiVamsi
In master detail relationship you can't controll the access for child objects. Access to this child object will be controller by Parent object (Course object in this case). 

Please go through the following link https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/relationships_among_objects.htm

Please mark as best answer if the above helps ...!!