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
john sujithjohn sujith 

empty Recycle Bin Problem

Hi ,

I have problem with empty Recycle Bin  API function ,its show all  Recycle Bin records even after execute the function but in salesforce it shows cleared list of Recycle Bin .in my application I  listed the deteted item (in Recycle Bin ) by condtion 'IsDeleted=true' ..any ideas ? 

 

Thanks in Advance !

 

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

There is no way in the API to view the recycle bin contents. isDeleted just means that row is soft deleted (for one of many reasons), and does not mean its in the recycle bin.