
9 respuestas
The easiest way will be to create a Salesforce report of "Opportunities with Products" and add all the Opportunity and Product fields to the report. Then, use the Export Details button to export to CSV.
Using the CSV, find all the Opps with multiple Line Items, and create a new row for each line item. (Remember, you'll want to keep 1 line item on the original Opp.
You now have rows in your CSV file to create new Opps using a data tool, such as dataloader.io (free, just type dataloader.io in a browser). Then, using the success file from that data job (which will have the newly added Opportunity ID in it, you can run another data job to insert Opportunity Product records, 1 for each new Opp.
Finally, do a delete Opportunity Product data job to remove the 'extra' line items from your original Opportunities.