• Dannielle Givens 2
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
About 3 minutes ago I deleted many records within my recycling ben. As they were deleting I noticed 1 record that looked unfamiliar. After much research I finally found the object it belongs to, but need help with my query. I am not a developer, but I'm using workbench to export that record. 

SELECT Id,Name FROM Account WHERE IsDeleted = true 

This was the formula I found on the Salesforce Knowledge article. Is there anything I should be changing to adjust to my custom object?