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
Hemanth BakthavatsaluHemanth Bakthavatsalu 

Recovering records for EntitySubscription from recycle bin

We have written a apex code to delete the followers on Opportunities for which close date is older than 30 days.

Now I am trying to recover some of deleted records from EntitySubscription object, however I cannot find these records in EntitySubscription object. (I used workbench and selected the option to include deleted records, but still there are no results and also I used ALL ROWS option, still did not work)

I tested in sandbox by following an opportunity and unfollowed that Opportunity and then I cannot find that record in EntitySubscription object deleted records list.

1. Does EntitySubscription object does not support recovery of records from recycle bin
2. Is there any way to retrieve EntitySubscription deleted records.