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
The_FoxThe_Fox 

Bug in the Ajax toolkit

Hello,

I am using the sforce client on sandbox.sforce.com

and this
var qr = sforceClient.Query("Select Id, Name, Site from Account where Name='OAMS' AND Site 'Swiss' AND Siteis not working.

For example when I alert qr.size it shows undefined

Nevertheless this one is working

var qr = sforceClient.Query("Select Id, Name, Site from Account where Name='OAMS'");


and the above queries are working in the sforce explorer

Regards
DevAngelDevAngel
Hi The_Fox,

Well, looks like a bug. There is a workaround though. Use != instead of