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

Apex Triggers : If an object has multiple (assume two) before triggers and if first picked trigger inserts a record, does second trigger executes twice?
Apex Triggers : If an object has multiple (assume two) before triggers and if first picked trigger inserts a record, is second trigger invoked twice? First time from the initial insert and second time due to an insert operation from first trigger. (I understand order is not guaranteed. but, jsut thinking what would happen if it is picked this way)
Depending upon the order , you might find disparency in the values updated, but trigger will not fire twice.