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
RichRich 

Any ETA on a resolution?

API code that has been running unchanged and without incident suddently started producing errors today.  Can I assume that the problem is not on my end, and any ideas how long a resolution might take?

Thanks.

RichRich

Sorry.  This was intended to be a reply to the "Query using Filter Fails " post.

DevAngel2DevAngel2

Hi Rich,

The problem from last night/this morning has be resolved. 

RichRich

Are you sure?  I have unchanged code which started failing all of the sudden today.  It's failing in my development environment and on the production server in compiled form.  I just checked, and the C# Query sample application that was downloaded from SalesForce (unchanged also) is producing the same error.

The error generated is "SelectList is not specified in query."  It occurs for me anytime the query method is called.  For example:

ret = (object[]) sForce.query("contact", 20, true, SelectList, filter);

Thoughts?  I am so far unable to come up with any causes for this on my end.

 

 

 

DevAngelDevAngel

Hmmm.....

I just downloaded and ran the query filter sample without error.  Would you mind emailing your username and password so that I can test?

RichRich
I don't see one in your user profile.  Thanks.
DevAngelDevAngel

My email is dcarroll@salesforce.com.

 

Check one more time to see if it's working though.