Skip to main content
It takes a ridiculously long time to delete each one by clicking the button next to it.

 

Surely there is some way to do some kind of search for opportunities, where instead of just an "edit" button next to them, there are checkboxes that you can mark and delete all the opportunities in the list?

 

I looked under the Mass Delete Records part in Setup, which would be perfect. But "Mass Delete Opportunities" is not an option, strangely enough.
5 件の回答
  1. 2014年2月1日 17:22
    Use the DataLoader to Export the Opportunities that you want to delete, specifically export the ID of the opportunity. Save that Export to a .CSV file.

     

    Then run the DataLoader again, and use the Delete feature to delete from Opportunity mapping your exported .CSV file's ID to the ID in the table.

     

    It works VERY well, so make sure you only delete the ID's you want. This also cleans up matching OpportunityProduct Items.
0/9000