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

order of execution of triggers and workflows
hi all,
i have 2 triggers(1 before update, 1 after update) and 1 workflow on campaign object.
could i know what would be order of execution?
i am getting error:CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY
please help me out,
thanks,
mahi
you could write a simple debug statement to see if your workflow field update is occuring before the before update or after the after.
i don't know the order off hand.
it will help to understand what operations you are performing in each step trigger.
With any error message, it is important to know what statement you were executing when the error occured.
Do you have testMethods which isolate the issue?
thanks Ron, i shall try testMethods.
regards,
mahi