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

Question about 'future method cannot be called from a future method'
Hi all,
I have a problem with @future annotations. I need to do to different call outs when a new Lead is created, the first call out is to a webservice(webservice1) that returns a parameter needed for the callout to the webservice. I know that Future method cannot be called from a future method... what is the best solution to handle this?
Thanks
Write a new web service that calls your 2 exising web services.
Call the new web service from salesforce.
?