Monday, June 24, 2013

What is the Difference Between SharePoint2010 List and Library?

List Description
The SharePoint lists are like SQL Data Tables and these List stores the same kind of content. The List contains the list fields, list properties and list columns.
The List item can have attachment (one or many) But List does not support Check in and Check out operations.
Templates - List
  • Announcements
  • Calendar
  • Contacts
  • Tasks
Library Description
The SharePoint Library is a collection of files and it stores the documents and contains Library Fields, Library Properties and  Library Columns.
Library item can associated with file.(not multiple). The Library does support Check in and Check out operations.

Templates - Library
  • Document library
  • Form Library
  • Picture library
  • slide library

What are list forms and form library forms?

SharePoint list forms store data directly in a SharePoint list.  Each control (e.g. text box) in the form is bound to a column in the list. SharePoint list forms are directly connected to the list, which means that you don’t have to worry about setting up the publish and submit locations.
Form library forms store data in XML files in a SharePoint form library. This means they are more flexible and you can do more with them. For example, they can be configured to save drafts and submit to different locations. However, they are more complex to work with and require more decisions to be made during configuration.
Because the way data is stored between these template types is different, it is not possible to switch between them.

Guidelines

Here are some basic guidelines to help you decide what type of form to design.

Use a list if:

  • You want to quickly get started building InfoPath forms on SharePoint
  • You need to use your form offline with SharePoint Workspace (formerly Groove)
  • You want to filter your SharePoint list based on a person or group
  • You would like to use the built-in display / edit views

Use a form library if:

  • You have repeating or nested data
  • You are working from a predefined industry or complex schema
  • Your form needs to be digitally signed
  • You need code in your form
  • Your form is not hosted in SharePoint or you need to store results as an XML document

What is the cost of migration to SharePoint 2016?

Below are the points to understand better how much the cost of migration to SharePoint 2016 could be for your organization: What ver...