• Vinnie Bacon
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Running the following query in Developer Console using Tooling API fails.
SELECT Id FROM Account WHERE id = '000000000000000'

Error: sObject type 'Account' is not supported.

Same query runs fine without the Tooling API. I am the System Admin in a Developer Edition org. Any ideas? Thanks.