Most of the developers faced issues with column validations in SharePoint 2003/2007.
It is really painful to write the validation using custom approach like javascript or jquery.
SharePoint 2010 provides the following validations in Out of the Box.
- Column Level Validation
- List Level Validation
Column Level Validation
While creating new column in list, click on the column validation node.
Specify your validation formula.
e.g.
[FieldName]=”Value”
The formula should return TRUE for validation to PASS.
Create New column in List and Specify the validation Settings.

Create new item in List, Click save to validate.
WOW….life is easy with SharePoint.
State Tuned to hear about List level validation in my next post.


[...] In my earlier article, I wrote about column level validation in SharePoint 2010. [...]