SharePoint 2010-Using Lists
In this article we can focus on Lists in SharePoint. We can create multiple lists in SharePoint 2010. The limit can be configured through Central Administration.
Begin by using our site collection url to open the page.
Creating a List
Now we can start by creating a List. As mentioned in the previous article a SharePoint List is a collection of items. We can specify columns as metadata for the List. We can create a List based on existing templates or from scratch.
Click on the Lists option from the left side and click the Create button. The following dialog box appears.
Choose one of the templates; for example Announcements. Enter the name for your list and Click the Create button. The new List will be created as shown below.
You can use the Items or List ribbons to add an item, or modify the view.
Adding items to a List
Click on the Add new Announcement link from the List and you will get the following screen.
Enter the details for an Announcement and click the Save button. Your new item will be displayed as below.
Deleting a List
We might need to delete an entire existing List. Do the following to do that.
- Open the List:
- Click the List ribbon menu item-Click List Settings:
-
Use Delete this List link:
The list will be deleted from the site.
Note: In a list there is always an ID column which is hidden. So when creating custom columns for the list, the name ID will be reserved. It is case-sensitive too.
Indexes on List
SharePoint allows us to manage large amounts of data. The data is actually stored inside SQL Server database tables. So we can suggest the Indexing feature of tables to allow faster fetching of records. We can use the Indexed Columns feature of any List to provide Indexing.
Click on the List Settings > Indexed Columns link to pen Indexed Columns page.
Use the Create a new Index in the upcoming page. Choose the column for Indexing and click the OK button to create the Index.
Now the Index will be successfully created and shown in the Index details of List.
In real-world scenarios Indexes provide high leverage in data loading and manipulations.
References
http://office.microsoft.com/en-us/sharepoint-foundation-help/create-or-delete-a-list-HA010377306.aspx
Summary
In this article we have explored Lists and Indexes in SharePoint. The list provides an interface to store related entities and library provides document storage facility. There are many more templates to explore in the List section.