function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC_DevSFDC_Dev 

Apex Governor limit of 10,000 records

We have a requirement where an external application calls a web service in SFDC to attain data from SFDC. There are scenerios where data in asingle  request can be more than 10,000 records.
 
Is ther any way put in which we can surpass this limit.
 
Concurrent calls to the SFDC by web service is not advisable as there are several users which can send request from the external application to SFDC, so this can result in low performance.