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
Ahui Paba.FAhui Paba.F 

Empty Recycle Bin problem after empty recycle from .Net

Hi,



I have problem about emptying recycle bin from API.. the problem is after emptying the recycle bin in salesforce.com, I call queryAll again and still find those object Ids that have been deleted from recycle bin but in salesforce.com web, no records found in recycle bin.. Is there something wrong? I'm using emptyRecycleBin function from API.

Any suggestions would be great.. ThanksBookmark

 

 

Regard,

 

 

Ahui

SuperfellSuperfell

emptyRecycle bin just removes the recycle bin entries (aka pointers), allowing the rows to be cleaned up at some future point, it does not synchronous delete the data rows as well.

john sujithjohn sujith

Hi ,

well did u get any solution is for your problem,because now i am facing the same !