AbortSubmit.js rule problem
The AbortSubmit.js script that comes with the ALM solution is supposed to abort a submit when the established rule is true. If it is true an error message is displayed of your choosing when you create the pre-trigger. The problem I am having is with the rule I've created. It keeps saying it is true, which essentially displays the error message.
My rule
and
|-or
| |- Comments = - Unspecified -
| |- Comments[New Value] = - Unspecified -
|
|-or
|- Status = N/A
|- Status[New Value] = N/A
Comments field is a longtext data type
Status field is a picklist data type
Using this rule an abort submit error should only fire if the Status=N/A and Comments= - Unspecified - (I.E. the text box is blank). However, it fires every time. Is there something wrong with my rule? Is it possible to check if a text field is blank or empty?

