Universal Containers has a public sharing model for accounts and uses the parent account field to create a multi-level account hierarchy. When viewing a parent account, the company wants to see the total value of open opportunities for all accounts in the hierarchy.
Which solution should a consultant recommend to meet this requirement?
Click on the arrows to vote for the correct answer
A. B. C. D.D
To meet the requirement of Universal Containers to display the total value of open opportunities for all accounts in the hierarchy when viewing a parent account, the recommended solution is:
A. Create a roll-up summary field on the parent account showing the total value of open opportunities from the child accounts.
Explanation: A roll-up summary field is a powerful feature in Salesforce that allows you to calculate and display aggregate values from child records on a parent record. In this scenario, creating a roll-up summary field on the parent account object will provide an automated solution to calculate and display the total value of open opportunities from all child accounts in the hierarchy.
Here's how you can implement this solution:
Enable the Roll-up Summary field:
Configure the Roll-up Summary field:
Test the roll-up summary field:
The roll-up summary field is automatically calculated and updated whenever a child account's open opportunity value changes. It provides an efficient and native way to visualize aggregated data from child records on the parent record, fulfilling the requirement of displaying the total value of open opportunities for all accounts in the hierarchy.
Option B (Define a workflow rule), Option C (Create a link to a report), and Option D (Use Apex) are not the recommended solutions in this case because they involve additional customizations and maintenance efforts. The roll-up summary field, on the other hand, leverages Salesforce's built-in functionality and provides an automated and scalable solution.