I've tried executing the following query in both the Developer Console and the Force CLI and I get no response.
Select Id from Task where My_Field__c != null limit 1
In the developer console I get an error message:
Communication Failure: No response from the server
Doesn't work in sandbox or production.
Is there something about Tasks that makes the function differently than other objects? I'm able to execute similar queries on other objects without issue.
Attribution to: NSjonas
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/30302