@Future Order of Execution in Salesforce
@Future Order of Execution in Salesforce if you call a @future method from trigger (before/after insert/update) and the @future method will create a different thread for its execution . Since the @future method is asynchronous process. It will not affect…
Read More