SharePoint Document Management

How to delete a SharePoint document library template or list template

A SharePoint document library template, not to be confused with a document template in a SharePoint document library, is a .stp file that contains the structure, views, and optionally the contents of a SharePoint document library. Likewise, a SharePoint list template is a file that defines the structure of a SharePoint list. Templates for both SharePoint libraries and lists are called ...

How to add a version column to a SharePoint document library

Introduction to versioning in SharePoint Document management systems should allow for the tracking and maintaining of versions of documents. Windows SharePoint Services (WSS) 3.0 and MOSS 2007 offer the possibility to maintain the history of the versions that each document goes through. While it is not enabled by default, you can enable versioning on SharePoint document libraries, and once you do, you ...

How to set the default document template on a SharePoint document library

The default document template on a SharePoint document library is defined as the document template of the first content type listed under the menu of the New button on the SharePoint document library. The importance of the order of document templates listed under the menu of the New button on a SharePoint document library becomes apparent when you want to use ...

Document Center site template available in WSS 3.0?

What is the Document Center? The Document Center is a site template that comes with Microsoft Office SharePoint Server (MOSS) 2007. It provides features for creating and managing large sets of documents. The Document Center is not available in WSS 3.0, but you can enable several of the features provided by the Document Center in MOSS 2007, in WSS 3.0. Enabling Document Center features in ...

Design and create a document content type in SharePoint

Document content types in SharePoint While SharePoint offers several types of site content types, the two most important content types for document management in SharePoint are used to create: Documents Folders Site content types used to create documents are called document content types, and those for folders, folder content types. Document and folder content types encapsulate the metadata, workflows, policies, and other settings of documents ...

Using a User Tasks web part for collaboration and document approval in SharePoint

It is common in document management scenarios to have multiple people approving a document. In such a case, you can assign a task to a user so that the user knows that there is a document for him/her to approve. The out-of-the-box (OOTB) Approval Workflow in Microsoft Office SharePoint Server 2007 uses this method to notify users that there is a ...

How to create a SharePoint site column

Site columns are used in SharePoint as metadata on documents. Document types in SharePoint are defined through content types. The scope of a site column, that is, the availability of a site column on SharePoint sites, depends on the SharePoint site you create the site column on. The availability of a site column follows the site hierarchy in SharePoint, which means ...

How to add a content type to a SharePoint document library

You can use content types in SharePoint to define document types. Content types consist of site columns, which are used to define metadata of documents in SharePoint. Content types allow you to store documents of different types in the same SharePoint document library. For example, you can use content types to define multiple document templates on a SharePoint document library. Adding ...

How to enable check-in, check-out, and versioning on a SharePoint document library

Check-in and check-out Check-in and check-out in document management controls the editing of documents by multiple people. It ensures that only one person can edit a document at a time. To edit a document, a user would first have to check-out a document. This prevents anyone else from editing the document until that user checks the document back in. During the period that ...

Adding a document template to a SharePoint document library using a content type

You can use site content types to assign one or more document templates to a SharePoint document library. This means that you can create document templates that define the structure of documents and then add these document templates to a document library, so that users can create documents based on these document templates. Figure 1. Document templates assigned ...

Understanding the basics of content types in SharePoint

Document types and metadata in SharePoint Content types in SharePoint define document types in document management, while site columns in SharePoint define the metadata in document management. Since document types consist of metadata, content types consist of site columns. In SharePoint, a content type always inherits from a base content type. So when you create a content ...

SharePoint document management web parts: Relevant Documents

Introduction One of the Windows SharePoint Services (WSS) 3.0 out-of-the-box (OOTB) web parts you can use for document management in SharePoint is the Relevant Documents web part. The Relevant Documents web part helps you create a personalized view of the documents you (as the currently logged on user) are working with. The Relevant Documents web part allows you to: Display documents that were last ...

Defining document management metadata in SharePoint

Introduction to SharePoint site columns Site columns are at the core of document management in SharePoint. As mentioned in Defining document types and metadata in an EDRMS, you can use site columns in SharePoint to define metadata and content types to define the document types that make use of site columns. Site columns provide a central and reusable model for defining columns: You can ...

How to enable tree view navigation in WSS 3.0

Introduction A document management system should allow for easy retrieval of documents. Part of being able to easily retrieve documents is being able to easily navigate documents. The flat folder structure of document libraries In SharePoint, documents are stored in documents libraries, and documents libraries can have many levels of folders and subfolders. But a SharePoint document library can only display documents and folders ...