sharepoint 2010 list of list improvements

51
SharePoint 2010 List of List Improvements K. Mohamed Faizal Lead Consultant NCS (P) Ltd. 11 th Feb 2010 http://faizal-comeacross.blogsp ot.com / [email protected] SharePointPro.SG

Upload: mohamed-faizal

Post on 21-May-2015

664 views

Category:

Technology


5 download

DESCRIPTION

SharePoint 2010 List of List Improvements

TRANSCRIPT

Page 1: SharePoint 2010 List of List Improvements

SharePoint 2010 List of List Improvements

K. Mohamed FaizalLead Consultant NCS (P) Ltd.11th Feb 2010http://faizal-comeacross.blogspot.com/ [email protected]

SharePointPro.SG

Page 2: SharePoint 2010 List of List Improvements

AgendaLookups and relationshipsForm web partList & Column ValidationUnique valuesInline editingRatingsInfo path form editingLarge lists with list throttlingIf time permits I will share how to install Windows 7 on VHD boot and Install SharePoint 2010 issues and solutions.

Page 3: SharePoint 2010 List of List Improvements

List improvement I will not coverPre-Location

External listsManaged Metadata as a columnMetadata navigationIndex columnsItem-level Permissions optionsToggle “New Folder” command is availableControl Offline Client AvailabilityDatasheet toggle

Page 4: SharePoint 2010 List of List Improvements

Lookups and relationships

Page 5: SharePoint 2010 List of List Improvements

Referential Integrity:-

As you know, with SharePoint 2007 we can create relationship between lists using Lookup field. In SharePoint 2010 List also supports Referential Integrity with another list. Lets say if you have two lists called Student and Department, you can create a referential integrity constraint (Cascade Delete or Restrict Delete) between them.

Page 6: SharePoint 2010 List of List Improvements

Lookup

Cascade Delete: Means if item in the parent list is deleted all the associated items in the child list will also be deletedRestrict Delete: If an item in parent list is associated to items in the child list, then this item in parent list cannot be deleted unless its association with all the items from the child list is removed

Page 7: SharePoint 2010 List of List Improvements

Cascade Delete

“Student” & “Department”. And now I am creating a relationship between “Student” and “Department”. Set “Cascade Delete”, which means the when I deleted the “Department” related “Student” also deleted.

Page 8: SharePoint 2010 List of List Improvements

Restrict Delete

“Student” & “Department”. And now I am creating a relationship between “Student” and “Department”. Set “Restrict Delete”, which means the “Department” cannot be deleted if there are one or more “Student” related to it.

Page 9: SharePoint 2010 List of List Improvements

Lookup column TypeSupported Column Types

Single line of textMultiple lines of textChoice NumberDate and Time Yes/No

Unsupported Column TypesCalculatedCurrencyLookupHyperlink or PictureCustom ColumnsPerson or Group

Page 10: SharePoint 2010 List of List Improvements

DEMO…Create Student ListCreate Mark ListReference lookup for Mark listCascade Delete

When Student is Deleted the respective mark list need to be deleted

Restrict DeleteWhen you try to delete Student that has reference system prompt for an error?

Page 11: SharePoint 2010 List of List Improvements

Form Web Parts

Page 12: SharePoint 2010 List of List Improvements

Form Web Parts

Page 13: SharePoint 2010 List of List Improvements

v

Page 14: SharePoint 2010 List of List Improvements

DEMO…

Page 15: SharePoint 2010 List of List Improvements

Column and list level validation

Page 16: SharePoint 2010 List of List Improvements

Column and list level validation

SharePoint 2010 is validation of item creation based on either individual column value validation or an overall item validation based on multiple columns

Page 17: SharePoint 2010 List of List Improvements

Supported Type

Single Line of Text Choice (single only) Number Currency Date & Time

Page 18: SharePoint 2010 List of List Improvements

DEMO…Validation ID first letter must be Start with “S” end with “G” the length of ID must be 10 char.

Page 19: SharePoint 2010 List of List Improvements

List Validation

You can only compare column values to one another in a list level validation.A validation formula at the column level cannot include any other columns besides itself.  For example, [Column1]>[Column2] is an invalid formula and SharePoint will not allow it to be used at the column level.

Page 20: SharePoint 2010 List of List Improvements

Validation Settings

Page 21: SharePoint 2010 List of List Improvements

Validation

Page 22: SharePoint 2010 List of List Improvements

DEMO…Validation Student Papers 1 to 5 the score must be >0 and <=100.

Page 23: SharePoint 2010 List of List Improvements

ConflictsWhat if you have both column level validation and list level validation?

The column level formulas will be evaluated first, then the list formulas

What if the column and list level validations are in conflict?

Example - at the list level, you require that [Text1] = [Text2], but each column has it's own validation; [Text1]="AAA", and [Text2]="BBB".  In this case, it will be impossible to actually submit a list item. The column validations are evaluated first, but if the values validate here, they will of course fail the list validation.

Page 24: SharePoint 2010 List of List Improvements

Unique column

Page 25: SharePoint 2010 List of List Improvements

Unique column

In SharePoint 2007 you couldn't enforce uniqueness on a column in a list or document library to ensure that the column would never have duplicate values.

Page 26: SharePoint 2010 List of List Improvements

Unique column TypeSupported Column Types

Single line of text Choice (single value)CurrencyNumberDate and Time Lookup (multi-valued)Person or Group (single value)

Unsupported Column TypesChoice (multi-valued)CalculatedHyperlink or PictureLookup (single value)Custom ColumnsPerson or Group (multi-valued)Multiple lines of textYes/No

Page 27: SharePoint 2010 List of List Improvements

LimitationsRemove the index of a unique column.

You must change the column from a unique column to one that allows duplicate values first, and then remove the index

Change existing column to unique values.If existing column contain duplicate values You must remove all the duplicate values to a unique column and then set to unique values.

Change the data type of the unique columnChange the column to allow duplicate values, remove the index, change the column to the other supported data type, and then make the column unique

You cannot copy a file to a library by using the Open with Explorer command.

Page 28: SharePoint 2010 List of List Improvements

Limitations

You cannot break inheritance of permissions from a list to a list item.Item-level permissions for not allowedIf list that contains items with unique permissions.List items with content approval enabledCase-insensitive “Product 1” and “product 1”. This is because these two values are considered equivalent.Lookup column supported uniqueness in this case means that more than one list item in the child list cannot look up to the same list item in the parent list

Page 29: SharePoint 2010 List of List Improvements

Set Unique values

Page 30: SharePoint 2010 List of List Improvements

When you try to remove index ?

Page 35: SharePoint 2010 List of List Improvements

DEMO…

Page 36: SharePoint 2010 List of List Improvements

Inline editing

Page 37: SharePoint 2010 List of List Improvements

Inline editing

Page 38: SharePoint 2010 List of List Improvements

DEMO…

Page 39: SharePoint 2010 List of List Improvements

Rating

Page 40: SharePoint 2010 List of List Improvements

Rating In SharePoint 2007 many customer requested for rating features. In SharePoint 2010 the ratings become very generic things that have a lot of flexibility. Rating features allow users to rate content (of any type, Lists, Documents, Pages on a site, and even Content Types) and store that ratings data in the database.Rating feature is only available in SharePoint Server 2010 and not available in SharePoint Foundation 2010

Page 41: SharePoint 2010 List of List Improvements

RatingThe ratings service uses a ratings control seen here that uses two star displays. The first display shows the average rating. As you hover your mouse over the stars the colour changes to yellow to reflect the rating you’re about to assign via a mouse click

Page 42: SharePoint 2010 List of List Improvements
Page 43: SharePoint 2010 List of List Improvements

DEMO…

Page 44: SharePoint 2010 List of List Improvements

Info path edit

Page 45: SharePoint 2010 List of List Improvements

Info path edit

Page 46: SharePoint 2010 List of List Improvements
Page 47: SharePoint 2010 List of List Improvements

Large lists with list throttling

Page 48: SharePoint 2010 List of List Improvements

List Resource throttle or limit

FEATURE MAXIMUM LIMIT 2010 MAXIMUM LIMIT 2007

Number of items in a list or library

50 million per library 5 million per library

Size of an individual file item or item attachment

2 Gigabytes 50 MB (2 Gigabytes)

Item 5,000 per view 2,000 per view

Page 49: SharePoint 2010 List of List Improvements

Powershell script to create items$siteurl = “http://Faizal-PC”$mysite=new-object Microsoft.SharePoint.SPSite($siteurl)$spWeb = $mysite.OpenWeb()$spList = $spWeb.Lists["powershell"]$i = 1001do { Write-Host “Item – “$i $spitem = $spList.Items.Add() $spitem["Title"] = $i.tostring() $spitem.Update() $i++}while ($i -le 7000)

Page 50: SharePoint 2010 List of List Improvements
Page 51: SharePoint 2010 List of List Improvements