Salesforce DevTools is a Chrome extension for Salesforce developer, based on everything we need in Salesforce development
117
stars
11
forks
source link
ERROR_HTTP_405 when execute SOQL with dot notation in Query Editor #54
Open
markhammer opened 3 years ago
Hi, In v3.7.1, if SOQL with dot notation reference another object, ERROR_HTTP_405 occurs. Could you look it up?
Case A. SELECT Id, Parent.Name FROM Account => Success.
Case B. SELECT Id, LastModifiedby.Name FROM Account => ERROR_HTTP_405
Case C. SELECT Id, Account.Name FROM Contact => ERROR_HTTP_405
Many Thanks.