Problem
As an Account Manager in order to identify white space on Accounts, I would like to see a list of Opportunity Products purchased on each Account.
Solution
In order to see the results on an Account, a hierarchy rollup must be created. Products are first rolled up to the Opportunity, then again to Account.
Step 1) Create a text area field on Opportunity (Products Purchased) and a text area field on Account (Opportunity Products Purchased)
Step 2) Create a rollup of Products Purchased to Opportunity:
- Rollup Helper tab, select Opportunity
- Select the field you created (Products Purchased)
- Select Opportunity Product as the Child Object and Product ID > as the field, then Product Name.
- Select Text (Separated by New Line)
- Save and Run the rollup
Step 3) Create a hierarchy rollup to Account:
- Rollup Helper tab, select Account
- Select the field you created (Opportunity Products Purchased)
- Select Opportunity as the Child Object and Products Purchased (rollup results) as the field
- Select Text (Separated by New Line)
- Add a filter for Closed Won Opportunities - Stage Contains Won (WHERE isDeleted = false AND stagename LIKE '%Won%' ORDER BY Id DESC NULLS LAST)
- Save and Run the rollup
Need help?
