function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi Vijay ,
You can not call future method from other future method .
Thnaks
Manoj
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.