function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CloudMikeCloudMike 

How to query for Deleted records using sForce Explorer?

I'm new to the community and couldn't find anything specific after searching through the messages about how to query for deleted records using the sForce Explorer.  If there is a way, can some one fill me in?

Thanks in advance!

CloudMikeCloudMike
Anyone?  Bueller, Bueller?
benjasikbenjasik
Deleted records are not currently available in the API
SuperfellSuperfell
The details of the records themselves are not available, but the getDeleted call will give you the Ids of the deleted records.
CloudMikeCloudMike

Thanks guys but I'm a little unclear on how I can use the getDeleted() from the sForce Explorer.  I believe it was previously mentioned that no documentation exists.  Any suggestions?

Thanks again

SuperfellSuperfell
If you're using a recent build of SForce Exploerer, there's a "start DB Replication" menu options, it'll then regularly poll with getDeleted and populate the data on the DB Replication Monitor tab.