Search This Blog

Monday, March 23, 2015

Customization Of List Item in SharePoint 2010(Managing lists)

Managing lists

To manage a list, you will need to customize it to meet your needs. The interface for most of these actions is on the Ribbon in the selected List tab.
(Move the mouse over the image to enlarge.)
The Ribbon has a lot of end user functionality and it can be confusing to users who are not familiar with it. It is important to remember that most of the functionality has been categorized into sections. If you look at the preceding screenshot, you will notice at the bottom of the ribbon there are section ribbon labels—View FormatManage ViewsShare & TrackConnect & ExportCustomize List, and Settings. Often the functionality that you are looking for is within one of these sections rather than being immediately visible on the Ribbon.

Creating views

When the number of items in a list is large or there are different users groups who want to view list items different ways, custom views should be created to filter and display content to meet a criteria.
This is one of the benefits of SharePoint over simple Windows folders—many departments can have different views into data from the same location.
Technically, there is no limit to the number of views that can be created in a list. However, the more views that exist, the more confusing the navigation is to the user.
To create a view, click on Create View on the Ribbon and a series of view styles will be displayed.
Microsoft Sharepoint 2010
In the preceding screenshot, there is the option to choose the view format, which is the style of view that can be shown in a list.
Many users describe a view as a defined list of items in a table that can be sorted, filtered, and edited.

Standard view

This is the typical web items style and most views created in a list are a Standard view, which is a linear list of items. To create a Standard View, click the Standard View text. This will present you with a view design template screen where the view design can be built.
The steps to build the view are:
  1. Name the view: Ideally, this should be named to represent the information it is displaying. The checkbox Make this the default view means this is the view that will be displayed when the list is first displayed when it is opened by the user.
  2. Select the audience of the view: Personal for yourself or Public for other user(s) to use.
  3. There is the ability to choose the order of the columns that are defined in the list by changing the ordering positions of the columns, and selecting the checkbox for each column name.
  4. Select the column that the view should be sorted on.
  5. Select filter criteria: This could be a category within a defined column on the form. There can be multiple filters applied to a view.
    It is possible to filter a view to display only items that relate to the current user who is logged into SharePoint. This can be done by using the [Me] as the filter. For this filter to work, there must be a column type of Person or Group defined in the list. By using this filter technique, it may be possible to create fewer views if a view was required for different users.
    Microsoft Sharepoint 2010
  6. Select Inline Editing: This allows you to edit list items line by line in the standard view.
  7. Select Tabular View: This allows you to perform a bulk operation on items in a view, such as deleting or applying an alert to items all at once.
    These two features in a view are useful for data manipulation within a list as it requires fewer steps for the user to perform tasks.
  8. If required, items in the view can be categorized with the Group By feature. This feature works best when there are Choice field types in the list (defined categories: New York, London, Hong Kong) so items can be categorized with a defined set of values in a field.
    By using categorizing of data, lists that contain many items are easier for the user to read and allow navigation drill down to specific items that may be of interest. There can also be sub categories in a list to further drill down though list content.
  9. A Total value can be added to some columns in a view. This is a useful feature in performing basic mathematical operations on particular columns: CountAverageMaximumMinimumSumStandard Deviation, and Variance. If you want to track the total sum of active issues assigned to you, the Sum selection would be chosen under the Assigned To section.
    Totals cannot be applied to all columns in a list, such as multiple value keyword columns.
    This can affect performance if the list is large. For example, with over 2,000 items, the view not only displays the additional information, but also calculates additional data. If performance becomes an issue and Totals are in the view then it may be worth considering the Export to Spreadsheet option in the view and perform calculations from within Excel.
  10. Select the style: The default style is adequate for most views. If you are comparing a lot of information in a view, the Shaded style alternates colors of the rows so there is less confusion with comparing items between rows. If a list has a few columns in a view and your business requirement is to glance at the items and then view the entirety of the item, the Preview Pane view style is ideal as this style allows you to hover the curser over a list item in a view and all of the item's fields are displayed in the view. We have often seen this view style used when a list that is being used for technical logging activity information and this view style provides a quick navigation technique to read different list items very quickly.
  11. Item Limit: If the view is going to be placed on a page where there is not much room for a lot of items, limit the view. By sorting the view by the Created field, you can show the last items created. If the page is displaying a snapshot of list activity this may be satisfactory.
  12. Mobile: If the SharePoint server can be accessed externally then your mobile device can access the view.
  13. Click OK to save the view.
The standard view is now created and has field columns with a similar look and feel to a spreadsheet. By clicking on an item in the view, the entire item will open.

Calendar view

The calendar view shows list items in a web Outlook calendar format—monthly, weekly, or daily. The creation process of a calendar view is similar to the steps for a Standard view. The list will require date values to display correctly.
Certain functionalities have been removed as this is a calendar display rather than a linear list of items.

Access view

This link does not open the Access application and allow you to create SharePoint views; rather, it allows you to create Access reports of list data and Access forms to enter information into a list.
There is often a business requirement to provide reports from list data. The best graphical reporting tools for SharePoint data are Access and Excel as both these products have strong reporting capabilities, and often senior management are familiar with reports produced in these tools.
Information can be entered and submitted to a list from an Access form. An advantage of this input method is that the form's interface can be further customized than a list form, such as placing the fields in tabular table columns. This is useful if the form has a lot of fields.

Datasheet view

The creation process of a Datasheet view is similar to the steps for a Standard view. This view format provides you with a view that has a similar functionality to a spreadsheet where the fields in the columns are editable. This is useful for bulk editing of information where there is a lot of copying items to and from different cells.

Gantt view

The creation process of a Gantt view is similar to the steps for a Standard view. This view format is ideal for milestone project management activities of a list.

Existing views

It is possible to create views from existing views in the list, simply by clicking on an existing view from the list. By using an existing view, the deployment of views in a list is quicker because an existing view can act as a template for other views in the list.
Microsoft Sharepoint 2010
This will create a new view based on an existing view in the list.
If you have many similar views in a list, such as views assigned to multiple users, we recommend that you create a view that has all the required information, and create the other separate views from this view.

Modifying views

To modify created views, click on List on the Ribbon and select the Modify View menu, and then selectModify View. This will open the Edit View page, which is identical to the Create View page.
On the Edit View page there is a delete button. This will delete the view that is being edited.

No comments:

Post a Comment