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
sreeesreee 

can we call from one future annotation with another???????

can we call from one future annotation with another???????

Avidev9Avidev9
No this is not allowed. You cannot invoke a future method from another future method
Bhawani SharmaBhawani Sharma
SFDC limitation.Call a scheduler from future method to execute the another future.