<?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>PeteStilgoe.com &#187; Sharepoint Lists</title>
	<atom:link href="http://www.petestilgoe.com/category/sharepoint-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint Workflow Task Error: This task is currently locked by a running workflow and cannot be edited</title>
		<link>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/</link>
		<comments>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:01:19 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Nintex]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[C# Workflow]]></category>
		<category><![CDATA[Sharepoint Task List]]></category>
		<category><![CDATA[SPD Workflow]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=886</guid>
		<description><![CDATA[

Error in Event Log on Sharepoint Server: This task is currently locked by a running workflow and cannot be edited
When a workflow processes a task normally, the following sequence of events is expected to occur:
1.       The process begins.
2.       The workflow places a ‘lock’ [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>K2 Blackpoint Blackpearl &#8211; How to update a Sharepoint list items using common meta data</title>
		<link>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/</link>
		<comments>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:32:04 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[K2 Sharepoint Search Event]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=879</guid>
		<description><![CDATA[

In a K2 Sharepoint process you will quite often have to update the same piece of meta data in multiple locations ie. you have a status column which is part of the list your process is attached to but you may need to reflect this status update on another list item in another list for [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete a corrupted Sharepoint list</title>
		<link>http://www.petestilgoe.com/2011/03/how-to-delete-a-corrupted-sharepoint-list/</link>
		<comments>http://www.petestilgoe.com/2011/03/how-to-delete-a-corrupted-sharepoint-list/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 10:17:33 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint STSADM]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=877</guid>
		<description><![CDATA[

Sometime you will find you have a currupted list that you cant delete through the normal way as when you try &#038; access the list or the list settings the webpage throws errors.  In this case use STSADM
stsadm.exe -o forcedeletelist -url http://devapp01/Lists/&#60;MyListName&#62;/

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/03/how-to-delete-a-corrupted-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Populate a Sharepoint list from an SQL Database</title>
		<link>http://www.petestilgoe.com/2011/01/populate-a-sharepoint-list-from-an-sql-database/</link>
		<comments>http://www.petestilgoe.com/2011/01/populate-a-sharepoint-list-from-an-sql-database/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 13:39:24 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL SSIS]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=790</guid>
		<description><![CDATA[

If you are wanting to populate a Sharepoint list from an SQL database or populate a SQL database from a Sharepoint list you can do this failry easily using SSIS &#038; the SharePoint List Source and Destination Adapter project on Codeplex.
Introduction
This sample illustrates the creation of a a source and destination adapter in C#, using [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/01/populate-a-sharepoint-list-from-an-sql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Designer could not save the list changes to the server</title>
		<link>http://www.petestilgoe.com/2011/01/sharepoint-designer-could-not-save-the-list-changes-to-the-server/</link>
		<comments>http://www.petestilgoe.com/2011/01/sharepoint-designer-could-not-save-the-list-changes-to-the-server/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 11:23:24 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[Sharepoint Customisation]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=758</guid>
		<description><![CDATA[

When using Sharepoint Designer 2010 to create custom aspx list forms I was getting the error:
&#8216;sharepoint designer could not save the list changes to the server&#8217;
I had a look on the net but couldnt really find anything relating to do with this.  
I seem to have solved it by going to my list and [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/01/sharepoint-designer-could-not-save-the-list-changes-to-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Populating an Infopath dropdown using a specific Sharepoint list view</title>
		<link>http://www.petestilgoe.com/2010/07/populating-an-infopath-dropdown-using-a-specific-sharepoint-list-view/</link>
		<comments>http://www.petestilgoe.com/2010/07/populating-an-infopath-dropdown-using-a-specific-sharepoint-list-view/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 14:23:16 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Views]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[infopath tips & tricks]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=612</guid>
		<description><![CDATA[

If you have a Sharepoint list containing multiple views, one view shows all approved items and another view shows all items that are pending approval.  You have an Infopath form where you have a dropdown control that you want to be populated with only &#8216;Approved&#8217; list items from your Sharepoint list.
If you create your [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/07/populating-an-infopath-dropdown-using-a-specific-sharepoint-list-view/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to autopopulate Infopath fields using Sharepoint list data</title>
		<link>http://www.petestilgoe.com/2010/04/how-to-autopopulate-infopath-fields-using-sharepoint-list-data/</link>
		<comments>http://www.petestilgoe.com/2010/04/how-to-autopopulate-infopath-fields-using-sharepoint-list-data/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:41:50 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Lookup Columns]]></category>
		<category><![CDATA[infopath autopopulate]]></category>
		<category><![CDATA[infopath tips & tricks]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=572</guid>
		<description><![CDATA[

1) Get your Sharepoint list into XML format 
2) Set up a data connection using the above XML file as your datasource
3) Now you need to configure rules and filters on your list box. Let&#8217;s say that your list box has customer name and you wish to fill a field with the customer phone. When [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/04/how-to-autopopulate-infopath-fields-using-sharepoint-list-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Excel 2007 Spreadsheet as Sharepoint List Error Method &#8216;post&#8217; of object &#8216;IOWSPostData&#8217; failed</title>
		<link>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/</link>
		<comments>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:35:48 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Excel 2007]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=537</guid>
		<description><![CDATA[

If you get the following error Method &#8216;post&#8217; of object &#8216;IOWSPostData&#8217; failed, you can fix it by doing the below:
Do a search on you C: drive for a file named: EXPTOOWS.XLA 
Open it and Enable Macros 
Select the Developer tab and the Visual Bacis or press ALT+11. Same result. You are ready to alter the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/03/import-excel-2007-spreadsheet-as-sharepoint-list-error-method-post-of-object-iowspostdata-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowed anonymous access on a Sharepoint list and still get prompted for a login</title>
		<link>http://www.petestilgoe.com/2010/02/allowed-anonymous-access-on-a-sharepoint-list-and-still-get-prompted-for-a-login/</link>
		<comments>http://www.petestilgoe.com/2010/02/allowed-anonymous-access-on-a-sharepoint-list-and-still-get-prompted-for-a-login/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:31:25 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Publishing Sites]]></category>
		<category><![CDATA[Sharepoint Security]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[ViewFormPagesLockdown]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=530</guid>
		<description><![CDATA[

If you have enabled anonymous access on your Sharepoint farm and you still get prompted for a login when trying to access a list, it is most likely that your list exists in a &#8216;Publishing Site&#8217;.
This is because by default all publishing sites have a feature called &#8216;ViewFormPagesLockdown&#8217; activated. This basically provides extra security for [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/02/allowed-anonymous-access-on-a-sharepoint-list-and-still-get-prompted-for-a-login/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Converting a Sharepoint List into XML</title>
		<link>http://www.petestilgoe.com/2009/11/converting-a-sharepoint-list-into-xml/</link>
		<comments>http://www.petestilgoe.com/2009/11/converting-a-sharepoint-list-into-xml/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:45:17 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=480</guid>
		<description><![CDATA[

This easiest way is to use the URL below &#038; insert your list GUID
http://servername/site/_vti_bin/owssvr.dll?Cmd=Display&#038;List=*YOURUNIQUELISTID*&#038;XMLDATA=TRUE
To get the GUID of the list you need to go into the list &#038; click &#8216;Settings&#8217; -> &#8216;List Settings&#8217;.  Now if you look at your URL you will see something like:
/_layouts/listedit.aspx?List=%7B7B476F98%2D1075%2D4A6D%2D8F63%2D4C754B3F41FC%7D
The URL is encoded so you will need to replace [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/11/converting-a-sharepoint-list-into-xml/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

