|
Results |
|
JS API: Get/SetFieldValue and other functions don't work for journal field type
When invoking the GetFieldValue function for a Text Journal type field using, the javascript - which works fine in Preview - doesn't work at runtime (the value of the Text Journal field is not returned) The problem also occurs with other get/sets and MakeFieldInvalid functions
|
|
|
MakeFieldRequired JavaScript method does not handle "(None)" correctly
if ((val == "(None)") { MakeFieldInvalid (“THE_FIELD_NAME”, “The field name can’t be (None)”) ...
|
|
|
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) {
|
|
|
AE Plug-In Javascript API Reference
... .................................................... 9 MakeFieldInvalid .............................................. ...
|
|
|
SBM JavaScript Library Guide
... .................................................... 14 MakeFieldInvalid .............................................. ...
|
|
|
Serena Mashup Composer Guide
... .................................................... 584 MakeFieldInvalid .............................................. ...
|
|
|
Serena Mashup Composer Guide
... .................................................... 580 MakeFieldInvalid .............................................. ...
|
|
|