<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx</link><description>Once I have got a customer request to create custom lists with custom views, not through custom code but through custom list definition. 
 
 WOW it will be really a cool stuff to do!!! 
 
 They already have a custom list definition and whenever they</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#10190205</link><pubDate>Wed, 27 Jul 2011 06:41:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10190205</guid><dc:creator>Dhawal Seth</dc:creator><description>&lt;p&gt;I am changing the GUID of the view, as the list definition with custom views will be deployed on other servers as well so this will keep changing.&lt;/p&gt;
&lt;p&gt;But somehow, it doesn&amp;#39;t accepts the GUID given by me which creates problem while assigning this custom view to any webpart such as xslt list view wp.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10190205" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#9948216</link><pubDate>Thu, 14 Jan 2010 06:46:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9948216</guid><dc:creator>Milindmilind</dc:creator><description>&lt;p&gt;One can add the baseview &amp;quot;0&amp;quot; programmatically by scanning through available views as follows:&lt;/p&gt;
&lt;p&gt; foreach (SPView view in oobList.Views)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (view.BaseViewID == &amp;quot;0&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;listViewWebPart.ViewGuid = view.ID.ToString(&amp;quot;B&amp;quot;).ToUpper();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9948216" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#9449603</link><pubDate>Fri, 27 Feb 2009 23:40:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9449603</guid><dc:creator>ChandrasekarN</dc:creator><description>&lt;p&gt;Nice to read this blog. &amp;nbsp;I'm running into the similar situation while upgradation. &amp;nbsp;Hope this workaround solves my problem ! &amp;nbsp;Thanks :-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9449603" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#9248724</link><pubDate>Tue, 23 Dec 2008 02:43:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9248724</guid><dc:creator>sowmyan</dc:creator><description>&lt;p&gt;There may be some situation that you want to create custom site defintion and deploy it to the sharepoint server. So, in that case if you want to create a custom site defintion with custom views, then this particular work-around will make it easier.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9248724" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#9247468</link><pubDate>Mon, 22 Dec 2008 18:38:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9247468</guid><dc:creator>lingaraj</dc:creator><description>&lt;p&gt;good answar.&lt;/p&gt;
&lt;p&gt;But i have a question that is why we are creating custom list defination whatever we are doing in this , that working also i am doing in custom list of sharepoint env.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9247468" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#9142214</link><pubDate>Tue, 25 Nov 2008 19:02:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9142214</guid><dc:creator>Robin</dc:creator><description>&lt;p&gt;Thanks for this post! &amp;nbsp;I was stuck on this for hours before I found this post. &amp;nbsp;The SetupPath was my issue as well. &amp;nbsp;Now working just fine!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9142214" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#8957881</link><pubDate>Fri, 19 Sep 2008 01:01:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957881</guid><dc:creator>sowmyancs</dc:creator><description>&lt;p&gt;good to hear that :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8957881" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#8957633</link><pubDate>Thu, 18 Sep 2008 20:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957633</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Thanks. &amp;nbsp;Worked for me. &amp;nbsp;The SetupPath=&amp;quot;pages\viewpage.aspx&amp;quot; attribute value was what I needed to get past the file not found exception.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8957633" width="1" height="1"&gt;</description></item><item><title>re: How to create a custom list with custom views based upon a custom list definition</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#8840915</link><pubDate>Thu, 07 Aug 2008 14:22:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8840915</guid><dc:creator>parwejp</dc:creator><description>&lt;p&gt;I have followed exact steps....but views are not being created. :( &lt;/p&gt;
&lt;p&gt;I am not sure whether this will add custom view into the default View dropdown menu. Any help would be appreciated.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8840915" width="1" height="1"&gt;</description></item><item><title>SharePoint Kaffeetasse #76</title><link>http://blogs.msdn.com/b/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx#8639456</link><pubDate>Sun, 22 Jun 2008 20:32:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8639456</guid><dc:creator>Michael Greth MVP SharePoint Blog</dc:creator><description>&lt;p&gt;Web Content Management TechNet: Administering Web content management TechNet: White paper: End-to-End&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8639456" width="1" height="1"&gt;</description></item></channel></rss>