Manages high-volume Salesforce data extraction by implementing safe pagination strategies, LIMIT/OFFSET logic, and Bulk API workflows.
The Salesforce SOQL Large Result Paging Framework provides Claude with specific guidance on handling high-volume data queries within Salesforce environments. It enables the AI to intelligently choose between REST pagination, LIMIT/OFFSET clauses, and the Bulk API v2 based on expected record volume, effectively preventing API limit exhaustion and ensuring deterministic results through mandatory ID-based ordering. This skill is indispensable for developers and RevOps teams building reliable data export, migration, or synchronization workflows that must safely handle datasets exceeding the standard 2,000-record threshold.
Key Features
01Best practice guidance for avoiding common Salesforce OFFSET limitations
021 GitHub stars
03Safety enforcement for deterministic results using mandatory ID-based ordering
04Automated transition from REST API to Bulk API v2 for datasets over 50,000 records
05Dynamic paging strategy decision tree based on estimated record counts
06Pre-query size estimation workflows to prevent API timeouts and limit hits
Use Cases
01Optimizing RevOps reporting queries to handle large-scale record sets
02Building safe data migration scripts for high-volume Salesforce objects
03Automating multi-page data exports while maintaining API quota health