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
vijay bhaskarvijay bhaskar 

can we call a future method from another future method

ManojjenaManojjena

Hi Vijay ,

You can  not call future method from other future method .

Thnaks 
​Manoj
Ajay K DubediAjay K Dubedi
Hi Vijay,
No it's not possible to call a future method from another future one if you do so it always throw a error but If you need the code to execute at all times, you will have to change your method to a sync process.