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)
- Detail records automatically inherit the security and sharing settings of the parent master record.Cevap
- The administrator can create Roll-Up Summary fields on the Funding_Program__c object to aggregate data from child records.Cevap
- CDeleting a Funding_Program__c record leaves related Grant_Application__c records active while clearing the relationship field.
- DRoll-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
Anahtar Kavram
Master-Detail Relationship Capabilities and Behaviors