In this step, you will create two document libraries in SharePoint: Documents to Review and Approve and Approved Documents. The Documents to Review and Approve library is your primary data source for this application. This library is the working area for new documents that need reviewing, then approval. You will upload documents to this library, then when you are ready to submit the document for review, you will manually start the Document Review Workflow. When you are ready to submit the document for approval (regardless of whether there was a review workflow or not), you will manually submit the document to the Document Approval Workflow. This workflow moves the submitted documents to the second document library (Approved Documents) if all approvers approve the document.
Column Name | Type | Notes |
---|---|---|
Title | Single line of text | This is the title of the document. This column should already be in the new document library. (Note that SharePoint displays this column as "Name".) |
Reviewers | Person or Group
| This is a collection of users who review the document. The requester adds names to this list and when the workflow starts, the users should review the submitted document. NOTE: You may see a warning about earlier versions of client programs. This error is regarding legacy versions of Office apps and is safe to ignore for this tutorial. |
Review Status | Single line of text | The workflow updates this column as it progresses. |
Approvers | Person or Group
| This is a collection of users who approve the document. The requester adds names to this list, then when the workflow starts, Approvers should approve the submitted document. NOTE: You may see a warning about earlier versions of client programs. This error is regarding legacy versions of Office apps and is safe to ignore for this tutorial. |
Approve Status | Single line of text | The workflow updates this column as it progresses. |
Column Name | Type | Notes |
---|---|---|
Reviewers | Person or Group
|
This is a group of users who review the document. You will add names to this list and when the workflow starts, the users should review the submitted document. You will allow the user to enter more than one name in this list so that they can have multiple people review their document. This column is required so that you can route the review task to the users entered. NOTE: You may see a warning about earlier versions of client programs. This error is regarding legacy versions of Office apps and is safe to ignore for this tutorial. |
Review Status | Single line of text | The workflow updates this column as it progresses. |
Approvers |
Person or Group
|
This is a group of users who approve the document. You will add names to this list and when the workflow is started, the users should approve the submitted document. NOTE: You may see a warning about earlier versions of client programs. This error is regarding legacy versions of Office apps and is safe to ignore for this tutorial. |
Approve Status | Single line of text | The workflow updates this column as it progresses. |
Your library’s Columns should look like the image below.
In this step, you created two SharePoint document libraries: Documents to Review and Approve and Approved Documents. The first library acts as the primary data source for this application. In the next step, you will generate the application elements, or artifacts, for the Documents to Review and Approve library.