SOQL extension: Retrieving more than 2000 rows #5373
Replies: 3 comments
-
|
Thanks for the suggestion @Andrei2233 ! Converting this to a discussion for our community |
Beta Was this translation helpful? Give feedback.
-
|
I'll add to this - the solution seems like adding an "Offset" field (similar to the "Limit" field) would solve this. It would, as with the "LIMIT" function, add a line to the end of the query to "OFFSET" instead of "LIMIT" (or along with, if the user desires). |
Beta Was this translation helpful? Give feedback.
-
|
Good idea - GUS WI here: https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002YillWYAR/view |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Awesome extension by the way!
Currently, there's a limit of retrieving max 2000 rows. It would be awesome if this could be greatly increased. 🙈
Beta Was this translation helpful? Give feedback.
All reactions