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
TheBombTheBomb 

Problem querying ... where Name = 'ABCD'

I have a customer object where I want to query for that object through the php SOAP interface by the Name of that object. No objects are returned! If it try where Name like 'ABC%', then it returns a number of objects, including the specific one I'm trying to find.

What am I doing wrong? Am I missing something that is documented about names.

FYI - I'm prototyping some functionality on an sforce development system and the characters ABCD are number (not that this should make any difference). I've installed the SOAP in php as per the included documentation with the example.
benjasikbenjasik
Can you try using the sforce explorer? You can get it from http://sforce.sf.net

If you're still having issues, please log a ticket.