You need to sign in to do that
Don't have an account?

Automating empty of the recycle bin
Hello!
We are a new SalesForce customer. We'll have a need to refresh data in SalesForce from our
backend system on a nightly basis. I plan on using the command line interface of the DataLoader
to delete and import this data.
I've read that the recycle bin is capable of containing 5000 deletes, I forsee this being an
issue during this nightly refresh of information.
Do you know of a way in which I can empty the recycle bin remotely and/or on-schedule?
Thanks in advance for your help,
Ernie
We are a new SalesForce customer. We'll have a need to refresh data in SalesForce from our
backend system on a nightly basis. I plan on using the command line interface of the DataLoader
to delete and import this data.
I've read that the recycle bin is capable of containing 5000 deletes, I forsee this being an
issue during this nightly refresh of information.
Do you know of a way in which I can empty the recycle bin remotely and/or on-schedule?
Thanks in advance for your help,
Ernie
How much data are you thinking about?
If you really must delete and re-insert and empty the recycle bin the easiest way would be to create a simple application that logs you into SFDC and then calls: /setup/own/undeleter.jsp?empty=1
This point became extremely evident once I looked at the number of rows that need to be added.
Thanks again,
Ernie
"upsert" definitely sounds like the way to go. The number of rows that we need to reload nightly probably will not allow the delete/reload approach. Thanks for the heads-up on pulling the external ID's back from SFDC.