A Salesforce Administrator at an international logistics company is configuring data summary features on a custom parent object, Shipment_Manifest__c, which has a Master-Detail relationship with a custom child object, Package_Item__c. The administrator needs to display summary metrics about the child packages directly on the parent manifest record.
Which TWO statements accurately describe the capabilities and behavior of Roll-Up Summary fields in this scenario? (Select TWO)
- Roll-Up Summary fields can aggregate values from child records using SUM, MIN, MAX, and COUNT functions.Answer
- Field filter criteria can be applied to Roll-Up Summary fields to include only specific child records in the calculation.Answer
- CRoll-Up Summary fields can be created directly on the parent object even if the relationship is changed to a Lookup relationship.
- DDeleting a Shipment_Manifest__c record converts related Package_Item__c records into standalone orphan records without deleting them.
Answer
Roll-Up Summary fields allow administrators to aggregate child record values using SUM, MIN, MAX, and COUNT functions, and they support field filter criteria to summarize specific subsets of child records.
Roll-Up Summary fields natively provide SUM, MIN, MAX, and COUNT aggregate functions on child records attached via a Master-Detail relationship. Additionally, administrators can configure filter criteria on the field definition to specify which child records should be included in the calculation.
Step-by-Step Solution
Key Concept
Roll-Up Summary Field Capabilities and Master-Detail Constraints