0
edits
Changes
→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:===