You need to sign in to do that
Don't have an account?
magda
HELP!!! Trigger running for validation rules
Hi i created last week validation rules. And they was running.
Today they are not more running.
The Problem is I added a trigger befor insert, and salesforce first try the trigger and after that the validation rules.
What can I do to impose Force.com to test first validation rules and after that to run may trigger?
Do you have an Idea?
Thx
Magda
Message Edited by magda on 03-06-2008 03:14 AM
Today they are not more running.
The Problem is I added a trigger befor insert, and salesforce first try the trigger and after that the validation rules.
What can I do to impose Force.com to test first validation rules and after that to run may trigger?
Do you have an Idea?
Thx
Magda
Message Edited by magda on 03-06-2008 03:14 AM
2. System validation occurs, verification of required fields along with any user-defined
validation rules
3. After triggers
4. Assignment rules
5. Auto-response rules
6. Workflow rules
7. Escalation rules
8. Post-commit logic (such as sending emails etc)
thx for your answer...
But my trigger need to be a before trigger, because i change a value of an object field....
I find the solution.............
Add a condition to change the value....
And the trigger change the value of the field only if the condition is TRUE
Thank you
It was a very easy Problem...
Message Edited by magda on 03-06-2008 04:54 AM