Thursday 27 February 2014

Preventing Recursive Future Method Calls in Salesforce

Have you ever come across this error “System.AsyncException: Future method cannot be called from a future method…” while trying to work on a trigger which calls @future annotated methods?
Sooner or later we have. 

As a best Apex coding practices, we should make sure that we do not come across this error. I found this BLOG elucidating enough to comprehend.

No comments:

Post a Comment

Thank you for visiting. Your comments are highly appreciated.