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
Daniel KDaniel K 

set child object permission independently of parent in master-child relation

Hi All,
          I have two object which are on master-detail relationship.
          Let's say Account(Master) and Contact(child).
          I understand that contact renders the permission from Account automatically.

          But, is there any way that I can set specific permissions for Contact object only ?
          I noticed that I can't have sharing rules, manual-sharing or queue to be created on child object.

Thanks
Pradeep SinghPradeep Singh
Hi Daniel,
You can only change the permissions on profile level but not on record level(OWD).
So if you have to change the OWD, you have to convert it to lookup relationship.