<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SPums.be</title>
	
	<link>http://www.spums.be</link>
	<description>SharePoint User Managed Solutions</description>
	<lastBuildDate>Wed, 16 May 2012 17:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SPUMS" /><feedburner:info uri="spums" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Count listitems in InfoPath</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/BcQ4RkJTmew/</link>
		<comments>http://www.spums.be/?p=319#comments</comments>
		<pubDate>Wed, 16 May 2012 17:00:00 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[infopath]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=319</guid>
		<description><![CDATA[In some cases you want to count the number of items in a SharePoint list and do something with that value. Let say show or hiding a control in InfoPath. This is how you can do this: Add a new datasource to you InfoPath form that points to your list that you want to count: [...]]]></description>
			<content:encoded><![CDATA[<p>In some cases you want to count the number of items in a SharePoint list and do something with that value. Let say show or hiding a control in InfoPath. This is how you can do this:</p>
<p>Add a new datasource to you InfoPath form that points to your list that you want to count:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb.png" width="387" height="164" /></a></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb1.png" width="386" height="181" /></a></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb2.png" width="321" height="194" /></a></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb3.png" width="387" height="84" /></a></p>
<p>Select the ID column. It really doesn’t matter what columns you select.</p>
<p>After you created the datasource we add a textbox to the form to display the number of items in the form:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb4.png" width="404" height="107" /></a></p>
<p>Now modify the properties of the textbox by right clicking on it and select Text Box Properties:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb5.png" width="184" height="244" /></a></p>
<p>We will set the default value of the textbox, so click on the formula button: <a href="http://www.spums.be/wp-content/uploads/2012/05/image6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb6.png" width="33" height="35" /></a>. We use a function to count the items. The function is called: <strong>Count()</strong>, what a coincidence <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.spums.be/wp-content/uploads/2012/05/wlEmoticon-smile.png" /></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb7.png" width="381" height="169" /></a></p>
<p>We will count the number of items in the datasource we just created:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb8.png" width="346" height="229" /></a></p>
<p>Make sure you select the “dataFields” SharePointListItem <em>folder</em> and not the queryFields one.</p>
<p>You can use the “filter data” button to filter the items before counting.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/05/image9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/05/image_thumb9.png" width="110" height="44" /></a></p>
<p>That’s all you have to do, besides clicking “OK” a few more times. Now you can preview your form and you can see the number of items in the list.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=319" data-text="Count listitems in InfoPath"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=319"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D319&amp;title=Count%20listitems%20in%20InfoPath" id="wpa2a_2">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=319</feedburner:origLink></item>
		<item>
		<title>SharePoint bashers, I challenge you!</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/EFV9gQgkhuw/</link>
		<comments>http://www.spums.be/?p=296#comments</comments>
		<pubDate>Wed, 16 May 2012 07:45:00 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=296</guid>
		<description><![CDATA[Sometimes it is hard to be a SharePoint solution architect/developer. There are some SharePoint bashers out there who like to throw some shit at you. Well I challenge you all! By using SharePoint as a platform I can create (quick-win) applications in a few moments of time. Can you do that by using some custom [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is hard to be a SharePoint solution architect/developer. There are some SharePoint bashers out there who like to throw some shit at you. Well I challenge you all!</p>
<p>By using SharePoint as a platform I can create (quick-win) applications in a few moments of time. Can you do that by using some custom development code?</p>
<p>Try this:</p>
<p><font face="Courier New"><em>Create a web application where users can submit their name, email, address and a document. Make sure everything is stored in a database and the administrators must have the ability to rapidly view, delete of edit each record. They also need some filtering, grouping or sorting mechanism and they want to export the data to excel. Also do not forget the permissions on the backend data and make sure it is reusable.</em></font></p>
<p>I can do this in less then 1 hour on the SharePoint platform. Can you? Do you accept this challenge?</p>
<p><img src="http://advancedlifeskills.com/blog/wp-content/uploads/2010/06/challenges.jpg" /></p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=296" data-text="SharePoint bashers, I challenge you!"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=296"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D296&amp;title=SharePoint%20bashers%2C%20I%20challenge%20you%21" id="wpa2a_4">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=296</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=296</feedburner:origLink></item>
		<item>
		<title>The hidden agenda of the SharePoint community?</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/IsT5dlhMCIM/</link>
		<comments>http://www.spums.be/?p=293#comments</comments>
		<pubDate>Fri, 11 May 2012 09:00:37 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=293</guid>
		<description><![CDATA[I love the SharePoint community. I&#8217;ve never seen such a caring group of experts sharing their knowledge through blogs, Twitter or other channels. Until a few months ago I never doubted about the true intentions of the community members. We all shared our information. Period. No strings attached, but is this still the same? In [...]]]></description>
			<content:encoded><![CDATA[<p>I love the SharePoint community. I&#8217;ve never seen such a caring group of experts sharing their knowledge through blogs, Twitter or other channels. Until a few months ago I never doubted about the true intentions of the community members. We all shared our information. Period. No strings attached, but is this still the same? In the past few months the SharePoint community grew almost exponentially. There are a lot of new members who are sharing and caring but are they are true? Many of them are consultants; they are selling SharePoint solutions for living. That scares me because sometimes I&#8217;m not sure if they are really telling the truth, the right solutions for your problem. Do they have a hidden agenda, like selling their products or services? How can I be sure of this?</p>
<p>Let me repeat my first line: I love the SharePoint community! I&#8217;m just a little concerned about the quality and how the preserve this.</p>
<p>How can I be sure that the information is true? Do we have to rely on the feedback and comments at the end of the articles or do we have to trust on the bio of the authors? </p>
<p>What do you, community members, think?</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=293" data-text="The hidden agenda of the SharePoint community?"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=293"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D293&amp;title=The%20hidden%20agenda%20of%20the%20SharePoint%20community%3F" id="wpa2a_6">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=293</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=293</feedburner:origLink></item>
		<item>
		<title>Use query string parameters to create a document with metadata</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/NR7lzXA9DkE/</link>
		<comments>http://www.spums.be/?p=280#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:14:03 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=280</guid>
		<description><![CDATA[A few weeks ago a customer asked me if there was a solution to create a document in SharePoint by using the url. He wanted to create a contract for each of his customers by using the url and a few query string parameters (to add metadata to the document). I did not found a [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago a customer asked me if there was a solution to create a document in SharePoint by using the url. He wanted to create a contract for each of his customers by using the url and a few query string parameters (to add metadata to the document).</p>
<p>I did not found a way to do this out-of-the-box so I suggested to create a sandboxed solutions that will handle the request.</p>
<p><strong>What do you need to start</strong>?</p>
<ul>
<li>a SharePoint site </li>
<li>a document library with
<ul>
<li>a title column (that’s in there by default) </li>
<li>a customer column (text – single line), we will add the name of the customer here </li>
<li>a modified template document (format it like you wish, I added a title and the customer fields), <u>note</u>: make sure you save the template document as a .docx file, not as a .dotx file. </li>
</ul>
</li>
<li>Visual Studio 2010 </li>
</ul>
<p><strong>What will we do?</strong></p>
<p>We will create a web part that we will deploy as a sandboxed solution. The web part will accept the query string parameters and create a document in the library.</p>
<p>To begin, create a new empty SharePoint project and choose to deploy it as a sandboxed solution.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb16.png" width="244" height="74" /></a></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb17.png" width="244" height="195" /></a></p>
<p>In your project add a new Web Part. Call it: “ParameterPortalWebPart”</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb18.png" width="244" height="202" /></a></p>
<p>Now we have to add some code:</p>
<p><font size="2" face="Courier New">Protected Overrides Sub CreateChildControls()</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Dim label As New Label</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; label.Text = &quot;&lt;h1&gt;Parameter portal WebPart&lt;/h1&gt;&quot;</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Dim textboxOutput As New TextBox      <br />&#160;&#160;&#160; textboxOutput.TextMode = TextBoxMode.MultiLine       <br />&#160;&#160;&#160; textboxOutput.Rows = 10       <br />&#160;&#160;&#160; textboxOutput.Columns = 20</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Dim output As New Text.StringBuilder()</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; output.Append(&quot;Customer: &quot;).Append(Page.Request.QueryString(&quot;customer&quot;))      <br />&#160;&#160;&#160; output.Append(Environment.NewLine)       <br />&#160;&#160;&#160; output.Append(&quot;Title: &quot;).Append(Page.Request.QueryString(&quot;title&quot;))       <br />&#160;&#160;&#160; output.Append(Environment.NewLine)       <br />&#160;&#160;&#160; output.Append(Environment.NewLine)</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; &#8216;create file      <br />&#160;&#160;&#160; Dim filename As String       <br />&#160;&#160;&#160; Dim fileurl As String</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; If Page.Request.QueryString(&quot;customer&quot;) &lt;&gt; String.Empty And Page.Request.QueryString(&quot;title&quot;) &lt;&gt; String.Empty Then      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; filename = String.Format(&quot;{0}.{1}.{2}&quot;, Page.Request.QueryString(&quot;customer&quot;), Page.Request.QueryString(&quot;title&quot;), Now.Ticks)</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160; fileurl = Me.CreateDocument(filename, &quot;Document&quot;, &quot;Contracts&quot;, _      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Page.Request.QueryString(&quot;customer&quot;), _       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Page.Request.QueryString(&quot;title&quot;))</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; End If      <br />&#160; </font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Dim hyperlinkFileUrl As New HyperLink      <br />&#160;&#160;&#160; hyperlinkFileUrl.Text = filename       <br />&#160;&#160;&#160; hyperlinkFileUrl.NavigateUrl = fileUrl</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; textboxOutput.Text = output.ToString</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Me.Controls.Add(label)      <br />&#160;&#160;&#160; Me.Controls.Add(textboxOutput)       <br />&#160;&#160;&#160; Me.Controls.Add(hyperlinkFileUrl)</font></p>
<p><font size="2" face="Courier New">End Sub</font>     </p>
<p>&#160;</p>
<p>What do we do here? We add a few controls to the web part (label, textbox) to provide some feedback. Then we make sure the query string parameters are not empty. Next, we generate a unique filename (by using the Now.Ticks property). You could use another method to do this but this is out of scope here.</p>
<p>Then we call the CreateDocument method that returns the url of the newly created document. This function contains the actual code to generate a document:</p>
<p><font size="2" face="Courier New">Private Function CreateDocument(ByVal filename As String, ByVal contenttypename As String, ByVal listname As String, _      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ByVal customerName As String, ByVal title As String) As String</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160; Try      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim site As SPSite = SPContext.Current.Site       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Using web As SPWeb = site.OpenWeb()       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; web.AllowUnsafeUpdates = True</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim list As SPList = web.Lists(listname)      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim folder As SPFolder = web.Folders(listname) &#8216;root folder      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim files As SPFileCollection = folder.Files</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim template As String = list.ContentTypes(contenttypename).DocumentTemplateUrl</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim destinationFile As String = files.Folder.Url &amp; &quot;/&quot; &amp; filename &amp; &quot;.docx&quot;</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim nieuwDocument As SPFile = files.Add(destinationFile, web.GetFile(template).OpenBinary(), True)      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim newItem As SPItem = nieuwDocument.Item       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; newItem(&quot;ContentType&quot;) = contenttypename       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; newItem(&quot;Customer&quot;) = customerName       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; newItem(&quot;Title&quot;) = title       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; newItem.Update()</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Return nieuwDocument.Url</font></p>
<p><font size="2" face="Courier New">&#160;&#160;&#160;&#160;&#160;&#160;&#160; End Using      <br />&#160;&#160;&#160; Catch ex As Exception       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Throw ex       <br />&#160;&#160;&#160; End Try       <br />End Function</font></p>
<p>&#160;</p>
<p>In this chunk of code we get the document library (root folder) and get the url of the template for a certain content type in that library. We will add a new document based on that template document. At the end we populate the custom fields with the parameters that the url query string provided us.</p>
<p>You can use Visual Studio the deploy the solution to you development environment and start play with it. Package the project and upload the .wsp file to your online environment if you want to test it there.</p>
<p>Have fun with it.</p>
<p>* this code was part of a SharePoint development training. You want this training in your company? <a href="http://www.spums.be/?page_id=7" target="_blank">Contact us</a>!</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=280" data-text="Use query string parameters to create a document with metadata"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=280"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D280&amp;title=Use%20query%20string%20parameters%20to%20create%20a%20document%20with%20metadata" id="wpa2a_8">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=280</feedburner:origLink></item>
		<item>
		<title>SharePoint Starter Series: How to create a cascading dropdown list in InfoPath</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/CiGvZgGlJ98/</link>
		<comments>http://www.spums.be/?p=241#comments</comments>
		<pubDate>Fri, 02 Mar 2012 12:00:00 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SharePoint Starter Series]]></category>
		<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[infopath]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=241</guid>
		<description><![CDATA[One of the most common questions in SharePoint is how you can create a cascading dropdown list. There are a few ways to do this. You could use the excellent SPServices library and let that script handle it or in SharePoint 2010 you can use InfoPath. In SharePoint 2010 one of the new features are [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common questions in SharePoint is how you can create a cascading dropdown list. There are a few ways to do this. You could use the excellent <a href="http://spservices.codeplex.com" target="_blank">SPServices library</a> and let that script handle it or in SharePoint 2010 you can use InfoPath.</p>
<p>In SharePoint 2010 one of the new features are the possibility to edit the input forms in InfoPath. </p>
<p>    In my example we created 3 lists:</p>
<ul>
<li>Products (custom list)</li>
<ul>
<li>Title column       <br /><a href="http://www.spums.be/wp-content/uploads/2012/03/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb.png" width="244" height="67" /></a></li>
</ul>
<li>Types (custom list)</li>
<ul>
<li>Title column</li>
<li>Product column: lookup to Products list       <br /><a href="http://www.spums.be/wp-content/uploads/2012/03/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb1.png" width="244" height="70" /></a></li>
</ul>
<li>Orders (custom list)</li>
<ul>
<li>Title column</li>
<li>Product column: lookup to Products list</li>
<li>Producttype: lookup to Types list       <br /><a href="http://www.spums.be/wp-content/uploads/2012/03/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb2.png" width="244" height="76" /></a></li>
</ul>
</ul>
<p>&#160;</p>
<p>We want to use a cascading lookup in the Orders input form. You edit the form by clicking the InfoPath button in the ribbon of the list.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb3.png" width="104" height="94" /></a></p>
<p>We want to change the input form so that we can select a product (Car or Bike) and then see the types (Peugeot, Porsche, …)</p>
<p>Therefore we need to add a new data connection that can read data from the Types list. We will use this data connection instead of the default one that is already added. We will filter the custom data connection by the value we are selecting in the Product list.</p>
<p><strong>Adding a new data connection</strong></p>
<p>To add a new data connection click the “Data Connections” button in the Data tab in the ribbon.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb4.png" width="436" height="164" /></a></p>
<p>Click the “Add” button to add a new one:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb5.png" width="357" height="133" /></a></p>
<p>The new data connection must receive data, select this option:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb6.png" width="183" height="74" /></a></p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb7.png" width="244" height="122" /></a></p>
<p>Select “SharePoint library or list” and in the next window you add the url to the SharePoint site where the list can be found. Next you select the list (Types):</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb8.png" width="244" height="98" /></a></p>
<p>Now you select the columns of the list we will need. Choose Title and Product and sort the items by Title.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb9.png" width="390" height="271" /></a></p>
<p>Give the data connection a new in the next screen (I used Types1) and click Finish. Now we create the data connection.</p>
<p><strong>Change the default datasource</strong></p>
<p>By default there is already a data connection linked to the dropdown control on your page. We have to change this.</p>
<p>Therefore we edit the properties of the control.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb10.png" width="508" height="321" /></a></p>
<p>We select our newly created data connection: Types1</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image11.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb11.png" width="381" height="185" /></a></p>
<p>To filter the values you click the button next to the Entries textbox.</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image12.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb12.png" width="296" height="333" /></a></p>
<p>Click the “Filter Data” button and add a new filter:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image13.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb13.png" width="487" height="117" /></a></p>
<p>We want to filter the list by the Product column where the Product value must be equal to the value of another field (Products) on our form. Select “field or group”.</p>
<p>Select the main data connection as source and select the Product column:</p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image14.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb14.png" width="215" height="244" /></a></p>
<p>Click “OK” a few time to confirm all you settings and you are ready. </p>
<p><a href="http://www.spums.be/wp-content/uploads/2012/03/image15.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2012/03/image_thumb15.png" width="464" height="148" /></a></p>
<p>Now you publish the form to you list and you can start using it.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=241" data-text="SharePoint Starter Series: How to create a cascading dropdown list in InfoPath"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=241"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D241&amp;title=SharePoint%20Starter%20Series%3A%20How%20to%20create%20a%20cascading%20dropdown%20list%20in%20InfoPath" id="wpa2a_10">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=241</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=241</feedburner:origLink></item>
		<item>
		<title>How to increase the storage limit for just one MySite?</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/yLfNwvhTwAY/</link>
		<comments>http://www.spums.be/?p=244#comments</comments>
		<pubDate>Thu, 01 Mar 2012 09:44:15 +0000</pubDate>
		<dc:creator>Steven Debels</dc:creator>
				<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[Limit]]></category>
		<category><![CDATA[MySite]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=244</guid>
		<description><![CDATA[Today an end user came up with the following error message on his/her MySite: &#8220;Your changes could not be saved because this SharePoint Web site has exceeded the storage quota limit.&#8221; Now, we think it is not necessary to increase the storage limit for all our employees but only for the persons who make a lot of use [...]]]></description>
			<content:encoded><![CDATA[<p>Today an end user came up with the following error message on his/her MySite:</p>
<blockquote><p><em><strong>&#8220;Your changes could not be saved because this SharePoint Web site has exceeded the storage quota limit.&#8221;</strong></em></p></blockquote>
<p>Now, we think it is not necessary to increase the storage limit for all our employees but only for the persons who make a lot of use of their MySite. But how?</p>
<ol>
<li>On the Sharepoint server browse to the Central Administration for Sharepoint 2010;</li>
<li>Go to &#8220;Application Management&#8221; and choose &#8220;Configure quotas and locks&#8221;;</li>
<li>Select the applying web application from the list and search for the MySite you want to edit;</li>
<li>Select &#8220;Individual quota&#8221; as a template and modify the limitations to your needs;</li>
<li>Hit OK and make your colleague happy.</li>
</ol>
<p>&nbsp;</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=244" data-text="How to increase the storage limit for just one MySite?"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=244"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D244&amp;title=How%20to%20increase%20the%20storage%20limit%20for%20just%20one%20MySite%3F" id="wpa2a_12">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=244</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=244</feedburner:origLink></item>
		<item>
		<title>!important CSS modifications</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/9ayWq1E-jik/</link>
		<comments>http://www.spums.be/?p=237#comments</comments>
		<pubDate>Wed, 18 Jan 2012 07:21:31 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=237</guid>
		<description><![CDATA[Last I had to modify a custom page in SharePoint. I added some css but the hyperlinks always get the default markup. To overwrite the default markup I used the important keyword: &#60;style type=&#34;text/css&#34;&#62; &#160;&#160;&#160; .navigationText{ &#160;&#160;&#160;&#160;&#160;&#160;&#160; text-decoration:none !important; &#160;&#160;&#160;&#160;&#160;&#160;&#160; color:#676767 !important; &#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 125px; &#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 125px; &#160;&#160;&#160;&#160;&#160;&#160;&#160; display:table-cell; &#160;&#160;&#160;&#160;&#160;&#160;&#160; font-size: medium; &#160;&#160;&#160;&#160;&#160;&#160;&#160; text-align: [...]]]></description>
			<content:encoded><![CDATA[<p>Last I had to modify a custom page in SharePoint. I added some css but the hyperlinks always get the default markup. To overwrite the default markup I used the <em>important</em> keyword:</p>
<p><font face="Courier New">&lt;style type=&quot;text/css&quot;&gt;     <br />&#160;&#160;&#160; .navigationText{      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; text-decoration:none <strong>!important</strong>;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; color:#676767 <strong>!important</strong>;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 125px;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 125px;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; display:table-cell;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; font-size: medium;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; text-align: center;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; background-color: #CCEBFF;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; vertical-align:middle;      <br />&#160;&#160;&#160; }      <br />&lt;/style&gt;</font></p>
<p>More information about this keyword is on the <a href="http://www.w3.org/TR/CSS2/cascade.html#important-rules" target="_blank">W3.org</a> website.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=237" data-text="!important CSS modifications"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=237"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D237&amp;title=%21important%20CSS%20modifications" id="wpa2a_14">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=237</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=237</feedburner:origLink></item>
		<item>
		<title>Create a quick link to the create-alert-window</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/ptawtGEhG4w/</link>
		<comments>http://www.spums.be/?p=235#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:30:00 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=235</guid>
		<description><![CDATA[Sometimes you want your users provide a link to the “create new alert” page. By default that window is opened in a modal box and the url is hard to find. You can use this url: https://server/sitename/_layouts/SubNew.aspx?List=guid&#38;Source=%2Fsitename The hard part is to find the list guid of your list. You can do this by browsing [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want your users provide a link to the “create new alert” page. By default that window is opened in a modal box and the url is hard to find.</p>
<p>You can use this url:</p>
<p><a title="https://server/sitename/_layouts/SubNew.aspx?List=%7BDF84C9C2%2D1363%2D4A40%2D9A9F%2DEF7B9D141B99%7D&amp;Source=%2Fsitename" href="https://server/sitename/_layouts/SubNew.aspx?List=guid&amp;Source=%2Fsitename">https://server/sitename/_layouts/SubNew.aspx?List=<strong>guid</strong>&amp;Source=%2Fsitename</a></p>
<p>The hard part is to find the list guid of your list. You can do this by browsing to the list where you want to create an alert and go the the list settings. Now you find the list guid in your address bar of your browser. Copy and replace it in the link and you’re ready to share the url.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=235" data-text="Create a quick link to the create-alert-window"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=235"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D235&amp;title=Create%20a%20quick%20link%20to%20the%20create-alert-window" id="wpa2a_16">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=235</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=235</feedburner:origLink></item>
		<item>
		<title>SharePoint Starter Series: How to hide the title column in a list</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/X3IWn1fwiXo/</link>
		<comments>http://www.spums.be/?p=233#comments</comments>
		<pubDate>Fri, 16 Dec 2011 09:20:00 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SharePoint Starter Series]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=233</guid>
		<description><![CDATA[When you create a new list in SharePoint you always get a predefined set of columns (title, created, created by, modified and modified by).&#160; Sometimes you do not want to use the title column. You can use this trick to hide the column: Go to the list settings of your list In the general settings [...]]]></description>
			<content:encoded><![CDATA[<p>When you create a new list in SharePoint you always get a predefined set of columns (title, created, created by, modified and modified by).&#160; Sometimes you do not want to use the title column. You can use this trick to hide the column:</p>
<ol>
<li>Go to the list settings of your list     <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb1.png" width="55" height="89" /></a></li>
<li>In the <em>general settings</em> section select <em>Advanced settings       <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb2.png" width="208" height="181" /></a></em></li>
<li>Select the first option: <em>Allow management of content types       <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb3.png" width="244" height="50" /></a></em></li>
<li>Click on the <em>item</em> contenttype      <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb4.png" width="244" height="106" /></a></li>
<li>Click on the <em>Title</em> column name and select the <em>Hidden (will not appear in forms)</em> option      <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb5.png" width="372" height="197" /></a></li>
<li>Go back to the list settings</li>
<li>Make sure the title column is not required</li>
<ol>
<li>Click the title column and choose <em>No</em>        <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb6.png" width="338" height="114" /></a></li>
</ol>
<li><strong>TIP</strong>: edit the default view and deselect the title column. You can add the edit button to let the users edit the item      <br /><a href="http://www.spums.be/wp-content/uploads/2011/12/image7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spums.be/wp-content/uploads/2011/12/image_thumb7.png" width="244" height="110" /></a></li>
</ol>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=233" data-text="SharePoint Starter Series: How to hide the title column in a list"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=233"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D233&amp;title=SharePoint%20Starter%20Series%3A%20How%20to%20hide%20the%20title%20column%20in%20a%20list" id="wpa2a_18">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=233</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=233</feedburner:origLink></item>
		<item>
		<title>Presentation at Vycnke</title>
		<link>http://feedproxy.google.com/~r/SPUMS/~3/lQFY4WNESeo/</link>
		<comments>http://www.spums.be/?p=212#comments</comments>
		<pubDate>Thu, 01 Dec 2011 10:11:54 +0000</pubDate>
		<dc:creator>Gene Vangampelaere</dc:creator>
				<category><![CDATA[SPUMS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.spums.be/?p=212</guid>
		<description><![CDATA[Today Kevin and I told our SharePoint story to the Vyncke IT departement. This is the presentation: SharePoint presentation at Vyncke View more presentations from Gene Vangampelaere]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://twitter.com/KevinDeRudder" target="_blank">Kevin</a> and I told our SharePoint story to the <a href="http://www.vyncke.com/" target="_blank">Vyncke</a> IT departement. This is the presentation:</p>
<div style="width: 425px" id="__ss_10395966"><strong style="margin: 12px 0px 4px; display: block"><a title="SharePoint presentation at Vyncke" href="http://www.slideshare.net/genevangampelaere/sharepoint-presentation-at-vyncke" target="_blank">SharePoint presentation at Vyncke</a></strong> <iframe height="355" marginheight="0" src="http://www.slideshare.net/slideshow/embed_code/10395966" frameborder="0" width="425" marginwidth="0" scrolling="no"></iframe>
<div style="padding-bottom: 12px; padding-left: 0px; padding-right: 0px; padding-top: 5px">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/genevangampelaere" target="_blank">Gene Vangampelaere</a> </div>
</p></div>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://www.spums.be/?p=212" data-text="Presentation at Vycnke"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.spums.be/?p=212"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.spums.be%2F%3Fp%3D212&amp;title=Presentation%20at%20Vycnke" id="wpa2a_20">Share with more services</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.spums.be/?feed=rss2&amp;p=212</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spums.be/?p=212</feedburner:origLink></item>
	</channel>
</rss>

