<?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; SharePoint Designer 2007 workflows</title>
	<atom:link href="http://www.documentmanagementworkflowinfo.com/tag/sharepoint-designer-2007-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>How to use the Update List Item action in a SharePoint Designer workflow</title>
		<link>http://www.documentmanagementworkflowinfo.com/workflow/use-update-list-item-action-sharepoint-designer-workflow.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/workflow/use-update-list-item-action-sharepoint-designer-workflow.htm#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:46:53 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[SPD workflow actions]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2776</guid>
		<description><![CDATA[The main goal of the Update List Item action in a SharePoint Designer workflow is to update the values of fields of one item that is located in a SharePoint list or a SharePoint document library. When you add an Update List Item action to a SharePoint Designer workflow the following phrase appears: Update item [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/workflow/use-update-list-item-action-sharepoint-designer-workflow.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Use a calculated field and two dependent workflows in SharePoint to format a date</title>
		<link>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/use-a-calculated-field-and-two-dependent-workflows-in-sharepoint-to-format-a-date.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/use-a-calculated-field-and-two-dependent-workflows-in-sharepoint-to-format-a-date.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:37:21 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[SharePoint Video Tutorials]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint Designer workflows]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=2569</guid>
		<description><![CDATA[Before you begin, you must know how to create a SharePoint Designer 2007 workflow. In this SharePoint Designer 2007 workflow demo you saw&#8230; How to define a formula on a SharePoint list column to format a date using workflows. How to create a SharePoint list item from within a SharePoint Designer workflow. How to set [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/use-a-calculated-field-and-two-dependent-workflows-in-sharepoint-to-format-a-date.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>Custom SharePoint Designer workflow activity to format dates</title>
		<link>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/custom-sharepoint-designer-workflow-activity-format-dates.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/custom-sharepoint-designer-workflow-activity-format-dates.htm#comments</comments>
		<pubDate>Fri, 05 Jun 2009 06:49:57 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[SharePoint Video Tutorials]]></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=2400</guid>
		<description><![CDATA[Before you begin, you must know how to create a SharePoint Designer 2007 workflow. In this SharePoint Designer 2007 workflow video you saw&#8230; How to use a custom activity in SharePoint Designer to format a date. How to look up and use a variable in a SharePoint Designer workflow. How to set the value of [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sharepoint-video-tutorials/custom-sharepoint-designer-workflow-activity-format-dates.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
