<?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>Document Management and Workflow Info &#187; Sample SharePoint workflows</title>
	<atom:link href="http://www.documentmanagementworkflowinfo.com/topics/sample-sharepoint-workflows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.documentmanagementworkflowinfo.com</link>
	<description>A beginner&#039;s guide to document management and workflow in SharePoint</description>
	<lastBuildDate>Fri, 20 Aug 2010 10:05:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Format a date in a SharePoint workflow using a SharePoint formula</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-workflow-sharepoint-formula.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-workflow-sharepoint-formula.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:48:13 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2096</guid>
		<description><![CDATA[You can use a custom SharePoint Designer action to format a date in a workflow, but if you do not want to or cannot write code, you can also use a SharePoint Calculated column to format a date in the same SharePoint list a workflow is running on or in another SharePoint list. But whichever [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-workflow-sharepoint-formula.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format a date in a SharePoint Designer workflow using a custom action</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-custom-workflow-action.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-custom-workflow-action.htm#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:11:13 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[Custom workflow actions]]></category>
		<category><![CDATA[Custom workflow activities]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2362</guid>
		<description><![CDATA[As you may already know, SharePoint Designer 2007 does not offer an out-of-the-box workflow action to be able to format dates. However, you can follow the instructions given in Building Custom Activities for Use in SharePoint Designer 2007 to create a custom workflow action that can be used in SharePoint Designer 2007 to format dates. [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-custom-workflow-action.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a SharePoint list item GUID using a SharePoint Designer workflow</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/get-sharepoint-list-item-guid-sharepoint-designer-workflow.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/get-sharepoint-list-item-guid-sharepoint-designer-workflow.htm#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:51:28 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>
		<category><![CDATA[SharePoint workflow]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2263</guid>
		<description><![CDATA[GUIDs are the next best thing after IDs for being able to uniquely identify SharePoint list items, so you could use a GUID instead of an ID to look up a SharePoint list item. There are two occasions on which you might want to get the value of a GUID of a SharePoint list item [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/get-sharepoint-list-item-guid-sharepoint-designer-workflow.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send an email alert containing a link to a SharePoint list item</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/send-email-alert-link-sharepoint-task-list-item.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/send-email-alert-link-sharepoint-task-list-item.htm#comments</comments>
		<pubDate>Wed, 27 May 2009 10:22:05 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[Send an Email workflow action]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2192</guid>
		<description><![CDATA[SharePoint email alert scenario You have a SharePoint Tasks list in which new tasks are periodically created. You want to be able to send an email to the person assigned to the task and have the email contain a link to the task so that the assignee can easily click and open the task in [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/send-email-alert-link-sharepoint-task-list-item.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a GUID to look up a SharePoint list item instead of an ID</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/use-guid-lookup-sharepoint-list-item.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/use-guid-lookup-sharepoint-list-item.htm#comments</comments>
		<pubDate>Sun, 17 May 2009 00:21:50 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[Custom workflows]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[SharePoint workflow guidance]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2018</guid>
		<description><![CDATA[Introduction I&#8217;ve previously written about the basics of defining a workflow lookup in SharePoint Designer. In that article, I also mentioned that you have to ensure that you use either a SharePoint list item ID or GUID to ensure that the item can be found. In this article, I&#8217;ll create a sample workflow &#8211; actually [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/use-guid-lookup-sharepoint-list-item.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
