<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Monitor &#187; Approval</title>
	<atom:link href="http://www.sharepointmonitor.com/tag/approval/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointmonitor.com</link>
	<description>SharePoint Tutorials</description>
	<lastBuildDate>Fri, 23 Dec 2011 05:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Building Approval Workflows with SharePoint Server 2010</title>
		<link>http://www.sharepointmonitor.com/2010/01/building-approval-workflows-with-sharepoint-server-2010/</link>
		<comments>http://www.sharepointmonitor.com/2010/01/building-approval-workflows-with-sharepoint-server-2010/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 08:36:19 +0000</pubDate>
		<dc:creator>szahariev</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Approval]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Workflows]]></category>

		<guid isPermaLink="false">http://www.sharepointmonitor.com/?p=137</guid>
		<description><![CDATA[Workflows (sequences of connected steps) are an everyday occurrence in most offices and as such, SharePoint 2010 provides support for workflows. In this article we review how to add an approval workflow to a SharePoint Document Library. The approval workflow is one of the few built-in workflows that come with the SharePoint 2010. Basically it [...]]]></description>
			<content:encoded><![CDATA[<p>Workflows (sequences of connected steps) are an everyday occurrence in most offices and as such, SharePoint 2010 provides support for workflows. In this article we review how to add an approval workflow to a SharePoint Document Library.</p>
<p>The approval workflow is one of the few built-in workflows that come with the SharePoint 2010. Basically it allows you to receive an approval for a document from your superiors.</p>
<p>If you need a custom workflow you can create your own with SharePoint Designer or Microsoft Visio and import it into SharePoint Designer or program it inside Microsoft Visual Studio. How to do this is outside of the scope of the current article.</p>
<p>The sample workflow we are going to build will be triggered upon uploading a new document to a custom document library. Then the workflow will assign a task to a predefined user to approve the uploaded document. The status of the document – approved/rejected will be displayed in one of the columns of the library. And we will do everything without writing a single line of code!</p>
<p>The first step is  to create the Document library where the approval workflow will be enabled. To do this, select the “Site Actions” menu and then choose “New Document Library” as shown in Figure 1.</p>
<p><a href="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-2.png"><img class="alignnone size-medium wp-image-139" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-2-300x229.png" alt="Create New Document Library - Site Actions menu" width="300" height="229" /></a></p>
<p>Figure 1 Create New Document Library &#8211; Site Actions menu</p>
<p>Next, the dialog for creating a new Document library will appear (Figure 2). Fill in “Purchase Requests” for the “Name” of the new library and optionally provide description. Select the options for “Navigation” and “Document Version History” &#8211; whatever fits to your requirements is fine as they are irrelevant to our example. For “Document template”,  select “Microsoft Word document”. You can choose whatever you wish but this current example we will use Word documents.</p>
<p><img class="alignnone size-medium wp-image-138" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-3-300x215.png" alt="Create New Document Library" width="300" height="215" /></p>
<p>Figure 2 Create New Document Library</p>
<p>After you have filled in everything, click Create and the new document library will be created as shown in  Figure 3</p>
<p><a href="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-4-small.png"><img class="alignnone size-medium wp-image-141" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-4-small-300x292.png" alt="Purchase Request Library is created" width="300" height="292" /></a></p>
<p>Figure 3 Purchase Request Library is created</p>
<p>Now it is time to enable the Approval workflow for our newly created library. To do so select “Library” from the “Library tools” and then select “Workflow Settings” as displayed in Figure 4.</p>
<p><a href="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-5-small.png"><img class="alignnone size-medium wp-image-140" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/01/Step-5-small-300x69.png" alt="Workflow Settings button" width="361" height="83" /></a></p>
<p>Figure 4 Workflow Settings button</p>
<p>This will start the wizard shown in Figure 5 which will help you to enable the approval workflow for the current document library. The first thing to do is select the workflow template from the list box in the “Workflow” section. You can choose from several out-of-the-box workflow templates but we will choose “Approval – SharePoint 2010”. Then we provide a name for our workflow:  “Expense approval”. The task list drop down  allows us to define a list where a new task will be assigned to the corresponding user. Let’s use the default value – “Tasks”. Later we will configure the users responsible for approving the documents. Next, we define the history list for the workflow. History lists are special logs which monitor the execution of the workflow.<br />
<em>Continues&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointmonitor.com/2010/01/building-approval-workflows-with-sharepoint-server-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

