Qus:    Is anyone able to help me with a mass delete question? I am trying to mass delete accounts for a client. ALL accounts. I see you can only mass delete 250 records at a time and every time I have them selected, hit delete and the page refreshes, the same ac
Apr 19, 2021 12:38 1 Answers Views: 472 NAIDU
Prev Next
Answers (1)
RAMU Apr 20, 2021 13:07
Answer:   Use Data Loader to export account records: SELECT Id FROM Account
Then, still with Data Loader, use that export file to delete the Accounts.
If your export contains more than 5 million records, you'll need to split it up; Data Loader has a max limit of 5 million

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect