1 Jan 2019
Retrieve > 50,000 sObjects for a table
Page can’t be in “Read Only” mode
Object > 2 million unindexed records (can’t use SOQL)
This solution uses chained calls to the Salesforce Data API that parses the returned JSON into sObjects.
View Gist