First of all, I am not the one who is developing this, but I am the one who has an SO account. My SF knowledge is almost non-existent.
Basically the problem is that the query returns only 500 lines from our PHP script. However, when we substitute this query (directly in PHP) for others, this query returns more than 1,500 rows. There are definitely more than 500 rows that should be returned by the first request - I checked the use of the data explorer.
Here is the first request:
SELECT Id,WEBSITE_ExternalId__c,Name, ............. from Account
And here is the second:
SELECT Id,WEBSITE_ExternalId__c,D_STANDARD_Age__c, .............. from Feedback__c ORDER BY CreatedDate ASC
Any clues? I appreciate that this may not be enough, but I know little about Salesforce. If you need anything else to answer, ask and I will see what I can do.
user542603
source share