4 respuestas
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 :)