Difference between revisions of "Validation Message"

From SmartWiki
Jump to: navigation, search
Line 3: Line 3:
 
The Validation Message is displayed when:
 
The Validation Message is displayed when:
 
* The field is set as "Mandatory," but has been left blank by the user and the record is saved.
 
* The field is set as "Mandatory," but has been left blank by the user and the record is saved.
* The field fails the [[Javascript Validation|validation condition]] that has been set on the field settings page.
+
* The field fails the [[JavaScript Validation|validation condition]] that has been set on the field settings page.
  
 
If the Validation Message is left blank:  
 
If the Validation Message is left blank:  
 
* "[Field Caption] can not be empty." will be displayed in a pop-up when [[mandatory]] fields are left blank.
 
* "[Field Caption] can not be empty." will be displayed in a pop-up when [[mandatory]] fields are left blank.
* A blank pop-up message will display if a [[Javascript Validation|validation condition]] has been entered.
+
* A blank pop-up message will display if a [[JavaScript Validation|validation condition]] has been entered.
  
 
<!--For '''Standard Fields''' the Validation Message is displayed when the [[User|user]] has not completed a Mandatory field.
 
<!--For '''Standard Fields''' the Validation Message is displayed when the [[User|user]] has not completed a Mandatory field.

Revision as of 10:54, 28 June 2013

The Validation Message setting in standard and custom fields is used to specify the pop-up message that is displayed to users if this field contains incorrect or missing data when the record is saved.

The Validation Message is displayed when:

  • The field is set as "Mandatory," but has been left blank by the user and the record is saved.
  • The field fails the validation condition that has been set on the field settings page.

If the Validation Message is left blank:

  • "[Field Caption] can not be empty." will be displayed in a pop-up when mandatory fields are left blank.
  • A blank pop-up message will display if a validation condition has been entered.


See Also