Skip to main content
Hi 

lets assume there are multiple triggers on an object like Trig A trig B tric C etc.. how to make them fire in a sequencial order like 1st A should fire then B then C,  any sample code would be highly appreciated.
4 respuestas
  1. 12 jun 2015, 7:49
    Hi TheRealist,

    It is documented in salesforce that if some SObject has more than one trigger we cannot specify the sequence of the trigger. The best practice is write one trigger for a SObject and develop sequences by trigger handler classes. If you need some code example I can help you.

    Thanks :)  
0/9000