[SalesForce] How to restore permanently deleted records

Hi i want to get the deleted records (records deleted from recycle bin of sales force).can any one help on this i tried this soql query retrive deleted records but its result showing error:

"SELECT Id, Name,ISDeleted  FROM lead WHERE ISDeleted = true" 

Best Answer

Update: As of July 31, 2020, Data Recovery service has been retired and no longer available as a service. So now we don't have any way to get deleted records unless we have some backups.

Data Recovery Retirement

I don't think that's possible without Salesforce support. You need to contact them and they will charge you some amount and maybe then you will get your records back.

As per Salesforce docs

Because of the manual intervention, there is a cost. The cost is relative to the amount of manual work and time needed to perform the recovery. The price for this service is a flat rate of $US 10,000 (Ten Thousand US Dollars) for the one Organization that's being recovered. The work involved actually costs us much more than that, but we pay for a portion of the service.

A Data Recovery is only an option after you have exhausted all other reasonable efforts to recover the data, such as restoring from the recycle bin, reinserting the data from a .CSV backup or querying the API for IsDeleted records. If you're interested in the Data Recovery process please log a Support case stating that you would like to learn more about the data recovery process.

Data Recovery Service and Cost FAQ

Related Topic