Changes

Jump to: navigation, search

SmartCheck Validation

252 bytes added, 14:43, 4 August 2017
Validation on an e-mail field
result.addMsg('cf_@Additional Email 1.id@','Please enter a valid e-mail address.');
}</pre>
 
 
===Validate that the status of the organization is Active===
<pre>if('@client.status@' != "Active")
{result.isPassed=false;
result.addMsg('Please update your Organization Profile then return to this record and click Submit Application.');
}</pre>
===To include other scripts into a SmartCheck script:===
0
edits

Navigation menu