'Yes' and 'No' buttons at the bottom of the validations error box

What’s the purpose of there being two buttons at the bottom of the validation-error popup? Is it a bug or is there a purpose that I don’t understand? As far as I can tell clicking ‘Yes’ or ‘No’ doesn’t make a difference.

The “Yes” and “No” buttons have to do with how the error is processed. If you select “yes”, then validation continues (and you may get more errors). If you select “no” then processing stops right there.

Of course, the practical effect is much the same: you wind up in the validation error message screen. The only difference will be whether you see all the errors or just the first one.

Dave