SP.ListDataValidationType enumeration
Describes the type of validation that caused a failure.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.ListDataValidationType = {choiceField : "Undefined",minMaxField : "Undefined",requiredField : "Undefined",textField : "Undefined",userFormulaField : "Undefined",userFormulaItem : "Undefined",registerEnum : "Undefined"}
TheListDataValidationType objectenumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
choiceField |
Undefined |
The value is not one of the available choices for the field. |
|
minMaxField |
Undefined |
The value is not within the bounds specified by the SP.FieldNumber.minimumValue and SP.FieldNumber.maximumValue properties of the field. |
|
requiredField |
Undefined |
No value was provided for a required field. |
|
textField |
Undefined |
|
|
userFormulaField |
Undefined |
The value failed validation by a field validation formula created by a list author. |
|
userFormulaItem |
Undefined |
The value failed validation by an item validation formula created by a list author. |
|
registerEnum |
Undefined |
|