Question

Difficulty: MediumFormula Fields and Roll-Up Summary Fields

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)

  1. Roll-Up Summary fields can aggregate values from child records using SUM, MIN, MAX, and COUNT functions.Answer
  2. Field filter criteria can be applied to Roll-Up Summary fields to include only specific child records in the calculation.Answer
  3. C
    Roll-Up Summary fields can be created directly on the parent object even if the relationship is changed to a Lookup relationship.
  4. D
    Deleting 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

1
Identify relationship requirements for standard Roll-Up Summary fields.
Standard Roll-Up Summary fields require a Master-Detail relationship between the parent and child objects.
Salesforce native roll-up functionality is built exclusively on Master-Detail relationship architecture.
2
Evaluate available aggregation types and filtering options.
Roll-Up Summary fields support COUNT, SUM, MIN, and MAX calculations, along with filter criteria to select relevant child records.
Filtering allows administrators to calculate conditional metrics, such as summing quantities only for delivered items.
3
Assess cascading deletion impacts in Master-Detail relationships.
Deleting the parent record automatically deletes associated child records.
Detail records depend entirely on the master record for existence and security inheritance.

Key Concept

Roll-Up Summary Field Capabilities and Master-Detail Constraints
Rate this question