0

I am trying to understand the Query functionality in Mule Salesforce connector. Can it only return 2000 records max? Does it internally do queryMore? What if I want to extract 100,000 records? Specifically Mule 3.8

Jeet
  • 311
  • 1
  • 4
  • 21

1 Answers1

0

Looks like you are referring to a limitation in Salesforce results rather than in the connector for Mule. Some limits from Salesforce are described here: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm

aled
  • 21,330
  • 3
  • 27
  • 34