An administrator is configuring field calculations between related objects in Salesforce. Which two statements accurately describe the functional capabilities and constraints of Roll-Up Summary fields and Formula fields? (Select 2)
- A Roll-Up Summary field can be created on the master object of a Master-Detail relationship to calculate SUM, MIN, MAX, or COUNT of child records.Answer
- Cross-object formula fields can reference fields from parent objects up to 10 relationships away.Answer
- CA Roll-Up Summary field can be defined on a parent object linked to child records via a required Lookup relationship.
- DChild detail records that reside in the Recycle Bin after soft deletion are included in Roll-Up Summary field calculations.
Answer
Roll-Up Summary fields can calculate aggregate metrics (SUM, MIN, MAX, COUNT) on the master object in a Master-Detail relationship, and cross-object formulas can reference fields up to 10 parent relationships away.
The correct statements recognize that Roll-Up Summary fields require a Master-Detail relationship to aggregate child data using functions like SUM, MIN, MAX, and COUNT, and that cross-object formulas can span up to 10 parent relationships.
Step-by-Step Solution
Key Concept
Roll-Up Summary fields require Master-Detail relationships and support aggregate functions, whereas cross-object formula fields enable spanning up to 10 parent relationships.