Changes

JavaScript Validation

6 bytes removed, 20:32, 12 March 2014
To make a check box field conditionally mandatory
1) isChkSelected(frm.cf_''fieldid'')= this (frm.cf_''fieldid'') is the field id of the check box field to be made conditionally mandatory.<br />
2) frm.cf_''fieldid''.value= this cf_''fieldid'' is the [[Custom Field ID|custom field ID]] of the dropdown field.<br />
<br />
For example:<br />
38
edits