MultiChoice
Posted: 23 Jan 2017
How do i validate that at least one checkbox is checked in a MultiChoice field?
This does NOT seem to work.
if (!fd.field('divisionsIncluded').value()) { //type=MultiChoice
var strdivisionsIncluded = "Divisions Included\n";
missingFields = missingFields.concat(strdivisionsIncluded);
errorCount = errorCount + 1;
}
This does NOT seem to work.
if (!fd.field('divisionsIncluded').value()) { //type=MultiChoice
var strdivisionsIncluded = "Divisions Included\n";
missingFields = missingFields.concat(strdivisionsIncluded);
errorCount = errorCount + 1;
}