Changes

Jump to: navigation, search

SmartCheck Validation

174 bytes added, 21:02, 31 October 2016
Added example of checking that at least one role is selected
}</pre>
To trigger when the value is selected, use '!=-1'. This would normally be used in combination with another field for validations.
 
===At least one role is selected on a contact===
<pre>if('@rolelist@' == "")
{result.isPassed=false;
result.addMsg('At least one role must be selected.');
}</pre>
===To include other scripts into a SmartCheck script:===
Smartstaff
9
edits

Navigation menu