Skip to main content
I recently deleted an account in our Sandbox and then queried for the deleted account from the Force.com IDE using "select id, name from Account where isDeleted = true".  No query results were returned.  Does anyone know what the purpose is for the IsDeleted field that is available through the API?  It would seem very odd to provide a field that doesn't get set during deletion.  

 

John
2 respuestas
  1. 19 nov 2010, 16:47
    Ok...so I figured out that I need to specify ALL ROWS in my SOQL query, but is this IsDeleted field available AT ALL through the UI?  It would be be way better to be able to put a report together to query these records.
0/9000