Changes

Jump to: navigation, search

SmartCheck Validation

10 bytes removed, 21:47, 6 August 2018
no edit summary
result.addMsg('cf_@Date.id@','Date must be at least 6 months prior to today's date');
}</pre>
=== ===
===Ensuring an entered date is at least 3 business days away ===
<pre>if(ssConvertDate(form.getStr("cf_Date EOI Revision Deadline"),'@dateformat@','yyyy-mm-dd') < "<!--@sscalculation(SS_FUNC.addbusdays("@date(currentdate)@",3))-->")
result.addMsg('cf_@Leadership.id@','Leadership question must have minimum 100 words'); }</pre>
===To include other scripts into a SmartCheck script:===
<pre>//@include(AnotherSmartCheckScriptName)@
</pre>
0
edits

Navigation menu