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
Jennifer BuffaloeJennifer Buffaloe 

How do I recover a missing record? I have already checked the recycle bin.

Unable to locate this record. Is there a way to recover this record or is there a developer that can assit in retreving this?
Heather ThompsonHeather Thompson
You can include "isDeleted = true" in a SOQL query if you know enough information about the record - assuming that it hasn't already been permanenely deleted.

Mostly likely though, if it's not in the recycle bin it's gone forever
Jennifer BuffaloeJennifer Buffaloe
Where do I enter the SQOL query in Saleforce? 
Jennifer BuffaloeJennifer Buffaloe
Where do I enter the SOQL query in Saleforce? Sincerely, Jennifer Buffaloe | Commercial Coordinator FRONTLINE INSURANCE
Heather ThompsonHeather Thompson
In Salesforce, you can go to, Your Name > Developer Console> Query Editor   and enter your query in there
Jennifer BuffaloeJennifer Buffaloe
Do I need to be a developer to be able to get to the developer console? I only have admin access… Sincerely, Jennifer Buffaloe | Commercial Coordinator FRONTLINE INSURANCE
Heather ThompsonHeather Thompson
No, if you are a system administrator you should have access to the developer console. 
Jennifer BuffaloeJennifer Buffaloe
Can you please assist me on this process? Sincerely, Jennifer Buffaloe | Commercial Coordinator FRONTLINE INSURANCE
Vish Nagaraju1Vish Nagaraju1
You cannot retrieve the record if its been deleted 15 days before. Not with SOQL as well.
Please mark this as best answer if it clears your query.

Thanks,
 Vish