nerdexam
Salesforce

ADM-201 · Question #347

An administrator needs to create a one-to-many relationship between two objects with limited access to child records. What type of field should the administrator use?

The correct answer is D. Master-detail field. To create a strong one-to-many relationship with inherited security for child records, an administrator should use a master-detail field.

Submitted by ravi_2018· Apr 18, 2026Object Manager and Lightning App Builder

Question

An administrator needs to create a one-to-many relationship between two objects with limited access to child records. What type of field should the administrator use?

Options

  • ACross object formula
  • BRoll-up summary
  • CLookup field
  • DMaster-detail field

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    3% (1)
  • D
    94% (29)

Why each option

To create a strong one-to-many relationship with inherited security for child records, an administrator should use a master-detail field.

ACross object formula

A cross-object formula field is used to display data from a related object, not to define the relationship type or security model between objects.

BRoll-up summary

A roll-up summary field aggregates data from child records onto a parent record and requires an existing master-detail relationship, but it does not define the relationship itself.

CLookup field

A lookup field creates a loosely coupled one-to-many relationship where child records have independent security and can exist without the parent, thus not inherently providing limited access to child records through the parent.

DMaster-detail fieldCorrect

A master-detail relationship creates a tightly coupled one-to-many relationship between two objects, where the detail (child) record's security and sharing settings are inherited from its master (parent) record. This inheritance effectively limits access to the child records based on the parent's access permissions, ensuring data integrity and controlled visibility.

Concept tested: Master-detail relationship security and behavior

Source: https://help.salesforce.com/s/articleView?id=sf.fields_relationships_considerations.htm&type=5

Topics

#Object Relationships#Master-Detail Relationship#Security Inheritance#Custom Fields

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice