sharepoint lists and libraries configuration

21

Upload: govind-s-yadav

Post on 21-May-2015

364 views

Category:

Technology


1 download

DESCRIPTION

SharePoint Lists and Libraries Configuration

TRANSCRIPT

Page 1: SharePoint Lists and Libraries Configuration
Page 2: SharePoint Lists and Libraries Configuration

Creating a Standard Link List

• A common list that many sites have created is the link list, which can be used to share web pages links with other users to the site.

• To create the link list, follow these steps.

Page 3: SharePoint Lists and Libraries Configuration

• Click site settings and then create

• On create page click Links under the tracking heading. Use name and description field to define your link list.

• Required field is Name and description is will help users to know that the list is about.

• The option to play the link list in the quick launch bar is set Yes by default.

• Click on the create button to create the link list.

Creating a Standard Link List …

Page 5: SharePoint Lists and Libraries Configuration

Managing Lists

• Lists are one of the central concepts of SharePoint and how data is stores within SharePoint.

• Common actions that you can perform on lists are adding items, removing items and modifying list settings.

• These actions can be performed wither through the web user interface, through the object model, or through the web services.

Page 6: SharePoint Lists and Libraries Configuration

Adding Items to list

Page 7: SharePoint Lists and Libraries Configuration

Taking Actions on List Items

Page 8: SharePoint Lists and Libraries Configuration

Change Site Settings

Page 9: SharePoint Lists and Libraries Configuration

Creating Custom Lists

• Click the Create Link from Site Settings

• Select Custom List, and then give the new list a name and a description

• Click on create and a new list is created, you will need to add your own columns to the list.

Page 10: SharePoint Lists and Libraries Configuration

Creating a Standard Document Library

• One common type of list is a document library.

• A document library is a common type of file where you can store documents.

• Once created you can perform searches within the documents.

Page 11: SharePoint Lists and Libraries Configuration

Steps to create Document Library

• From the top level page, click on the Site Actions tab, and then select Create.

• Choose the document Library Link under Libraries. Type in a name and description for the document library on the New Page

Creating a Standard Document Library

Page 12: SharePoint Lists and Libraries Configuration

Creating a Standard Document Library

Page 14: SharePoint Lists and Libraries Configuration

Using the Recycle Bin

Page 15: SharePoint Lists and Libraries Configuration

Customizing List ColumnsCustomizing columns in a list is quick way to add more meaning and value to the data you store in SharePoint.

Page 16: SharePoint Lists and Libraries Configuration

Understanding SharePoint List Views

Document Library All Documents (Default View)Explorer View

Calendar Calendar (Default View)All EventsCurrent Events

Task All Tasks (Default View)My TasksDue TodayActive TasksBy Assigned ToBy My Groups

Page 17: SharePoint Lists and Libraries Configuration

Choosing a View Format• Standard View: Shows data on a basic web page that can be

customized

• Calendar View: Shows information in a daily, weekly, or monthly calendar format.

• Datasheet View: Gives the ability to view the data in a spreadsheet that can be edited. This allows for easy editing of large amounts of data and also for quick and easy customizing.

• Gantt View: It is visual presentation of the data in a graph view. It is used to show how a team’s tasks relate over time.

Page 18: SharePoint Lists and Libraries Configuration

Selecting the audience for the View

• Personal View: Allows the view to be viewed only by the owner of the site.

• Public View: Can be used by anyone using the site.

Page 19: SharePoint Lists and Libraries Configuration

Content Management Improvements

• Customizing the Home Page.• Site Navigation• Versioning• Required Check Out.

Page 20: SharePoint Lists and Libraries Configuration

Improved Storage with Lists

• Using folders on All Lists Options

• Indexing Lists

• Using Cross List Queries (CAML Queries)– To perform the query, the SPWeb object is used with a method called

GetSiteData that passes in the SPSiteDataQuery object and returns a DataTable with the list items selected

Page 21: SharePoint Lists and Libraries Configuration