You need to sign in to do that
Don't have an account?

What is the query limit for @future method
Hi, What is the query limit for @future method and can i use future method to fetch more that 50,000 reocords
You need to sign in to do that
Don't have an account?
Refer this link:
https://medium.com/@divakersingh_15355/salesforcce-future-methods-with-higher-limits-pilot-46dc3b44d24e
Hope this helps.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enhanced_future_overview.htm
Please mark it as the best answer if it resolves you issue.Thanks.
I think you can not get more than 50,000 records, because that is the soql limit either you can do it in normal methods or in future.
For further @future method limits, you can check with this below link or the link post by @PINKY REGHU
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enhanced_future_overview.htm