You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the interface you've provided for laravel. One issue I've ran into though is that there is no way to handle the nextRecordsUrl returned from Salesforce in the case of a large result set being returned.
I had to modify the query function in client.php to the following
Love the interface you've provided for laravel. One issue I've ran into though is that there is no way to handle the nextRecordsUrl returned from Salesforce in the case of a large result set being returned.
I had to modify the query function in client.php to the following
This will allow users to pass in the nextRecordsUrl returned by salesforce to get the next set of records.
The text was updated successfully, but these errors were encountered: