Soru

Zorluk: KolayObject Relationships (Lookup, Master-Detail, Many-to-Many)

An administrator is building a grant management application and needs to link a parent object, Funding_Program__c, to a child object, Grant_Application__c. The administrator establishes a Master-Detail relationship on Grant_Application__c pointing to Funding_Program__c.

Which two technical capabilities or behaviors are characteristic of this Master-Detail relationship? (Choose 2 answers)

  1. Detail records automatically inherit the security and sharing settings of the parent master record.Cevap
  2. The administrator can create Roll-Up Summary fields on the Funding_Program__c object to aggregate data from child records.Cevap
  3. C
    Deleting a Funding_Program__c record leaves related Grant_Application__c records active while clearing the relationship field.
  4. D
    Roll-Up Summary fields can be created on standard Lookup relationships without defining a Master-Detail relationship.

Cevap

Detail records inherit the security and sharing settings of the parent master record, and Roll-Up Summary fields can be created on the master object to aggregate child record data.
Establishing a Master-Detail relationship ensures that detail records derive their security, visibility, and access directly from the master record. Additionally, it enables administrators to configure native Roll-Up Summary fields on the master object to summarize child record values such as count or total amounts.

Adım Adım Çözüm

1
Analyze the security model of Master-Detail relationships.
Confirm that child records inherit visibility, sharing rules, and ownership from the master record.
Master-Detail relationships do not have independent Owner fields on child records; access is entirely driven by master record access.
2
Evaluate data aggregation capabilities.
Confirm that Roll-Up Summary fields are supported on the parent master object.
Roll-Up Summary fields require a Master-Detail relationship to calculate SUM, COUNT, MIN, or MAX operations on detail records.
3
Evaluate cascading behavior and lookup limitations to eliminate incorrect choices.
Identify that master deletion cascades to detail records and that lookups do not support native roll-up summaries.
Deleting a master record removes all detail records automatically, and lookup relationships lack native roll-up summary functionality.

Anahtar Kavram

Master-Detail Relationship Capabilities and Behaviors
Bu soruyu puanla