I apologize if this is a duplicate issue, but I couldn't find a similar issue. I'm new here.
I have a custom object in Salesforce that cannot be queried. It always times out. It used to do that sometimes, but then it would work. Now, I cannot query it no matter what I do. I tried:
- Select Id From Object__c (Times out)
- Select Id From Object__c Limit 5 (Times out)
- Select Id From Other_Object__c (This works)
Any help is appreciated. Thank you.