An administrator is configuring field calculations for custom objects that share a Master-Detail relationship. The business requires tracking aggregate statistics on the parent record. Which TWO functionality requirements can be fulfilled using standard Roll-Up Summary fields on the master object? (Select 2)
- Calculate the total value of numeric fields across all related detail records using a SUM calculation.Answer
- BCreate aggregate calculations on a parent object for records connected through a standard Lookup relationship.
- Count the total number of related detail records associated with the master record using a COUNT calculation.Answer
- DPreserve roll-up summary calculations on the master record by preventing detail records from being deleted when the master is deleted.
Answer
Roll-up summary fields on a master object in a Master-Detail relationship can compute aggregate SUM values of numeric child fields and COUNT the total number of related detail records.
Roll-up summary fields allow administrators to calculate aggregate values from detail records directly on a master record in a Master-Detail relationship. Supported functions include COUNT (total number of detail records) and SUM (summing values of a specified numeric, currency, or percent field).
Step-by-Step Solution
Key Concept
Roll-Up Summary Field Capabilities and Limitations in Master-Detail Relationships