Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FAQs

...

Specific

...

Why the queries return only one document per page instead the amount specified on the page size?

When a Salesforce SOQL statement selects a number of large fields (such as two or more custom fields of type long text) then Salesforce may return fewer records than defined in the page size in order to control the overall response payload size. The reduction in page size also occurs when dealing with base64 encoded fields (or blob fields), such as the Body. Remove these fields from the query if you want Salesforce to returns the number of rows specified on the page size.

General 

Include Page
Connectors FAQ & Troubleshooting
Connectors FAQ & Troubleshooting

...