IT tutorials
 
Technology
 

Sharepoint 2013 : Enforce Custom Validation on a Column

8/14/2013 9:30:53 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Scenario/Problem: You want to set more complex validation rules on a column. For example, in a single text column, you might want to prevent users from entering certain words, such as the word test. Or you might want to make sure the user filling in the form types I agree before submitting the form to make the user think twice before submitting it.


Solution: Most column types support a rudimentary type of validation, allowing you to select whether the column must have a value (in most cases). Some columns are even more specific, requiring you to, for example, specify a minimum and a maximum for a Number column. However, sometimes you need more validation options than are available.

Some SharePoint columns support a formula-based validation mechanism similar to Microsoft Excel formulas. This mechanism is available for columns under the Column Validation heading, and this heading is collapsed by default. Expanding this section reveals two additional settings that you can set for the column.

The first option is the formula. Here you can type a formula that is evaluated when the user tries to save the value for that column. For example, you can add a formula to prevent the word test from being used as a value:

=[column_name]<>"test"

In this example, you replace column_name with the name of the actual column you are validating, as shown in Figure 1.

Image

FIGURE 1 Setting custom column validation on a text field.

The second option you can set in this section is the message that is displayed to the user when validation fails. For example, you can write The term “Test” is inappropriate for the Title of an announcement. This message is displayed to the user below the column in red text, as shown in Figure 2.

Image

FIGURE 2 The column validation prevents a user from submitting an announcement with the title Test.

You can also enforce validation based on comparison between two columns. 

 
Others
 
- Sharepoint 2013 : Add a Site Column to a List or Document Library
- BizTalk Server 2010 : Testing BizTalk application — BAPI walkthrough
- BizTalk Server 2010 : Building a BizTalk application — BAPI walkthrough
- BizTalk Server 2010 : Testing BizTalk application — RFC walkthrough
- BizTalk Server 2010 : Building a BizTalk application — RFC walkthrough
- SQL Server 2008 R2 : Understanding Index Structures (part 2) - Nonclustered Indexes
- SQL Server 2008 R2 : Understanding Index Structures (part 1) - Clustered Indexes
- SQL Server 2008 R2 : Understanding Table Structures
- SQL Server 2008 R2 : Data Compression (part 3) - Implementing Page Compression, Evaluating Page Compression, Managing Data Compression with SSMS
- SQL Server 2008 R2 : Data Compression (part 2) - Page-Level Compression, The CI Record
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us