Zephyr Freight tracks custom Shipment records related to parent Delivery Manifest records using a Master-Detail relationship. The Salesforce administrator needs to configure Roll-Up Summary fields on Delivery Manifest to aggregate shipment data. Which two operations can a Roll-Up Summary field perform on the related child records? (Select 2)
- Calculate the total SUM of a numeric field across all child records.Answer
- Find the MIN or MAX value of a date or date/time field among the child records.Answer
- CSummarize field values from child records connected using a Lookup relationship.
- DRetain detail records independently when the parent master record is deleted.
Answer
Roll-Up Summary fields can calculate the total SUM of numeric fields and determine the MIN or MAX value of date or date/time fields on related detail records in a Master-Detail relationship.
Roll-Up Summary fields allow administrators to calculate aggregate values—specifically COUNT, SUM, MIN, and MAX—from detail records in a Master-Detail relationship. Calculating a SUM of numeric fields and finding MIN/MAX dates are both core supported operations.
Step-by-Step Solution
Key Concept
Roll-Up Summary Fields Capabilities and Master-Detail Dependencies