When validating against a Note Enabled field, within the result.addMsg() alert you will need to include '''h''' in-front of the custom field reference.
<pre>if(form.getStr("cf_notefield")==""){
result.isPassed= false;
result.addMsg("cf_h@notefield.id@","You must type in a description before submitting for revisions.");