Salesforce Certified Platform App Builder — Question 460
To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objects related to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.
What are two considerations for this proposal? (Choose two.)
Answer options
- A. An object can have 20 object references.
- B. An object can have 25 roll-up summaries.
- C. Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.
- D. Roll-up summaries are limited to master-detail relationship.
Correct answer: B, D
Explanation
The correct answer is B and D. An object can indeed have up to 25 roll-up summary fields, which allows for efficient data aggregation. Furthermore, roll-up summaries can only be created on master-detail relationships, making option D correct. Options A and C are not relevant to the limitations of roll-up summaries in this context.