
AND( 69<Probability,ISPICKVAL(Project_Risk__c,""))
If this rule is triggered, I want the following error message to dsiplay at the bottom of the "Project Risk" field:
"Project Risk is Required when Project Probablility > 69%"
However, when this rule is triggered, I get the standard error message "Error: You must enter a value". On the page layout, this field is required. When I change it to not be required, I don't get any error message. The validation rule is active.
Any suggestions would be greatly appreciated.
Thanks!