SharePoint 2010 - Creating a List Definition Using SharePoint Designer


Introduction

In this article we can experiment with List Definition creation using the SharePoint Designer.

We can create a List Definition using the following tools:

    1. SharePoint
    2. Visual Studio
    3. SharePoint Designer

To proceed with the SharePoint Designer application, use the Open Site button to open the default SharePoint site. Now select the Lists and Libraries option from the left Navigation bar.

11.jpg

From the ribbon menu, use the Custom List button.

22.jpg

In the dialog box that appears enter the Name and Description for the List.

33.jpg

Click the OK button to continue. The new List Definition will get added as shown below.

44.jpg

Now use the Edit Columns button from the ribbon menu.

55.jpg

You can see the default Title column already in the list. Add the following 2 columns using the Add New Column button from the ribbon menu.

66.jpg

  • ContactName as Single line of Text
  • Address as Multiple lines of Text

Now the Columns list will look like below:

77.jpg

Click on the Save button from the Top menu.

88.jpg

Now you are ready with the new List Definition. Go back to SharePoint inside the browser and you can see the new List there:

99.jpg

You can try adding a new item and the dialog window shows the columns we added.

100.jpg

Click the Save button and this concludes our List Definition creation using SharePoint Designer.

Summary
In this article we have experimented with List Definition creation using SharePoint Designer. Designer provides an easier way for Administrators.