Changes

SmartCheck Validation

24 bytes removed, 15:42, 9 December 2015
no edit summary
Here is how it looks when you call the Form Value for a standard field:
<pre>'''if(form.getStr("sf_Application Name") == "")'''</pre>
Here is how it looks when you call the Stored Value for the same standard field:
<pre>'''if("@Application Name@" == "")'''</pre>
Here is how it looks when you call a system message:
<pre>'''result.addMsg('Your message goes here.'); }'''</pre>
Here is how it looks when you call a Field message on a custom field:
<pre>'''result.addMsg('cf_@field name.id@', 'Your message goes here.); }'''</pre>
2,004
edits