|
| All Products: | | All Solution Types: | | | Source: | |
|
|
|
Results |
|
SBM: How to compare two user fields using javascript in a form action
else \{ MakeFieldInvalid (userField1, "Users must be different"); MakeFieldInvalid(userField2, "Users must be different");
|
|
|
How to avoid submitting duplicate auxiliary items in SBM 11.1+
MakeFieldInvalid (theField, "The value in the " + theField + " field already exists in the system. Value must be unique");
|
|
|
SBM Version Diff
Differences Between Versions +$el.hide(); +}); // This JavaScript function makes a field appear to be invalid, msg to be displayed on submit function MakeFieldInvalid (objname, msg) { @@ -2300,6 +2639,7 @@
|
|
|
SBM Version Diff
Differences Between Versions } // This JavaScript function makes a field appear to be invalid, msg to be displayed on submit -function MakeFieldInvalid (objname, msg) -{ +function MakeFieldInvalid(objname, msg) {
|
|
|
|
|
|