<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://customerfx.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>Dynamically restricting SalesLogix lookups controls - Using the SeedProperty</title><link>http://customerfx.com/pages/integrationblog/2009/11/18/dynamically-restricting-saleslogix-lookups-controls-using-the-seedproperty.aspx</link><description>In the SalesLogix web client it is often the case where you want to dynamically restrict a control based upon some property of the current entity.&amp;#160; For instance, lets say I have a Widget screen and on that screen I want to identify the Account that</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Dynamically restricting SalesLogix lookups controls - Using the SeedProperty</title><link>http://customerfx.com/pages/integrationblog/2009/11/18/dynamically-restricting-saleslogix-lookups-controls-using-the-seedproperty.aspx#41644</link><pubDate>Fri, 09 Apr 2010 05:30:38 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41644</guid><dc:creator>Manuel Gahona</dc:creator><description>&lt;p&gt;Great article!&lt;/p&gt;
&lt;p&gt;The following Code Snippet can be useful:&lt;/p&gt;
&lt;p&gt;protected void lkpAccount_ChangeAction(object sender, EventArgs e) {&lt;/p&gt;
&lt;p&gt;lkpContact.SeedProperty 	= &amp;quot;Account.Id&amp;quot;;&lt;/p&gt;
&lt;p&gt;lkpContact.SeedValue		= string.Format(&amp;quot;{0}&amp;quot;,lkpAccount.LookupResultValue);&lt;/p&gt;
&lt;p&gt;lkpContact.InitializeLookup = true;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41644" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 Dynamically restricting SalesLogix lookups controls - Using the SeedProperty - Kris Halsrud         [customerfx.com]        on Topsy.com</title><link>http://customerfx.com/pages/integrationblog/2009/11/18/dynamically-restricting-saleslogix-lookups-controls-using-the-seedproperty.aspx#41127</link><pubDate>Wed, 18 Nov 2009 23:45:46 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41127</guid><dc:creator>Twitter Trackbacks for                 Dynamically restricting SalesLogix lookups controls - Using the SeedProperty - Kris Halsrud         [customerfx.com]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dynamically restricting SalesLogix lookups controls - Using the SeedProperty - Kris Halsrud &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [customerfx.com] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41127" width="1" height="1"&gt;</description></item></channel></rss>