<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sp2010filteredlookup Issue Tracker Rss Feed</title><link>http://sp2010filteredlookup.codeplex.com/workitem/list/basic</link><description>sp2010filteredlookup Issue Tracker Rss Description</description><item><title>Commented Issue: Required field validation is not working [15943]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15943</link><description>When I saved data on filtered lookup field but null or empty value still accepting&lt;br /&gt;Comments: ** Comment from web user: saad2912 ** &lt;p&gt;When I saved data on filtered lookup field but null or empty value still accepting&lt;/p&gt;</description><author>saad2912</author><pubDate>Tue, 08 Jan 2013 10:18:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Required field validation is not working [15943] 20130108101849A</guid></item><item><title>Created Issue: Required field validation is not working [15943]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15943</link><description>When I saved data on filtered lookup field but null or empty value still accepting&lt;br /&gt;</description><author>saad2912</author><pubDate>Tue, 08 Jan 2013 10:16:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Required field validation is not working [15943] 20130108101611A</guid></item><item><title>Created Issue: Site template containing field taken with data included throws error "Value does not fall in expected range" [15693]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15693</link><description>when list&amp;#47;library contains values for this field column and site template is taken with data included where this list resides, The wsp site template is created succesfully but while creating new site from this site template, It throws a error &amp;#38;quot&amp;#59;Value does not fall in expected range&amp;#38;quot&amp;#59;&lt;br /&gt;</description><author>sonalibhlr</author><pubDate>Fri, 12 Oct 2012 08:20:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Site template containing field taken with data included throws error "Value does not fall in expected range" [15693] 20121012082045A</guid></item><item><title>Created Issue: Check if field Required not implemented [15645]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15645</link><description>Hello, thanks for project.&lt;br /&gt;&lt;br /&gt;Required field cheking not implemented. We add this code to MultipleFilteredLookupFieldControl.cs&amp;#58;&lt;br /&gt;&lt;br /&gt;    public override void Validate&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        if &amp;#40;ControlMode &amp;#61;&amp;#61; SPControlMode.Display &amp;#124;&amp;#124; &amp;#33;IsValid&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            return&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        base.Validate&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;        if &amp;#40;Field.Required &amp;#38;&amp;#38; &amp;#40;Value &amp;#61;&amp;#61; null &amp;#124;&amp;#124; Value.ToString&amp;#40;&amp;#41;.Length &amp;#61;&amp;#61; 0&amp;#41;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            this.ErrorMessage &amp;#61; &amp;#34;Required field&amp;#34;&amp;#59;&lt;br /&gt;            IsValid &amp;#61; false&amp;#59;&lt;br /&gt;            return&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;</description><author>alexeybbb</author><pubDate>Mon, 24 Sep 2012 07:11:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Check if field Required not implemented [15645] 20120924071123A</guid></item><item><title>Created Issue: List not showing current item [15529]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15529</link><description>Hi,&lt;br /&gt;&lt;br /&gt;We have a list with user data &amp;#40;name, email, etc&amp;#41; and we have a list with accounts data &amp;#40;user account and password&amp;#41;&lt;br /&gt;&lt;br /&gt;In the user list you can select a user account to match this user using a CAML query filtering which user accounts are selectable&amp;#47;visible &amp;#40;accounts already used are not visible&amp;#41;. Everything works as expected when we edit an item in the user list with the lookupfield and the filter is allowing some data to be selectable. However when there are no items available in the accounts list the currently selected item is not shown &amp;#40;it is when there are other accounts&amp;#41;.&lt;br /&gt;&lt;br /&gt;The CAMLQuery set on the user list, filtering data from the user accounts list&amp;#58;&lt;br /&gt;&amp;#60;Where&amp;#62;&amp;#60;Neq&amp;#62;&amp;#60;FieldRef Name&amp;#61;&amp;#34;AccountUsed&amp;#34; &amp;#47;&amp;#62;&amp;#60;Value Type&amp;#61;&amp;#34;Boolean&amp;#34;&amp;#62;1&amp;#60;&amp;#47;Value&amp;#62;&amp;#60;&amp;#47;Neq&amp;#62;&amp;#60;&amp;#47;Where&amp;#62;&lt;br /&gt;&lt;br /&gt;Our usage&amp;#58;&lt;br /&gt;</description><author>VoodooChild_</author><pubDate>Wed, 22 Aug 2012 15:27:55 GMT</pubDate><guid isPermaLink="false">Created Issue: List not showing current item [15529] 20120822032755P</guid></item><item><title>Closed Issue: Deleted [12653]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/12653</link><description>Deleted.&lt;br /&gt;Comments: &lt;p&gt;Void&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Thu, 12 Jul 2012 20:34:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: Deleted [12653] 20120712083444P</guid></item><item><title>Commented Issue: SP 2010 :: Only Site Collection Admins can Add/Edit [15391]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15391</link><description>There is an issue that only a site collection admin can utilize the field type. This is problematic for more controlled environments.&lt;br /&gt;Comments: ** Comment from web user: johnmcalvert ** &lt;p&gt;I confirmed this in my dev&amp;#47;test environment. &lt;/p&gt;&lt;p&gt;Steps to reproduce&amp;#58;&lt;br /&gt;- install WSP&lt;br /&gt;- with user account that is less than site collection admin, eg site owner&lt;br /&gt;- on New Site Column page in Site Settings&lt;br /&gt;- under Name and Type click radio button for Filtered Lookup&lt;br /&gt;- Error&amp;#58; Access Denied&lt;br /&gt;&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Thu, 12 Jul 2012 20:33:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: SP 2010 :: Only Site Collection Admins can Add/Edit [15391] 20120712083302P</guid></item><item><title>Closed Issue: SPMetal Issue [14352]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14352</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;I seem to be having issues with generating classes using SPMetal when there are SharePoint 2010 Filtered Lookup Fields. The classes are generated, but the properties for the filtered lookup fields are not. Has anyone else had this issue or similar&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;&lt;br /&gt;-Pat Ramadass&lt;br /&gt;Comments: &lt;p&gt;SPMetal limitation, workaround exists, see comments&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Thu, 12 Jul 2012 19:58:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: SPMetal Issue [14352] 20120712075852P</guid></item><item><title>Commented Issue: SPMetal Issue [14352]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14352</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;I seem to be having issues with generating classes using SPMetal when there are SharePoint 2010 Filtered Lookup Fields. The classes are generated, but the properties for the filtered lookup fields are not. Has anyone else had this issue or similar&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;&lt;br /&gt;-Pat Ramadass&lt;br /&gt;Comments: ** Comment from web user: johnmcalvert ** &lt;p&gt;As per MSDN SPMetal docs &amp;#34;Extending the Object-Relational Mapping&amp;#34;, http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ee538669.aspx&amp;#58;&lt;/p&gt;&lt;p&gt;- SPMetal cannot generate code for fields that use a custom field data type.&lt;/p&gt;&lt;p&gt;That same article explains how to work around this limitation of SPMetal using the ICustomMapping interface.&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Thu, 12 Jul 2012 19:57:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: SPMetal Issue [14352] 20120712075730P</guid></item><item><title>Closed Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15265</link><description>When solution is installed, an error displays&amp;#58;&lt;br /&gt;&lt;br /&gt;This solution contains invalid markup or elements that cannot be deployed as part of a sandboxed solution. Solution manifest for solution &amp;#39;5dcda1dd-2183-48f6-b330-978a1c891baa&amp;#39; failed validation, file manifest.xml, line 6, character 4&amp;#58; The element &amp;#39;Solution&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39; has invalid child element &amp;#39;TemplateFiles&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;. List of possible elements expected&amp;#58; &amp;#39;FeatureManifests, ActivationDependencies&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;.&lt;br /&gt;Comments: &lt;p&gt;As noted, the filtered lookup solution is NOT a sandbox solution, and never can be as per SharePoint product architecture.&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Thu, 12 Jul 2012 19:53:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265] 20120712075329P</guid></item><item><title>Created Issue: SP 2010 :: Only Site Collection Admins can Add/Edit [15391]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15391</link><description>There is an issue that only a site collection admin can utilize the field type. This is problematic for more controlled environments.&lt;br /&gt;</description><author>Zeph88</author><pubDate>Mon, 09 Jul 2012 17:24:16 GMT</pubDate><guid isPermaLink="false">Created Issue: SP 2010 :: Only Site Collection Admins can Add/Edit [15391] 20120709052416P</guid></item><item><title>Created Issue: Querying Semi Large Items [15312]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15312</link><description>Hi. This filtered lookup field has issue on querying semi large items. I got a list of only 4800 and its giving me a timeout error as indicated in the logs. I managed to resolve my issue today by filtering some items from my 4800-item list. However, in the long run, i&amp;#39;ll be removing this field and replace it with an ordinary lookup field and control my filtering via InfoPath.&lt;br /&gt;</description><author>rinjutsu</author><pubDate>Tue, 19 Jun 2012 13:17:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Querying Semi Large Items [15312] 20120619011737P</guid></item><item><title>Commented Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15265</link><description>When solution is installed, an error displays&amp;#58;&lt;br /&gt;&lt;br /&gt;This solution contains invalid markup or elements that cannot be deployed as part of a sandboxed solution. Solution manifest for solution &amp;#39;5dcda1dd-2183-48f6-b330-978a1c891baa&amp;#39; failed validation, file manifest.xml, line 6, character 4&amp;#58; The element &amp;#39;Solution&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39; has invalid child element &amp;#39;TemplateFiles&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;. List of possible elements expected&amp;#58; &amp;#39;FeatureManifests, ActivationDependencies&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;.&lt;br /&gt;Comments: ** Comment from web user: johnmcalvert ** &lt;p&gt;As PeppeDotNet says in the discussion thread on this same topic&amp;#58;&lt;/p&gt;&lt;p&gt;The filtered lookup solution is NOT a sandbox solution.You must install it using Powershell cmdlet Add-SPSolution and you have to deploy the solution using the Central Administration.&lt;/p&gt;&lt;p&gt;So we should close this issue.&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Fri, 08 Jun 2012 01:52:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265] 20120608015208A</guid></item><item><title>Created Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/15265</link><description>When solution is installed, an error displays&amp;#58;&lt;br /&gt;&lt;br /&gt;This solution contains invalid markup or elements that cannot be deployed as part of a sandboxed solution. Solution manifest for solution &amp;#39;5dcda1dd-2183-48f6-b330-978a1c891baa&amp;#39; failed validation, file manifest.xml, line 6, character 4&amp;#58; The element &amp;#39;Solution&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39; has invalid child element &amp;#39;TemplateFiles&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;. List of possible elements expected&amp;#58; &amp;#39;FeatureManifests, ActivationDependencies&amp;#39; in namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#39;.&lt;br /&gt;</description><author>chelleatl</author><pubDate>Wed, 06 Jun 2012 22:17:41 GMT</pubDate><guid isPermaLink="false">Created Issue: The element 'Solution' in namespace 'http://schemas.microsoft.com/sharepoint/' has invalid child element 'TemplateFiles' in namespace 'http://schemas.microsoft.com/sharepoint/' [15265] 20120606101741P</guid></item><item><title>Commented Issue: AllowMultipleValues will not be inherited into lists [14022]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14022</link><description>When creating a field in the rootweb &amp;#40;on sitecollection level&amp;#41; the property &amp;#34;AllowMultipleValues&amp;#34; will not be passed to the lists, where the field will be added.&lt;br /&gt;I&amp;#39;ve created the field with &amp;#34;AllowMultipleValues&amp;#61;true&amp;#34; &amp;#40;through the UI&amp;#41;. After adding the field to some lists, the value inside the lists is false.&lt;br /&gt;For SPSiteDataQueries this value is essential. A lookup-field without allowing multiple values must be added with &amp;#34;Nullable&amp;#61;&amp;#39;false&amp;#39;&amp;#34; to the viewfields, else &amp;#40;if nullable is set to true&amp;#41; SharePoint will not find any item where the field is defined. But if multiple values are allowed, the fieldreference must be set to &amp;#34;Nullable&amp;#61;&amp;#39;true&amp;#39;&amp;#34;.&lt;br /&gt;Comments: ** Comment from web user: johnmcalvert ** &lt;p&gt;As a work around, after you add the field to a list modify the properties of the list field to change AllowMultipleValues to True. &lt;/p&gt;&lt;p&gt;I found the same problem with the property Apply List View Filter. When set at the site column level it does not propagate to a list field but can be set manually at the list field level.&lt;/p&gt;</description><author>johnmcalvert</author><pubDate>Tue, 28 Feb 2012 02:22:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: AllowMultipleValues will not be inherited into lists [14022] 20120228022243A</guid></item><item><title>Commented Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14524</link><description>I have added &amp;#34;Filteredlookup&amp;#34; column by using the below field defination. If I assign the GUID to &amp;#34;List&amp;#34; attribute in field defintion&amp;#59; it works but if I change it with value &amp;#34;Lists&amp;#47;ProductDetails&amp;#34;&amp;#59; It does not assosiacate the Lookup list with field.&lt;br /&gt;How I can get rid of GUID &amp;#63; However it works perfect for field of type &amp;#34;Lookup&amp;#34;. Following is the field dfintion&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#60;Field Type&amp;#61;&amp;#34;FilteredLookupField&amp;#34; Name&amp;#61;&amp;#34;lookupTemp123&amp;#34;  StaticName &amp;#61;&amp;#34;lookupTemp123&amp;#34; ID&amp;#61;&amp;#34;&amp;#123;E7EE707C-FF3A-4B24-9C62-2BD7CE1E9CAC&amp;#125;&amp;#34;&lt;br /&gt;     List&amp;#61;&amp;#34;Lists&amp;#47;ProductDetails&amp;#34; ShowField&amp;#61;&amp;#34;SettingValue&amp;#34;  DisplayName&amp;#61;&amp;#34;lookupTemp123&amp;#34; Required&amp;#61;&amp;#34;TRUE&amp;#34; Group&amp;#61;&amp;#34;Custom Site Columns&amp;#34; &amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;Customization&amp;#62;&lt;br /&gt;      &amp;#60;ArrayOfProperty&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;QueryFilterAsString&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q1&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q1&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;&amp;#38;amp&amp;#59;lt&amp;#59;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;FieldRef Name&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;LookupKey&amp;#38;amp&amp;#59;quot&amp;#59; &amp;#47;&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Value Type&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;Choice&amp;#38;amp&amp;#59;quot&amp;#59;&amp;#38;amp&amp;#59;gt&amp;#59;ContentKey&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Value&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;ListViewFilter&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q2&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q2&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;SupportsMultipleValues&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q3&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q3&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;IsFilterRecursive&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q4&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ArrayOfProperty&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Customization&amp;#62;&lt;br /&gt;    &lt;br /&gt;  &amp;#60;&amp;#47;Field&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: thcase ** &lt;p&gt;In looking at the source code, I wonder if the issue is the fact that the constructor for the FilteredLookupField just passes the fields from the XML.  Since the spLookupField doesn&amp;#39;t have a List property, it doesn&amp;#39;t get set.  It is looking for a LookupList property, which is the GUID of the lookup list the field is to be set to.  The issue may be needing to lookup the passed list attribute and setting the LookupList field property in the FieldCollection passed to the parent constructor.&lt;/p&gt;</description><author>thcase</author><pubDate>Mon, 16 Jan 2012 17:55:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524] 20120116055514P</guid></item><item><title>Commented Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14524</link><description>I have added &amp;#34;Filteredlookup&amp;#34; column by using the below field defination. If I assign the GUID to &amp;#34;List&amp;#34; attribute in field defintion&amp;#59; it works but if I change it with value &amp;#34;Lists&amp;#47;ProductDetails&amp;#34;&amp;#59; It does not assosiacate the Lookup list with field.&lt;br /&gt;How I can get rid of GUID &amp;#63; However it works perfect for field of type &amp;#34;Lookup&amp;#34;. Following is the field dfintion&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#60;Field Type&amp;#61;&amp;#34;FilteredLookupField&amp;#34; Name&amp;#61;&amp;#34;lookupTemp123&amp;#34;  StaticName &amp;#61;&amp;#34;lookupTemp123&amp;#34; ID&amp;#61;&amp;#34;&amp;#123;E7EE707C-FF3A-4B24-9C62-2BD7CE1E9CAC&amp;#125;&amp;#34;&lt;br /&gt;     List&amp;#61;&amp;#34;Lists&amp;#47;ProductDetails&amp;#34; ShowField&amp;#61;&amp;#34;SettingValue&amp;#34;  DisplayName&amp;#61;&amp;#34;lookupTemp123&amp;#34; Required&amp;#61;&amp;#34;TRUE&amp;#34; Group&amp;#61;&amp;#34;Custom Site Columns&amp;#34; &amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;Customization&amp;#62;&lt;br /&gt;      &amp;#60;ArrayOfProperty&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;QueryFilterAsString&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q1&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q1&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;&amp;#38;amp&amp;#59;lt&amp;#59;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;FieldRef Name&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;LookupKey&amp;#38;amp&amp;#59;quot&amp;#59; &amp;#47;&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Value Type&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;Choice&amp;#38;amp&amp;#59;quot&amp;#59;&amp;#38;amp&amp;#59;gt&amp;#59;ContentKey&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Value&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;ListViewFilter&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q2&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q2&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;SupportsMultipleValues&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q3&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q3&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;IsFilterRecursive&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q4&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ArrayOfProperty&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Customization&amp;#62;&lt;br /&gt;    &lt;br /&gt;  &amp;#60;&amp;#47;Field&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: thcase ** &lt;p&gt;I exported a WSP file to look at the Field Definition it produces.  The code above looks correct, except missing Overwrite&amp;#61;&amp;#34;True&amp;#34; UnlimitedLengthInDocumentLibrary&amp;#61;&amp;#34;FALSE&amp;#34; EnforceUniqueValues&amp;#61;&amp;#34;TRUE&amp;#34;.  My issue is similar to yours, but it is that when I specify Type&amp;#61;&amp;#34;Lookup&amp;#34; it gets the right list, but when I specify Type&amp;#61;&amp;#39;FilteredLookupField&amp;#34; the list selected is incorrect.  I haven&amp;#39;t looked at source code to determine why this is happening.&lt;/p&gt;</description><author>thcase</author><pubDate>Mon, 16 Jan 2012 17:29:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524] 20120116052914P</guid></item><item><title>Created Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14524</link><description>I have added &amp;#34;Filteredlookup&amp;#34; column by using the below field defination. If I assign the GUID to &amp;#34;List&amp;#34; attribute in field defintion&amp;#59; it works but if I change it with value &amp;#34;Lists&amp;#47;Lookups&amp;#34;&amp;#59; It does not assosiacate the Lookup list with field.&lt;br /&gt;How I can get rid of GUID &amp;#63; However it works perfect for field of type &amp;#34;lookup&amp;#34;. Following is the field dfintion&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#60;Field Type&amp;#61;&amp;#34;FilteredLookupField&amp;#34; Name&amp;#61;&amp;#34;lookupTemp123&amp;#34;  StaticName &amp;#61;&amp;#34;lookupTemp123&amp;#34; ID&amp;#61;&amp;#34;&amp;#123;E7EE707C-FF3A-4B24-9C62-2BD7CE1E9CAC&amp;#125;&amp;#34;&lt;br /&gt;     List&amp;#61;&amp;#34;Lists&amp;#47;Lookups&amp;#34; ShowField&amp;#61;&amp;#34;SettingValue&amp;#34;  DisplayName&amp;#61;&amp;#34;lookupTemp123&amp;#34; Required&amp;#61;&amp;#34;TRUE&amp;#34; Group&amp;#61;&amp;#34;Custom Site Columns&amp;#34; &amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;Customization&amp;#62;&lt;br /&gt;      &amp;#60;ArrayOfProperty&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;QueryFilterAsString&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q1&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q1&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;&amp;#38;amp&amp;#59;lt&amp;#59;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;FieldRef Name&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;LookupKey&amp;#38;amp&amp;#59;quot&amp;#59; &amp;#47;&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Value Type&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;Choice&amp;#38;amp&amp;#59;quot&amp;#59;&amp;#38;amp&amp;#59;gt&amp;#59;ContentKey&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Value&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;ListViewFilter&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q2&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q2&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;SupportsMultipleValues&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q3&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q3&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;IsFilterRecursive&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q4&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ArrayOfProperty&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Customization&amp;#62;&lt;br /&gt;    &lt;br /&gt;  &amp;#60;&amp;#47;Field&amp;#62;&lt;br /&gt;</description><author>naveedafzaal</author><pubDate>Mon, 05 Dec 2011 15:47:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524] 20111205034726P</guid></item><item><title>Created Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14524</link><description>I have added &amp;#34;Filteredlookup&amp;#34; column by using the below field defination. If I assign the GUID to &amp;#34;List&amp;#34; attribute in field defintion&amp;#59; it works but if I change it with value &amp;#34;Lists&amp;#47;Lookups&amp;#34;&amp;#59; It does not assosiacate the Lookup list with field.&lt;br /&gt;How I can get rid of GUID &amp;#63; However it works perfect for field of type &amp;#34;lookup&amp;#34;. Following is the field dfintion&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#60;Field Type&amp;#61;&amp;#34;FilteredLookupField&amp;#34; Name&amp;#61;&amp;#34;lookupTemp123&amp;#34;  StaticName &amp;#61;&amp;#34;lookupTemp123&amp;#34; ID&amp;#61;&amp;#34;&amp;#123;E7EE707C-FF3A-4B24-9C62-2BD7CE1E9CAC&amp;#125;&amp;#34;&lt;br /&gt;     List&amp;#61;&amp;#34;Lists&amp;#47;Lookups&amp;#34; ShowField&amp;#61;&amp;#34;SettingValue&amp;#34;  DisplayName&amp;#61;&amp;#34;lookupTemp123&amp;#34; Required&amp;#61;&amp;#34;TRUE&amp;#34; Group&amp;#61;&amp;#34;Custom Site Columns&amp;#34; &amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;Customization&amp;#62;&lt;br /&gt;      &amp;#60;ArrayOfProperty&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;QueryFilterAsString&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q1&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q1&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;&amp;#38;amp&amp;#59;lt&amp;#59;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;FieldRef Name&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;LookupKey&amp;#38;amp&amp;#59;quot&amp;#59; &amp;#47;&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;Value Type&amp;#61;&amp;#38;amp&amp;#59;quot&amp;#59;Choice&amp;#38;amp&amp;#59;quot&amp;#59;&amp;#38;amp&amp;#59;gt&amp;#59;ContentKey&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Value&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Eq&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#38;amp&amp;#59;lt&amp;#59;&amp;#47;Where&amp;#38;amp&amp;#59;gt&amp;#59;&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;ListViewFilter&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q2&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q2&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;SupportsMultipleValues&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q3&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q3&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;        &amp;#60;Property&amp;#62;&lt;br /&gt;          &amp;#60;Name&amp;#62;IsFilterRecursive&amp;#60;&amp;#47;Name&amp;#62;&lt;br /&gt;          &amp;#60;Value xmlns&amp;#58;q4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34; p4&amp;#58;type&amp;#61;&amp;#34;q4&amp;#58;string&amp;#34; xmlns&amp;#58;p4&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34;&amp;#62;False&amp;#60;&amp;#47;Value&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ArrayOfProperty&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Customization&amp;#62;&lt;br /&gt;    &lt;br /&gt;  &amp;#60;&amp;#47;Field&amp;#62;&lt;br /&gt;</description><author>naveedafzaal</author><pubDate>Mon, 05 Dec 2011 15:47:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Filtered Lookup Field "List" attribute and custom content type using vs2010 [14524] 20111205034726P</guid></item><item><title>Commented Issue: SPMetal Issue [14352]</title><link>http://sp2010filteredlookup.codeplex.com/workitem/14352</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;I seem to be having issues with generating classes using SPMetal when there are SharePoint 2010 Filtered Lookup Fields. The classes are generated, but the properties for the filtered lookup fields are not. Has anyone else had this issue or similar&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;&lt;br /&gt;-Pat Ramadass&lt;br /&gt;Comments: ** Comment from web user: patramadass ** &lt;p&gt;Hi there again,&lt;/p&gt;&lt;p&gt;After further investigation and trial&amp;#47;error it seems that simply adding similar code &amp;#40;either to the generated SPMetal class or preferably to another partial class&amp;#41; to what would be generated by SPMetal for a normal lookup field seems to work.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;-Pat Ramadass&lt;/p&gt;</description><author>patramadass</author><pubDate>Sat, 15 Oct 2011 16:08:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: SPMetal Issue [14352] 20111015040850P</guid></item></channel></rss>