<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tips &amp; Tricks of the Web Client</title>
	<atom:link href="http://blog.nicocrm.com/2009/05/15/tips-tricks-of-the-web-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nicocrm.com/2009/05/15/tips-tricks-of-the-web-client/</link>
	<description>Programming, technology, and CRM - from a Belgian programmer exiled to Missouri</description>
	<lastBuildDate>Thu, 21 Jul 2011 10:53:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RJ Samp</title>
		<link>http://blog.nicocrm.com/2009/05/15/tips-tricks-of-the-web-client/comment-page-1/#comment-890</link>
		<dc:creator>RJ Samp</dc:creator>
		<pubDate>Wed, 29 Jun 2011 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/05/15/tips-tricks-of-the-web-client/#comment-890</guid>
		<description>THANK YOU THANK YOU THANK YOU.

now to figure out all that you have said.....but as a neophyte SLX web developer your tips are a MUST HAVE/MUST USE prerequisite.</description>
		<content:encoded><![CDATA[<p>THANK YOU THANK YOU THANK YOU.</p>
<p>now to figure out all that you have said&#8230;..but as a neophyte SLX web developer your tips are a MUST HAVE/MUST USE prerequisite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2009/05/15/tips-tricks-of-the-web-client/comment-page-1/#comment-563</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/05/15/tips-tricks-of-the-web-client/#comment-563</guid>
		<description>Example of a user lookup filtered by team - this one uses LookupBindingMode of String so it can be saved directly to a user id:

                            &lt;SalesLogix:LookupControl runat=&quot;server&quot; ID=&quot;lueSVP&quot; LookupBindingMode=&quot;String&quot; InitializeLookup=&quot;true&quot;
                                LookupEntityName=&quot;UserInfo&quot; LookupEntityTypeName=&quot;Sage.Entity.Interfaces.IUserInfo, Sage.Entity.Interfaces&quot;&gt;
                                &lt;LookupPreFilters&gt;
                                    &lt;SalesLogix:LookupPreFilter PropertyName=&quot;Id&quot; CondOperator=&quot;Not Equal to&quot;
                                        FilterValue=&quot;&#039;xxx&#039; and Id in (select sr.User.Id from OwnerRights sr where sr.Owner.OwnerDescription=&#039;Lit Fulfillment&#039;) and Id not in (select u.Id from User u where u.Type=&#039;R&#039;)&quot; /&gt;
                                &lt;/LookupPreFilters&gt;
                                &lt;LookupProperties&gt;
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&quot;User Name&quot; PropertyName=&quot;UserName&quot; /&gt;
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&quot;Title&quot; PropertyName=&quot;Title&quot; /&gt;
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&quot;Department&quot; PropertyName=&quot;Department&quot; /&gt;
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&quot;Phone&quot; PropertyName=&quot;Phone&quot; /&gt;
                                &lt;/LookupProperties&gt;
                            &lt;/SalesLogix:LookupControl&gt;</description>
		<content:encoded><![CDATA[<p>Example of a user lookup filtered by team &#8211; this one uses LookupBindingMode of String so it can be saved directly to a user id:</p>
<p>                            &lt;SalesLogix:LookupControl runat=&#8221;server&#8221; ID=&#8221;lueSVP&#8221; LookupBindingMode=&#8221;String&#8221; InitializeLookup=&#8221;true&#8221;<br />
                                LookupEntityName=&#8221;UserInfo&#8221; LookupEntityTypeName=&#8221;Sage.Entity.Interfaces.IUserInfo, Sage.Entity.Interfaces&#8221;><br />
                                &lt;LookupPreFilters&gt;<br />
                                    &lt;SalesLogix:LookupPreFilter PropertyName=&#8221;Id&#8221; CondOperator=&#8221;Not Equal to&#8221;<br />
                                        FilterValue=&#8221;&#8216;xxx&#8217; and Id in (select sr.User.Id from OwnerRights sr where sr.Owner.OwnerDescription=&#8217;Lit Fulfillment&#8217;) and Id not in (select u.Id from User u where u.Type=&#8217;R')&#8221; /&gt;<br />
                                &lt;/LookupPreFilters&gt;<br />
                                &lt;LookupProperties&gt;<br />
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&#8221;User Name&#8221; PropertyName=&#8221;UserName&#8221; /&gt;<br />
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&#8221;Title&#8221; PropertyName=&#8221;Title&#8221; /&gt;<br />
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&#8221;Department&#8221; PropertyName=&#8221;Department&#8221; /&gt;<br />
                                    &lt;SalesLogix:LookupProperty PropertyHeader=&#8221;Phone&#8221; PropertyName=&#8221;Phone&#8221; /&gt;<br />
                                &lt;/LookupProperties&gt;<br />
                            &lt;/SalesLogix:LookupControl&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2009/05/15/tips-tricks-of-the-web-client/comment-page-1/#comment-561</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Sun, 28 Feb 2010 05:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/05/15/tips-tricks-of-the-web-client/#comment-561</guid>
		<description>Adding another one just so I dont forget... to show a message box, use Sage.Services.getService(&#039;WebClientMessageService&#039;).showClientMessage(&#039;Some message&#039;);</description>
		<content:encoded><![CDATA[<p>Adding another one just so I dont forget&#8230; to show a message box, use Sage.Services.getService(&#8216;WebClientMessageService&#8217;).showClientMessage(&#8216;Some message&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

