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

not able to execute trigger
Hello,
I have wrtitten a triger like below:
trigger contractAfterInsert on Contract (after insert) {
When i create new contract, the trigger is never executed, i cecked in prespective analysis, only the validation rule and wrkflow is executed
any idea on reason ?
I have wrtitten a triger like below:
trigger contractAfterInsert on Contract (after insert) {
When i create new contract, the trigger is never executed, i cecked in prespective analysis, only the validation rule and wrkflow is executed
any idea on reason ?
The code within the Trigger is whats keep for what you are trying to do as well as when it shows up on analysis.
All Answers
The code within the Trigger is whats keep for what you are trying to do as well as when it shows up on analysis.