function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jthor@entransform.comjthor@entransform.com 

Select stop working

I have a select statement [SELECT clientID__c FROM FacebookApp__c]. It use to work before but then it stop working. I see the record there when i go to my salesforce org, I check the schema to run my SOQL in my force IDE and it does return me the record, but when I run the code it does not return any records. I made sure that I was running as sys admin too just for extra reassurance. The only thing that changed was that I use to call it in a RemoteAction Method then for some reason my RemoteAction method  stop wokring and I decided to debug it and know this select query won't even retrun me a record. Is their some kind of security settings that I change or need to change?