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
Antoine LELEU 10Antoine LELEU 10 

Call 2 different future method from a Trigger.

Hello,

i would like to call 2 differents future methods from a Trigger. i use the ProcesorControl.InFutureContext call to prevent the recursive call, so the second method is not launched.

Is there a way to execute 2 future method from a trigger.

Thanks for your help.

Antoine