SharePoint document libraries

How to move a SharePoint Document Library using a List Template

There are several ways to move documents that are stored in a SharePoint document library, some of which include manual copying or moving of documents, programmatically moving a SharePoint document library, or as the video above demonstrates, using a SharePoint list template to copy a SharePoint document library and its documents from one site to another. Please note that the method ...

How to add a date difference column to a SharePoint list or library

Introduction Document Management almost always involve working with dates, such as start dates, end dates, due dates, etc. And often, you might want to perform date calculations, for example, to find out how many days are left before a due date arrives, that is, calculate the difference between two dates. You can create a calculated column in SharePoint to calculate date differences ...

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 ...

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 ...

Visual Studio workflow: Copy a document from one SharePoint document library to another

Workflow description This article demonstrates how you can create a Visual Studio workflow that can be manually started on a document in a SharePoint document library to copy that document to another document library on the same or another SharePoint site. Creating the custom SharePoint workflow In SharePoint, create 2 document libraries: One to copy documents from and another one to store the copied documents ...

How to enable a Visual Studio workflow on SharePoint and attach it to a document library

Before you can use a Visual Studio workflow on a list, library, or content type in SharePoint, the workflow's feature must have been installed and activated on a SharePoint site. Checking whether a workflow has been installed and activated To check whether a workflow has been installed and activated: On the Site Actions menu of the root site of a SharePoint site collection, ...

How to set up a three-state workflow on a SharePoint document library

About setting up a 3-state workflow in WSS 3.0 A three-state workflow can be used to track documents in a SharePoint document library by using 3 different states. Setting up a three-state workflow on a SharePoint document library is a 2-step process. You must: Create a Choice column or use an existing Choice column on the document library. Add a three-state workflow to the document library. 1. ...

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 ...