Search This Blog

Thursday, November 27, 2014

What is Document Sets in SharePoint 2010?-in HCL

Document Set is a new feature introduced in SharePoint 2010 as part of content/document management. Document set helps to manage group of documents as a single entity. Actualy Document set is a content type that can be attached to any document library and make use of it's features.

Advantages of Document Sets
Consider a type "Project", each project has requirements document, project effort estimation spreadsheet, project plan presentation. To standardize the project management process, it's enforced to have all these documents for every project. In SharePoint 2007 it's not so easy to group different documents in same document library as each document is individual item. But this can be done within few minutes with Document sets feature. Documents sets will have Templates for each document, ie a predefined format document for review document, effort estimation, project plan presentation can be attached while defining this document set content type. Each library which uses this content type will get those document templates when user creates new document set.

Apart from these document sets can be versioned. It can have it's own customized Welcome page which is like home page for the project. Document Set content type basically inhertited from "Document" content type. Other content types also can be added if required. Workflows can be attached and few more options provided in SharePoint designer for document sets.

Document Sets Workflow Actions


How to enable Document Sets?
Document sets by default won't be enabled in SharePoint 2010. It's a feature and has to be enabled manualy. Then document sets Content type has to be customized (if required). After that it can be attached to Document libraries. First keep all project document templates (Requirements document, Effort Estimation, Project Plan Presentation) ready.
  1. Login to SharePoint 2010 site -> Site settings -> Site Administration -> Site Collection Features -> Document Sets -> Activate.
    Document Sets Feature

     
  2. Site Settings -> Galleries -> Site Content types -> Document Set Content Types -> Document Set.
    Document Sets Content Type

     
  3. Select Document Set Settings.
    Document Sets Content Type

     
  4. Under Default Content section select the templates. Click "Add new default content" to select and upload more template documents.
    Document Sets Default Documents

     
  5. Now we'll create new document library. If you want to attach to existing document library then skip this step.
    Document Sets - New Document Library

     
  6. Open the document library -> Library (Tab) -> Library Settings.
    Document Library Settings

     
  7. Under General Settings select Advanced Settings. We need to enable allow management of content types setting.
    Document Library Settings

     
  8. Under Content types Select Yes for "Allow management of content types?" and save/Click Ok.
    Allow Management of content types

     
  9. Now in the library settings page Content types section will be shown. Select "Add from existing site content types".
    Add Document Sets Content Type

     
  10. Under "Select Content types" section select "Document Set" and Add. Now click Ok.
    Add Document Sets Content Type

     
  11. In library settings -> Content types section -> Document sets -> Settings -> Name and description. Change name as "Project Plan".
    Rename Document Sets

     
  12. Open the document library -> Documents (Tab) -> New Document -> Project Plan.
    New Document Sets Item

     
  13. Provide a project name for eg. "Aqua" -> Ok.
    New Document Set

     
  14. Now a Project Plan Document set created with all default template documents. You'll be landed in Project Plan Welcome Page. :)
    Document Sets Welcome Page

     
To change Welcome page and other settings, check Document Sets Content type settings.

Note: Document sets is feature of Microsoft SharePoint Server 2010 (MSS 2010) and won't be available on SharePoint Foundation 2010.


No comments:

Post a Comment