Any experiences to share regarding custom lookup field types?I am curious if anyone can lend some advise regarding methods that should be added to the following custom field type?  I am trying to create a field type that allows you to select items from a list that are defined in a specific view.  Essentially I want another control in the field definition that allows you to select from the defined view that have been created for this list.<br> <br>I have seen most of the walkthroughs and blogs that out there regarding custom fieldtypes but most of these inherit from TextField and I just don't have enough programming knowledge to outline the methods that are needed to extend the capabilities of LookupField.  <br><br>I have seen <a href="http://www.kwizcom.com/ProductPage.asp?ProductID=611&amp;ProductSubNodeID=612">the solution that is offered by QwizCom</a> but I really want to generate this solution in-house if possible and from what I have seen, a lot of other folks could use this functionality also.© 2009 Microsoft Corporation. All rights reserved.Wed, 15 Apr 2009 08:44:23 Zb439b7c2-987f-4bbd-905f-d3fd060f3bd5http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#b439b7c2-987f-4bbd-905f-d3fd060f3bd5http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#b439b7c2-987f-4bbd-905f-d3fd060f3bd5PbFredhttp://social.msdn.microsoft.com/Profile/en-US/?user=PbFredAny experiences to share regarding custom lookup field types?I am curious if anyone can lend some advise regarding methods that should be added to the following custom field type?  I am trying to create a field type that allows you to select items from a list that are defined in a specific view.  Essentially I want another control in the field definition that allows you to select from the defined view that have been created for this list.<br> <br>I have seen most of the walkthroughs and blogs that out there regarding custom fieldtypes but most of these inherit from TextField and I just don't have enough programming knowledge to outline the methods that are needed to extend the capabilities of LookupField.  <br><br>I have seen <a href="http://www.kwizcom.com/ProductPage.asp?ProductID=611&amp;ProductSubNodeID=612">the solution that is offered by QwizCom</a> but I really want to generate this solution in-house if possible and from what I have seen, a lot of other folks could use this functionality also.Thu, 07 Aug 2008 21:42:13 Z2008-08-07T21:42:13Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#cffd355c-e663-4e22-b9c0-91c6fd66df6chttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#cffd355c-e663-4e22-b9c0-91c6fd66df6cGutekhttp://social.msdn.microsoft.com/Profile/en-US/?user=GutekAny experiences to share regarding custom lookup field types? Hi,<br><br>Take a look at this solution:<br><a href="http://tonybierman.blogspot.com/2008/07/free-custom-cross-site-lookup-column.html">http://tonybierman.blogspot.com/2008/07/free-custom-cross-site-lookup-column.html</a><br><br>Cheers,<br>   Jakub GMon, 18 Aug 2008 21:06:53 Z2008-08-18T21:06:53Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#0916adcb-409c-47ea-80e7-9e37f6dc3334http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#0916adcb-409c-47ea-80e7-9e37f6dc3334PbFredhttp://social.msdn.microsoft.com/Profile/en-US/?user=PbFredAny experiences to share regarding custom lookup field types? Had to unmark this last entry as the &quot;answer&quot; Micahel as this really wasn't that close to what I was looking for..Tue, 02 Sep 2008 19:56:12 Z2008-09-02T19:56:12Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#666d2c11-1f8d-4f4b-875b-798f55aba149http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#666d2c11-1f8d-4f4b-875b-798f55aba149Gutekhttp://social.msdn.microsoft.com/Profile/en-US/?user=GutekAny experiences to share regarding custom lookup field types?<p style="margin:0cm 0cm 10pt"><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif'">Hi PbFred,<br><br>Maybe the link was not exactly what you where looking for, but it gives you a guidelines how to create one lookup field, which you can easily extend to dual lookup field if you like.<br><br>I will try to create a sample solution for you during the weekend but I can't promise that I will manage to find enough free time to do it.<br><br>Cheers,<br>   Jakub G</span></p>Tue, 02 Sep 2008 21:01:42 Z2008-09-02T21:01:42Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#e2b42052-a915-4bf2-a82a-91daba788515http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#e2b42052-a915-4bf2-a82a-91daba788515Gutekhttp://social.msdn.microsoft.com/Profile/en-US/?user=GutekAny experiences to share regarding custom lookup field types? Hi PbFred,<br><br>It took me some time, sorry for that.<br><br>You can find Source code and wsp package here:<br><a href="http://zine.net.pl/blogs/gutek/archive/2008/11/12/dual-cross-site-lookup-field-with-pickerdialog.aspx">http://zine.net.pl/blogs/gutek/archive/2008/11/12/dual-cross-site-lookup-field-with-pickerdialog.aspx</a><br><br>This post is in english.<br><br>The WSP installs my Dual Cross Site Lookup Field<br>Source Code is provided in case you would like to extend it.<br><br>Cheers,<br>   Jakub GWed, 12 Nov 2008 18:40:40 Z2008-11-12T18:40:40Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#fd896cec-4765-4aa5-8fd7-84c142c77eb2http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#fd896cec-4765-4aa5-8fd7-84c142c77eb2PbFredhttp://social.msdn.microsoft.com/Profile/en-US/?user=PbFredAny experiences to share regarding custom lookup field types?<p> Wow! Thanks so much for your effort Gutek.  This was really above and beyond...</p> <p>I just successfully installed the solution and will be looking at this closely in the very near future.  I'll be sure to get back to you with my feedback.</p> <p> </p> <p>THANKS AGAIN!</p>Wed, 19 Nov 2008 18:41:02 Z2008-11-19T18:41:02Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#a335e68c-b807-4c1a-b813-b5a3161b3ca8http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#a335e68c-b807-4c1a-b813-b5a3161b3ca8Gutekhttp://social.msdn.microsoft.com/Profile/en-US/?user=GutekAny experiences to share regarding custom lookup field types?Hi PbFred,<br><br>I'm really sorry, there was an issue with one of my updates and you could downloaded version which not automaticly updates values on target and source list.<br><br>This has been resolved now.<br><br>Once more sorry :(<br><br>Cheers,<br>   Jakub GTue, 25 Nov 2008 14:14:10 Z2008-11-25T14:14:10Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#504b4ba9-e180-47f9-94e6-1a41e38bbfabhttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b439b7c2-987f-4bbd-905f-d3fd060f3bd5#504b4ba9-e180-47f9-94e6-1a41e38bbfabSunmicrohttp://social.msdn.microsoft.com/Profile/en-US/?user=SunmicroAny experiences to share regarding custom lookup field types?Maybe this one helps you a bit <a href="http://www.sharepointboost.com/cascaded-lookup.html">SharePoint Cascaded Lookup</a> . Even though they are the same from some point, their features are different.Wed, 15 Apr 2009 08:44:18 Z2009-04-15T08:44:18Z