<?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>Microsoft Sharepoint Server &#187; Out of Box</title>
	<atom:link href="http://www.fivenumber.com/tag/out-of-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>Copy item from one list to another, using Sharepoint designer workflow</title>
		<link>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/</link>
		<comments>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:27:45 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Out of Box]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Workflows]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=57</guid>
		<description><![CDATA[If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this post
In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, Source List and Destination List
Create two custom [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this <a title="Copy list items from one Sharepoint site to another site programmatically" href="http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/" target="_blank">post</a></p>
<p>In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, <strong>Source List</strong> and <strong>Destination List</strong></p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/12.gif" rel="lightbox[57]"><img class="size-medium wp-image-58" title="Source List" src="http://fivenumber.com/wp-content/uploads/2008/07/12-300x89.gif" alt="Source List" width="300" height="89" /></a><p class="wp-caption-text">Source List</p></div>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/22.gif" rel="lightbox[57]"><img class="size-medium wp-image-59" title="Copy Item Workflow - Sharepoitn Designer" src="http://fivenumber.com/wp-content/uploads/2008/07/22-300x234.gif" alt="Copy Item Workflow - Sharepoitn Designer" width="300" height="234" /></a><p class="wp-caption-text">Copy Item Workflow - Sharepoint Designer</p></div>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/32.gif" rel="lightbox[57]"><img class="size-medium wp-image-60" title="Source List" src="http://fivenumber.com/wp-content/uploads/2008/07/32-300x88.gif" alt="Source List" width="300" height="88" /></a><p class="wp-caption-text">Source List</p></div>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/42.gif" rel="lightbox[57]"><img class="size-medium wp-image-61" title="Destination List" src="http://fivenumber.com/wp-content/uploads/2008/07/42-300x80.gif" alt="Destination List" width="300" height="80" /></a><p class="wp-caption-text">Destination List</p></div>
<p><strong>Create two custom lists</strong>:</p>
<p><strong>Source List</strong> (below are columns and column types)</p>
<p>Employee Id (Single line of text)</p>
<p>Employee Name (Single line of text)</p>
<p>Designation (Single line of text)</p>
<p>Age (Single line of text)</p>
<p><strong>Destination List</strong> (below are columns and column types)</p>
<p>Employee Id (Single line of text)</p>
<p>Employee Name (Single line of text)</p>
<p>Designation (Single line of text)</p>
<p>Age (Single line of text)</p>
<p>After creating the two lists:</p>
<ul>
<li>Open site in Sharepoint Designer 2007</li>
<li>Click <strong>File </strong>&gt; <strong>New </strong>&gt; <strong>Workflow</strong>, which opens Workflow Designer window</li>
<li>Enter the name of the workflow in the appropriate box</li>
<li>Select the list name (Source List) from &#8216;<strong>what sharepoint list should this workflow be attached to</strong>&#8216; dropdownlist</li>
<li>After selecting the list from the dropdownlist, select at least on checkbox from the following:
<p>&#8216;<strong>Allow this workflow to be started manually from an item</strong>&#8216;</p>
<p>&#8216;<strong>Automatically start this workflow when a new item is created</strong>&#8216;</p>
<p>&#8216;<strong>Automatically start this workflow whenever an item is changed</strong>&#8216;</li>
<li>Click <strong>Next</strong></li>
<li>Enter the Step Name in the appropraite box</li>
<li>Click on the <strong>Conditions </strong>buttons and select the &#8216;<strong>Compare Source List item</strong>&#8216;</li>
<li>Click on the <em>field </em>and select the field name (Age), like that give the condition like <em>if source list greater than Age</em></li>
<li>Now, click on the <strong>Actions </strong>button to perform what action to be done if the condition is satisfied</li>
<li>Select <strong>Copy list item</strong></li>
<li>Select the current list (Source list) and then select the Destination list (where to copy the item)</li>
<li>Again, Click on the <strong>Actions </strong>button and select &#8216;<strong>stop the workflow</strong>&#8216; and enter the message</li>
</ul>
<p>Now, try to add the item in the source list (Employee Id, Employee Name, Designation, Age)</p>
<p>If the age is greater than 25 then the row will get update in the destination list too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
