I need help with planning out a project. For Opportunities and Quote and Quote line items. I have to take information from quote line items by summarizing the data by product group on the Quote and create product group field to populate the summarized data on the opportunity. I'm struggling as we do not quote in Salesforce and data is pushed into Quote and Quote line items by another AIP source What type of field do I create and what formula do i use to get the data populated? I tried this approach but i do not show product family as an option to select. We do not have CPQ.
Solution 1: Roll-up Summary Fields by Product Family (Recommended)
Use multiple Roll-up Summary Fields on the Quote for each Product Family. Then, sync this data to the Opportunity through automation.
Steps:
- Create Roll-up Summary Fields on the Quote:
- Example:
- Hardware_Total_Amount__c (Sum of amount where Product Family = "Hardware")
- Software_Total_Amount__c (Sum of amount where Product Family = "Software")
- Services_Total_Amount__c (Sum of amount where Product Family = "Services")
- Example:
- Use Roll-up Criteria:
- When setting up these Roll-up Summary Fields on the Quote, filter by Product Family using specific criteria (e.g., "Product Family" equals "Hardware").
Has anyone tried to populate data from a Quote? Quote Line Items to automatically update opportunity fields?
#Flow #Data Management #Trailhead #Opportunity Products #Quotes
Davis Johnson (SolomonEdwards) Forum Ambassador
Right, so you would, on the Quote object, create multiple rollup summaries of type COUNT and then would use the Filter Criteria option for each to specify the Product family value to be counted. You would then repeat that process for every product family that needs to be rolled up. I am essentially just shooting back your initial message though, so you have tried this and found it hasn't met your needs?