Skip to main content
In the query editor I put this SOQL 

SELECT Id, Name, Session_Date__c, Level__c FROM Session__c

I got this error

sObject type 'Session__c' is not supported.
3 个回答
  1. 2016年1月22日 05:31
    It works when I uncheck the 'Use Tooling API' Checkbox in Query Editor. The 'Use Tooling API' checkbox is just after 'Execute' button.
0/9000