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
RDN_LHRRDN_LHR 

Any way to get Isdeleted records??

I have a very urgent one-off need to grab data on Opportunity records where IsDeleted=true. 
 
OR -- is it possible to call records in the recycle bin of type Opportunity and get more columns than you can get through the UI?
 
I guess you can figure out why I'd be asking ...:mansad:
SuperfellSuperfell
use the queryAll call.
frasuyetfrasuyet
I've identified the records where IsDeleted = true using the QueryAll from Apex Explorer. Now, is there a way that I can use Apex Explorer to extract the query results to a .csv file?
 
Any ideas?