Skip to main content

salesforce.field.writerequiresmasterread

Home > @runlightyear/salesforce > Field > writeRequiresMasterRead

Field.writeRequiresMasterRead property

This field only applies to master-detail relationships. Indicates whether a user requires read sharing access (true) or write sharing access (false) to the parent record to insert, update, and delete a child record. In both cases, a user also needs Create, Edit, and Delete object permissions for the child object.

Signature:
writeRequiresMasterRead: boolean;