You need to sign in to do that
Don't have an account?

Which trigger fire first?
I have faced below question in the couple of interviews..
Q)I have written two triggers T1, and T2 Which trigger fires first?Couls you guys pls elaborate on this?The other scenario is
Q) Witten trigger Onaccount object i have written two triggers first one is on contact and second one is on oppurtunity? which will fire frst?
Thanks in advance..
Hi,
You can refer this link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers_order_of_execution.htm
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks
If you have two triggers on object then i think it depends on your context before /after if there is no difference in that then they will fire randomly.
***** it is always good/recommended to have only one trigger per object.
thanks