Field Validation ignoring second condition
Hello,
I'm relatively new to CRMOD and I am going through some testing exercises. My "assignment" is to make a long text field be required when the Revenue field is at a value of $1,000,000 or more. My field validation is on the Revenue field as that field is the one being changed most often.
[<Revenue>] < "1000000" AND [<ltStrategy_ITAG>] = ISNOTNULL
If I understand my code correctly the field validation will trigger when Revenue is greater than or equal to 1000000 and the Strategy field is empty. However, that is not the case when I test the trigger. I have text in the Strategy field and my Revenue is set at more than $1,000,000 but I still get the error. Any thoughts?
I'm relatively new to CRMOD and I am going through some testing exercises. My "assignment" is to make a long text field be required when the Revenue field is at a value of $1,000,000 or more. My field validation is on the Revenue field as that field is the one being changed most often.
[<Revenue>] < "1000000" AND [<ltStrategy_ITAG>] = ISNOTNULL
If I understand my code correctly the field validation will trigger when Revenue is greater than or equal to 1000000 and the Strategy field is empty. However, that is not the case when I test the trigger. I have text in the Strategy field and my Revenue is set at more than $1,000,000 but I still get the error. Any thoughts?
0