A Salesforce administrator at an educational publishing company configures a Master-Detail relationship where the standard Account object serves as the master and a new custom object named Course_Offering__c serves as the detail. Which TWO statements accurately describe the security and data management capabilities resulting from this setup? (Select 2)
- Roll-up summary fields can be created on the Account object to calculate aggregate counts and values from related Course_Offering__c records.Cevap
- Deleting an Account record automatically deletes all associated Course_Offering__c child records in a cascade deletion.Cevap
- CRoll-up summary fields can be created on the Course_Offering__c object to summarize values from parent objects connected solely through lookup relationships.
- DCreating a new record type on Course_Offering__c automatically assigns all picklist field values to that record type without requiring manual configuration.
Cevap
The correct statements are that roll-up summary fields can be created on the Account object to aggregate data from related Course_Offering__c records, and deleting an Account record automatically deletes associated Course_Offering__c child records.
In Salesforce Core Administration, establishing a Master-Detail relationship enables two critical behaviors: first, native roll-up summary fields can be configured on the master object (Account) to aggregate data from child records; second, deleting a master record cascade-deletes all associated child records automatically.
Adım Adım Çözüm
Anahtar Kavram
Master-Detail Relationship Capabilities and Limitations