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
Mahesh K 22Mahesh K 22 

Why Future methods not called in batch apex?

May Know the proper reason
SandhyaSandhya (Salesforce Developers) 
Hi Mahesh,

Future methods are not called in batch apex to avoid recursion.

Please refer below link from JeffDouglas which has clear explanation

https://appirio.com/tech-blog/preventing-recursive-future-method-calls-in-salesforce.

Hope this helps you!


Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya