View Single Post
  #1  
Old 11-13-2007, 05:49 AM
murraybiscuit murraybiscuit is offline
Junior Member
 
Join Date: Nov 2007
Posts: 5
Send a message via Skype™ to murraybiscuit
Angry update, queryMore problems

Look, as far as I'm concerned, Salesforce shouldn't offer the PHP toolkit if they don't have an API with PHP code. It's wasted a lot of my time...

- Using a developer account
- disbled wsdl caching
- using the partner wsdl
  1. queryMore - i have followed all examples, tried different angles:
    • after the initial query(), "done" returns true and "queryLocator" has no value.
    • i can set "done" to false in order to start a loop for queryMore, but queryLocator still has no value and so the function returns an error.
  2. update - i construct an SObject and send it off, get success=1, but the record in salesforce stays the same. I suspect it may have something to do with the way I have constructed the fields in the SObject, but I can't see anything inconsistent with other examples or with what the soapclient functions require.
Please help
Reply With Quote