<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0"><channel><title>Customer FX</title><link>http://customerfx.com/pages/</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/social-media" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="social-media" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>How can I invoke and close a SalesLogix form from an active script? </title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/25/How-can-I-invoke-and-close-a-SalesLogix-form-from-an-active-script_3F00_-.aspx</link><pubDate>Fri, 25 May 2012 20:13:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45692</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I dont know if it is even possible. I have an active script being invoked on the click of a button in Saleslogix. The script does a huge calculation. so I want to display a small form showing the status like &amp;quot;calculating...&amp;quot; or something. How do I go about doing it. How can I invoke and close a SalesLogix form from an active script? 

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/25/How-can-I-invoke-and-close-a-SalesLogix-form-from-an-active-script_3F00_-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45692" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>How do I bind SalesLogix data in a DataGrid from 2 different tables in Oracle? </title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/25/How-do-I-bind-SalesLogix-data-in-a-DataGrid-from-2-different-tables-in-Oracle_3F00_-.aspx</link><pubDate>Fri, 25 May 2012 19:33:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45690</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>How do I bind SalesLogix data in a DataGrid from 2 different tables in Oracle? I am trying to do like this way:

Datagrid.SQL.Text = &amp;quot;SELECT * FROM TABLE1 T1, TABLE2 T2 WHERE T1.FIELD1=T2.FIELD2.....&amp;quot;

Is that possible at all? Because I didnt see fields from secondary table.

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/25/How-do-I-bind-SalesLogix-data-in-a-DataGrid-from-2-different-tables-in-Oracle_3F00_-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45690" width="1" height="1"&gt;</description></item><item><title>Modifying the appearance of the Name Control dialog in the SalesLogix 7.5.4 Web Client</title><link>http://customerfx.com/pages/integrationblog/2012/05/25/modifying-the-appearance-of-the-name-control-dialog-in-the-saleslogix-7-5-4-web-client.aspx</link><pubDate>Fri, 25 May 2012 12:23:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45677</guid><dc:creator>Kris Halsrud</dc:creator><slash:comments>0</slash:comments><description>Similar to the lookup control in the SalesLogix Web Client, the Name Control is a custom composite user control.&amp;nbsp; While a lot of this code is in the Sage web control assembly, there is a large part of the behavior of the control that is handled by client side libraries.&amp;nbsp; The client side library for the control is in the VFS.&lt;br /&gt;&lt;p&gt;The code for this client library is under Portal Manager…Sage SalesLogix…Support Files…JScript…Sage-Controls.&amp;nbsp; There are two files involved:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Sage-Controls-NamePanel.JS &lt;/li&gt;    &lt;li&gt;Sage-Controls.JS&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The Sage-Controls is a composite of all of the other script files and is minified.&amp;nbsp; This is the file that is actually used by the deployed web site.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If we look in the human-readable Sage-Controls-NamePanel.js file we can see a function called Name_PanelShow() that looks like:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font color="#cc0000"&gt;function NamePanel_Show() {     &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((this.panel == null) || (this.panel.element.parentNode == null))      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dlgDiv = document.getElementById(this.nameDivId);      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dlgDiv.style.display = &amp;quot;block&amp;quot;;      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel = new YAHOO.widget.Panel(this.nameDivId, { visible:false, width:&amp;quot;300px&amp;quot;, height:&amp;quot;210px&amp;quot;, /*x:250, y:200,*/ fixedcenter:true, constraintoviewport:true, underlay:&amp;quot;shadow&amp;quot;, draggable:true });      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel.render();      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel.show();      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(this.ClientId + &amp;quot;_first&amp;quot;).focus();      &lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;    &lt;p&gt;This function control how the Name dialog opens when clicking the Edit icon next to the name control.&amp;nbsp; We could for instance make the window a different size like this:&lt;/p&gt;    &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;function NamePanel_Show() {       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((this.panel == null) || (this.panel.element.parentNode == null))        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dlgDiv = document.getElementById(this.nameDivId);        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dlgDiv.style.display = &amp;quot;block&amp;quot;;        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel = new YAHOO.widget.Panel(this.nameDivId, { visible:false, width:&amp;quot;300px&amp;quot;, &lt;span&gt;height:&amp;quot;400px&amp;quot;&lt;/span&gt;, /*x:250, y:200,*/ fixedcenter:true, constraintoviewport:true, underlay:&amp;quot;shadow&amp;quot;, draggable:true });        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel.render();        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.panel.show();        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(this.ClientId + &amp;quot;_first&amp;quot;).focus();        &lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt; To make this change actually take effect, you need to modify the minified sage-controls.js file.&amp;nbsp; The easiest way to do this is to search for “NamePanel_Show()”.&amp;nbsp; Since it is minified there are no line breaks or spacing but if you make the equivalent change , when you save these files and deploy, your name control will open with a larger size..         &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45677" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+7.5.4/default.aspx">SalesLogix 7.5.4</category><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+Web/default.aspx">SalesLogix Web</category></item><item><title>I want to create a calculated field that does a simple multiplication of two existing SalesLogix fields.</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/24/I-want-to-create-a-calculated-field-that-does-a-simple-multiplication-of-two-existing-SalesLogix-fields_2E00_.aspx</link><pubDate>Thu, 24 May 2012 20:09:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45691</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I want to create a calculated field that does a simple multiplication of two existing SLX fields.

The fields are &amp;quot;Revenue&amp;quot; and &amp;quot;Premium Factor&amp;quot;...both are SLX fields that I can reference in query.

I just need to know how I can multiply the two fields to get the result. Not sure if this needs to be done via script or what.

I have some experience in Visual Basic, but the properties control toolbox does not function the same.

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/24/I-want-to-create-a-calculated-field-that-does-a-simple-multiplication-of-two-existing-SalesLogix-fields_2E00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45691" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>How do I check to see if a SalesLogix user is remote or not??</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/22/How-do-I-check-to-see-if-a-SalesLogix-user-is-remote-or-not_3F003F00_.aspx</link><pubDate>Tue, 22 May 2012 19:29:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45689</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I have a need to restrict some modifications based on whether they are logged in as a SalesLogix remote user, or if they are logged into the main server.

How do I check this?

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/22/How-do-I-check-to-see-if-a-SalesLogix-user-is-remote-or-not_3F003F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45689" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Changing the default condition operator in the Salogix Group Lookup Control in the SalesLogix 7.5.4 Web Client</title><link>http://customerfx.com/pages/integrationblog/2012/05/22/changing-the-default-condition-operator-in-the-salogix-group-lookup-control-in-the-saleslogix-7-5-4-web-client.aspx</link><pubDate>Tue, 22 May 2012 09:57:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45676</guid><dc:creator>Kris Halsrud</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I blogged recently &lt;a href="http://customerfx.com/pages/integrationblog/2012/05/15/changing-the-default-operator-in-the-saleslogix-lookup-control-in-the-saleslogix-7-5-4-web-client.aspx" target="_blank"&gt;here&lt;/a&gt; about how you can change the default operator behavior for the Lookup Controls found on the smart parts in the SalesLogix Web client.&amp;nbsp; The SalesLogix group area also has a lookup control, that while it looks similar to the standard Lookup Control is actually a separate control with different code base.&amp;nbsp; However you can make a similar type of change to this control as well.&lt;/p&gt; The Group Lookup behavior is largely controlled by client side libraries.&amp;nbsp; This client side code is contained in several files inside the VFS structure.&amp;nbsp; The location is under Portal Manager…Sage SalesLogix…Support Files…Sage-Controls…Sage-Controls-Group&amp;nbsp;       &lt;p&gt;The file involved in this behavior is the sage-controls-group-lookupmanager.js file. If you look in that file you will see a function defined called getTemplateObj that looks like this:&lt;/p&gt;      &lt;blockquote&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;Sage.GroupLookupManager.prototype.getTemplateObj = function() {       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mgr = Sage.Services.getService(&amp;quot;GroupLookupManager&amp;quot;)        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mgr.setupTemplateObj =&amp;nbsp; (window.lookupSetupObject) ? window.lookupSetupObject : {        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields: [{ fieldname: &amp;#39;&amp;#39;, displayname: &amp;#39;&amp;#39;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; operators: [{ symbol: &amp;#39;sw&amp;#39;, display: &amp;#39;Starting With&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;like&amp;#39;, display: &amp;#39;Contains&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;eq&amp;#39;, display: &amp;#39;Equal to&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;ne&amp;#39;, display: &amp;#39;Not Equal to&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;lteq&amp;#39;, display: &amp;#39;Equal or Less than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;gteq&amp;#39;, display: &amp;#39;Equal or Greater than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;lt&amp;#39;, display: &amp;#39;Less than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;gt&amp;#39;, display: &amp;#39;Greater than&amp;#39;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; numericoperators: [{ symbol: &amp;quot;eq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal to&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;ne&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Not Equal to&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;lteq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal or Less than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;gteq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal or Greater than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;lt&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Less than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;gt&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Greater than&amp;quot;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index: 0,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hideimgurl: &amp;#39;images/icons/Find_Remove_16x16.gif&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addimgurl: &amp;#39;images/icons/Find_Add_16x16.gif&amp;#39;,&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hideimgalttext: &amp;#39;Remove Condition&amp;#39;,       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addimgalttext: &amp;#39;Add Condition&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addrowlabel: &amp;#39;Lookup by:&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hiderowlabel: &amp;#39;And:&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; srchBtnCaption: &amp;#39;Search&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; errorOperatorRequiresValue: &amp;#39;The operator requires a value&amp;#39;        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;}&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;                              &lt;p&gt;Similar to the other lookup control, the “default” operator for the lookup control is based on the order the operators get added to the list.&amp;nbsp; If we change the order to something like this, the default lookup will be contains instead of starting with:&lt;/p&gt;      &lt;blockquote&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;Sage.GroupLookupManager.prototype.getTemplateObj = function() {       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mgr = Sage.Services.getService(&amp;quot;GroupLookupManager&amp;quot;)        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mgr.setupTemplateObj =&amp;nbsp;&lt;span&gt; (1!=1) &lt;/span&gt;? window.lookupSetupObject : {        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields: [{ fieldname: &amp;#39;&amp;#39;, displayname: &amp;#39;&amp;#39;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; operators: [        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span&gt; { symbol: &amp;#39;like&amp;#39;, display: &amp;#39;Contains&amp;#39; },        &lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp; { symbol: &amp;#39;sw&amp;#39;, display: &amp;#39;Starting With&amp;#39; },        &lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;eq&amp;#39;, display: &amp;#39;Equal to&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;ne&amp;#39;, display: &amp;#39;Not Equal to&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;lteq&amp;#39;, display: &amp;#39;Equal or Less than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;gteq&amp;#39;, display: &amp;#39;Equal or Greater than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;lt&amp;#39;, display: &amp;#39;Less than&amp;#39; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;#39;gt&amp;#39;, display: &amp;#39;Greater than&amp;#39;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; numericoperators: [{ symbol: &amp;quot;eq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal to&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;ne&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Not Equal to&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;lteq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal or Less than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;gteq&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Equal or Greater than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;lt&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Less than&amp;quot; },        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { symbol: &amp;quot;gt&amp;quot;, &amp;quot;display&amp;quot;: &amp;quot;Greater than&amp;quot;}],        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index: 0,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hideimgurl: &amp;#39;images/icons/Find_Remove_16x16.gif&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addimgurl: &amp;#39;images/icons/Find_Add_16x16.gif&amp;#39;,&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hideimgalttext: &amp;#39;Remove Condition&amp;#39;,       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addimgalttext: &amp;#39;Add Condition&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addrowlabel: &amp;#39;Lookup by:&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hiderowlabel: &amp;#39;And:&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; srchBtnCaption: &amp;#39;Search&amp;#39;,        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; errorOperatorRequiresValue: &amp;#39;The operator requires a value&amp;#39;        &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;}&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;                              &lt;p&gt;One important thing to note is the change of the condition. T his is needed to force the page to always load from this library rather than the behavior built into the lookup control in the Sage web control assembly.&lt;/p&gt;            &lt;p&gt;This code is also in the Sage-Controls.js file which is one level up.&amp;nbsp; This file is a minified consolidated file of all of the other library files.&amp;nbsp; This minified version is what is actually used by the deployed site so you will need to make the same changes to that file in order to see the changes take effect.&lt;/p&gt;       One other thing to note is that if you do not see the behavior change after making these modifications, you should clear out your browsers history cache as it is likely it has stored the old client side code and is using that.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45676" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+7.5.4/default.aspx">SalesLogix 7.5.4</category><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+Web/default.aspx">SalesLogix Web</category></item><item><title>I'm looking for some direction on creating transparent icons for SalesLogix Navbar items</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/21/I_2700_m-looking-for-some-direction-on-creating-transparent-icons-for-SalesLogix-Navbar-items.aspx</link><pubDate>Mon, 21 May 2012 19:04:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45688</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I&amp;#39;m looking for some direction on creating snazzy  transparent icons for SalesLogix Navbar items. I believe an ico file is the format to go but I&amp;#39;m having trouble getting them transparent. 

Are there tools available to create the transparency (like the account, contact etc icons). 

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/21/I_2700_m-looking-for-some-direction-on-creating-transparent-icons-for-SalesLogix-Navbar-items.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45688" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Webcast Wednesday - The Lead Import Wizard</title><link>http://customerfx.com/pages/inbox/2012/05/21/webcast-wednesday-the-lead-import-wizard.aspx</link><pubDate>Mon, 21 May 2012 05:44:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45686</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>Wednesday, May 23rd, at 2pm CST.

You may be familiar with the Lead Import Wizard and it&amp;#39;s ability to make getting leads into your SalesLogix system an easy process, but were you aware that there are more ways this tool can help you?  Join us for our SalesLogix Case Study: Lead Import Wizard Enables You to Import Leads Lists Without Involving IT Resources and learn how the Lead Import Wizard can benefit you....(&lt;a href="http://customerfx.com/pages/inbox/2012/05/21/webcast-wednesday-the-lead-import-wizard.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45686" width="1" height="1"&gt;</description></item><item><title>Learn How to Create New Toolbars and Icons in SalesLogix</title><link>http://customerfx.com/pages/inbox/2012/05/21/learn-how-to-create-new-toolbars-and-icons-in-saleslogix.aspx</link><pubDate>Mon, 21 May 2012 05:12:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45687</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>Workshop today!

Did you know that it is simple to create new toolbars and icons in SalesLogix so that you can quickly access the areas you use the most?  Join us for today&amp;#39;s free, end-user focused workshop and learn how.  This workshop begins at 2pm CST and will last approximately 30 minutes....(&lt;a href="http://customerfx.com/pages/inbox/2012/05/21/learn-how-to-create-new-toolbars-and-icons-in-saleslogix.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45687" width="1" height="1"&gt;</description></item><item><title>Can someone explain how I can use QueMessage to send an Email in SalesLogix?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/18/Can-someone-explain-how-I-can-use-QueMessage-to-send-an-Email-in-SalesLogix_3F00_.aspx</link><pubDate>Fri, 18 May 2012 21:05:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45683</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description> I am trying to send an email from a SalesLogix client. I need to do stuff like attach a document to the mail message.

I do not want to use CDO because it is dodgy especially with antivirus, and sometimes does not allow the SLX Client to close properly giving out Invoke.IDispatch() errors.


...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/18/Can-someone-explain-how-I-can-use-QueMessage-to-send-an-Email-in-SalesLogix_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45683" width="1" height="1"&gt;</description></item><item><title>SalesLogix Web Client Faulting Application Name w3wp.exe</title><link>http://customerfx.com/pages/integrationblog/2012/05/18/saleslogix-web-client-faulting-application-name-w3wp-exe.aspx</link><pubDate>Fri, 18 May 2012 20:39:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45675</guid><dc:creator>Kris Halsrud</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I recently ran into a problem with a clients system where navigating to a new page cause the system to kick the user back out to the Login page.&amp;nbsp; A couple of pages could be navigated to, but most would kick you out to the Login page.&lt;/p&gt;    &lt;p&gt;After some digging I found that the event log was producing an error log on the server of:&lt;/p&gt;    &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Faulting Application name: w3wp.exe , version 7.5.7601.17514 time stamp 0x4ce7a5f8&lt;/p&gt;      &lt;p&gt;Faulting module name ntdll.dll, version 6.1.7601.17725, time stamp 0x4ec49b8f&lt;/p&gt;      &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I could not figure out this behavior until I realized the problem was that when navigating to certain pages that did not yet have any user preferences in the VFS, the system was attempting to insert values for the default settings for the page.&amp;nbsp; It was at this time the error occurred and the user was taken back to the login page.&lt;/p&gt;        &lt;p&gt;The problem turned out to be that the auto-increment flag had been turned on for the VIRTUALFIELSYSTEM table in the SECTABLEDEFS table.&amp;nbsp; The Key ID for this table is not a normal SLX table ID but is a GUID type.&amp;nbsp; Having the auto-increment turned on was crashing the whole system.&lt;/p&gt;                &lt;p&gt;Running the following SQL statement fixed the problem:&lt;/p&gt;         update sectabledefs set autoincrement=’F’ where tablename=&amp;#39;virtualfilesystem&amp;#39;        &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45675" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+Web/default.aspx">SalesLogix Web</category><category domain="http://customerfx.com/pages/integrationblog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category></item><item><title>Jun 18, 2012 - Create a Mail Merge Document - SalesLogix v6.2 and Above</title><link>http://customerfx.com/pages/events/2012/05/18/Jun-18_2C00_-2012-_2D00_-Create-a-Mail-Merge-Document-_2D00_-SalesLogix-v6.2-and-Above.aspx</link><pubDate>Fri, 18 May 2012 13:31:18 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45685</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;b&gt;&lt;i&gt;Attend the Workshop - Create a Mail Merge Document - SalesLogix v6.2 and Above!&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Event details:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Monday, June 18, 2012&lt;/li&gt;&lt;li&gt;From 2:00 PM Central to 2:30 PM Central&lt;br /&gt;&lt;i&gt;(7:00 PM GMT to 7:30 PM GMT)&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://customerfx.com/pages/events/pages/create-a-mail-merge-document-saleslogix-v6-2-and-above.aspx" class="CommonTextButtonForward"&gt;See Workshop Details&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Register Today!&lt;/b&gt;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45685" width="1" height="1"&gt;</description></item><item><title>How do I change the caption at the top of a SalesLogix window in a custom entity?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/17/How-do-I-change-the-caption-at-the-top-of-a-SalesLogix-window-in-a-custom-entity_3F00_.aspx</link><pubDate>Thu, 17 May 2012 21:08:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45684</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>This is probably a simple question but how do I get the caption at the top of the SalesLogix window in a custom entity to show &amp;quot;Sage SalesLogix - [Entity Name - RecordName] instead of [EntityName - RecordID]
...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/17/How-do-I-change-the-caption-at-the-top-of-a-SalesLogix-window-in-a-custom-entity_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45684" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Does SalesLogix offer the ability to create opportunities for a single dollar amount (which I *could* import or load from my estimating system) rather than a SKU-by-SKU built-up amount? </title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/17/Does-SalesLogix-offer-the-ability-to-create-opportunities-for-a-single-dollar-amount-_2800_which-I-_2A00_could_2A00_-import-or-load-from-my-estimating-system_2900_-rather-than-a-SKU_2D00_by_2D00_SKU-built_2D00_up-amount_3F00_-.aspx</link><pubDate>Thu, 17 May 2012 20:58:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45682</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>Does SalesLogix offer the ability to create opportunities for a single dollar amount (which I *could* import or load from my estimating system) rather than a SKU-by-SKU built-up amount? 

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/17/Does-SalesLogix-offer-the-ability-to-create-opportunities-for-a-single-dollar-amount-_2800_which-I-_2A00_could_2A00_-import-or-load-from-my-estimating-system_2900_-rather-than-a-SKU_2D00_by_2D00_SKU-built_2D00_up-amount_3F00_-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45682" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Is it possible to do a SalesLogix Mail Merge on Lookup Results without saving them as a Group?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/16/Is-it-possible-to-do-a-SalesLogix-Mail-Merge-on-Lookup-Results-without-saving-them-as-a-Group_3F00_.aspx</link><pubDate>Wed, 16 May 2012 20:46:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45680</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>Is there a way to do a mail merge based on lookup results. For example, let&amp;#39;s say I do a look up by CITY, is there a way to then do a mail merge based on those results?

I&amp;#39;ve tried but it doesn&amp;#39;t pick up my lookup results as a group, do I have to create a group to do this?

We are using SalesLogix LAN v7.2.1.

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/16/Is-it-possible-to-do-a-SalesLogix-Mail-Merge-on-Lookup-Results-without-saving-them-as-a-Group_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45680" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Changing the Default Operator in the SalesLogix Lookup Control in the SalesLogix 7.5.4 Web Client</title><link>http://customerfx.com/pages/integrationblog/2012/05/15/changing-the-default-operator-in-the-saleslogix-lookup-control-in-the-saleslogix-7-5-4-web-client.aspx</link><pubDate>Tue, 15 May 2012 10:15:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45659</guid><dc:creator>Kris Halsrud</dc:creator><slash:comments>0</slash:comments><description>  &lt;p&gt;In the SalesLogix web client, the Lookup Control is a custom composite control that is contained in a compiled Sage assembly.&amp;nbsp; When you perform a lookup with this control, the operators available are based upon the type of field being looked up for.&amp;nbsp; For string fields, the default operator is “Contains”&lt;/p&gt; &lt;a href="http://customerfx.com/blogs/integrationblog/SalesLogix-Lookup-Control_0BC4F737.png"&gt;&lt;img src="http://customerfx.com/blogs/integrationblog/SalesLogix-Lookup-Control_thumb_4F992B8E.png" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SalesLogix Lookup Control" alt="SalesLogix Lookup Control" border="0" height="473" width="644" /&gt;&lt;/a&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The reason the “Contains” operator is the default is because it is the first option on the drop down list.&amp;nbsp; Luckily the drop down list is not constructed from within the Sage Controls assembly.&amp;nbsp; Rather a client library is used to add the operators using Ext-JS.&lt;/p&gt;    &lt;p&gt;The code for this client library is in the VFS under Portal Manager…Sage SalesLogix…Support Files…JScript…Sage-Controls.&amp;nbsp; There are two files involved:&lt;/p&gt;    &lt;ul&gt;&lt;li&gt;Sage-Controls-Lookup.JS&lt;/li&gt;&lt;li&gt;Sage-Controls.JS&lt;/li&gt;&lt;/ul&gt;        &lt;p&gt;The Sage-Controls is a composite of all of the other script files and is minified.&amp;nbsp; This is the file that is actually used by the deployed web site.&lt;/p&gt;        &lt;p&gt;If we look in the human-readable Sage-Controls-Lookup.js file we can see code around line 80 that looks like:&lt;/p&gt;    &lt;blockquote&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;LookupControl.__operators = {     &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;System.String&amp;quot;: [       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_Contains&amp;quot;, value: &amp;quot;ct&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_StartsWith&amp;quot;, value: &amp;quot;sw&amp;quot;},&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_Equal&amp;quot;, value: &amp;quot;eq&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_NotEqual&amp;quot;, value: &amp;quot;ne&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_GT&amp;quot;, value: &amp;quot;gt&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_GE&amp;quot;, value: &amp;quot;ge&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_LT&amp;quot;, value: &amp;quot;lt&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_LE&amp;quot;, value: &amp;quot;le&amp;quot;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;    &lt;p&gt;This code is what is constructing the list of Operators available in the Lookup for a string field lookup.&lt;/p&gt;    &lt;p&gt;If we wanted to change the lookup behavior so that Starts With is the default option, we simply need to make that operator the first one added to the list.&lt;/p&gt;    &lt;blockquote&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;LookupControl.__operators = {     &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;System.String&amp;quot;: [       &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_StartsWith&amp;quot;, value: &amp;quot;sw&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_Contains&amp;quot;, value: &amp;quot;ct&amp;quot;},&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_Equal&amp;quot;, value: &amp;quot;eq&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_NotEqual&amp;quot;, value: &amp;quot;ne&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_GT&amp;quot;, value: &amp;quot;gt&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_GE&amp;quot;, value: &amp;quot;ge&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_LT&amp;quot;, value: &amp;quot;lt&amp;quot;},      &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {name: &amp;quot;LookupControl_Operator_LE&amp;quot;, value: &amp;quot;le&amp;quot;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt; Now to make this change actually take effect, you need to modify the minified sage-controls.js file.&amp;nbsp; The easiest way to do this is to search for “LookupControl_Operator_StartsWith”.&amp;nbsp; It should be around line 719.&amp;nbsp; Since it is minified there are no line breaks or spacing but if you make the equivalent change on this line, when you save these files and deploy, your lookup should then default to the operator at the top of your list.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45659" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+7.5.4/default.aspx">SalesLogix 7.5.4</category><category domain="http://customerfx.com/pages/integrationblog/archive/tags/SalesLogix+Web/default.aspx">SalesLogix Web</category></item><item><title>How does the Record Changes property work on a datagrid?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/14/How-does-the-Record-Changes-property-work-on-a-datagrid_3F00_.aspx</link><pubDate>Mon, 14 May 2012 21:34:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45673</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>Can anyone explain why the &amp;#39;record changes&amp;#39; property check box on a datagrid (in my case Opportunity Products) doesnt record any changes made to the values in it.

Also, can anyone recommend an alternative to record any changes made to a product here?

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/14/How-does-the-Record-Changes-property-work-on-a-datagrid_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45673" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>How can I create seperate icons that can be used depending on which remote office they are at? Are there specific parameters that I can use in the Shortcut?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/14/How-can-I-create-seperate-icons-that-can-be-used-depending-on-which-remote-office-they-are-at_3F00_-Are-there-specific-parameters-that-I-can-use-in-the-Shortcut_3F00_.aspx</link><pubDate>Mon, 14 May 2012 21:30:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45672</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I have users that travel between offices that are running SalesLogix remote office and would like to create seperate icons that can be used depending on which remote office they are at. Are there any parameters that can be included into the shortcut or any other way that this might be acomplished. 

We use windows authentication so the users would have to connect in slowly to the last connection used, then log out in order to change the connection manually. 

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/14/How-can-I-create-seperate-icons-that-can-be-used-depending-on-which-remote-office-they-are-at_3F00_-Are-there-specific-parameters-that-I-can-use-in-the-Shortcut_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45672" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Jun 11, 2012 - SpeedSearch - Not Just for Support Tickets Anymore. SalesLogix v6.2 and above</title><link>http://customerfx.com/pages/events/2012/05/14/Jun-11_2C00_-2012-_2D00_-SpeedSearch-_2D00_-Not-Just-for-Support-Tickets-Anymore.-SalesLogix-v6.2-and-above.aspx</link><pubDate>Mon, 14 May 2012 21:27:20 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45671</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;b&gt;&lt;i&gt;Attend the Workshop - SpeedSearch - Not Just for Support Tickets Anymore. SalesLogix v6.2 and above!&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Event details:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Monday, June 11, 2012&lt;/li&gt;&lt;li&gt;From 2:00 PM Central to 2:30 PM Central&lt;br /&gt;&lt;i&gt;(7:00 PM GMT to 7:30 PM GMT)&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://customerfx.com/pages/events/pages/speedsearch-not-just-for-support-tickets-anymore-saleslogix-v6-2-and-above.aspx" class="CommonTextButtonForward"&gt;See Workshop Details&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Register Today!&lt;/b&gt;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45671" width="1" height="1"&gt;</description></item><item><title>Update Records Quickly and Easily with Global Replace</title><link>http://customerfx.com/pages/inbox/2012/05/14/update-records-quickly-and-easily-with-global-replace.aspx</link><pubDate>Mon, 14 May 2012 05:32:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45667</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>1</slash:comments><description>Workshop today at 2pm CDT.

Updating records can be a tedious task, unless you&amp;#39;re using the Global Replace feature of SalesLogix.  Whether you only need to perform this task sporadically or on a regular basis, you will find that being familiar with Global Replace is beneficial. Join us for today&amp;#39;s free, end-user focused workshop today!...(&lt;a href="http://customerfx.com/pages/inbox/2012/05/14/update-records-quickly-and-easily-with-global-replace.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45667" width="1" height="1"&gt;</description></item><item><title>What is wrong with my sql Statement?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/11/What-is-wrong-with-my-sql-Statement_3F00_What-is-wrong-with-my-sql-Statement_3F00_.aspx</link><pubDate>Fri, 11 May 2012 21:28:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45662</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>When I try to execute the following sql in script i get the error failed to parse sql.

However, if i run this sql statment in the server management studio it runs fine. Any ideas why SLX doesnt like it? Im guesiing its to do with the use of the 
[sysdba].[udf_GetRecursiveChildren] function?

strSQL = &amp;quot;SELECT Z_ACCOUNT_NL.Z_REVYEAR as Year, Z_ACCOUNT_NL.Z_REVTYPE as Product, sum(Z_ACCOUNT_NL.Z_REVAMNT) as Spend &amp;quot; &amp;amp; _
&amp;quot;FROM ACCOUNT INNER JOIN Z_ACCOUNT_NL ON ACCOUNT.ACCOUNTID = Z_ACCOUNT_NL.ACCOUNTID &amp;quot; &amp;amp; _
&amp;quot;WHERE ACCOUNT.ACCOUNTID = &amp;#39;&amp;quot; &amp;amp; AccID &amp;amp; &amp;quot;&amp;#39; or ACCOUNT.ACCOUNTID &amp;quot; &amp;amp; _
&amp;quot;IN (select childid from [sysdba].[udf_GetRecursiveChildren](&amp;#39;&amp;quot; &amp;amp; AccID &amp;amp; &amp;quot;&amp;#39;)) &amp;quot; &amp;amp; _
&amp;quot;GROUP BY Z_ACCOUNT_NL.Z_REVYEAR, Z_ACCOUNT_NL.Z_REVTYPE&amp;quot;

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/11/What-is-wrong-with-my-sql-Statement_3F00_What-is-wrong-with-my-sql-Statement_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45662" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>Migrating From SalesLogix LAN to SalesLogix Web Webcast</title><link>http://customerfx.com/pages/inbox/2012/05/11/migrating-from-saleslogix-lan-to-saleslogix-web-webcast.aspx</link><pubDate>Fri, 11 May 2012 17:52:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45666</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>Wednesday, May 16th, at 2pm CDT.

Are you currently running SalesLogix LAN and have been contemplating a move to SalesLogix Web, but don&amp;#39;t know much about the migration process?  Join us for a webcast Wednesday, May 16th, and we will review...(&lt;a href="http://customerfx.com/pages/inbox/2012/05/11/migrating-from-saleslogix-lan-to-saleslogix-web-webcast.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45666" width="1" height="1"&gt;</description></item><item><title>Jun 04, 2012 - Importing a Group of Leads - SalesLogix v7.0 and Above</title><link>http://customerfx.com/pages/events/2012/05/11/Jun-04_2C00_-2012-_2D00_-Importing-a-Group-of-Leads-_2D00_-SalesLogix-v7.0-and-Above.aspx</link><pubDate>Fri, 11 May 2012 16:53:12 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45665</guid><dc:creator>Brianna Tinjum</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;b&gt;&lt;i&gt;Attend the Workshop - Importing a Group of Leads - SalesLogix v7.0 and Above!&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Event details:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Monday, June 04, 2012&lt;/li&gt;&lt;li&gt;From 2:00 PM Central to 2:30 PM Central&lt;br /&gt;&lt;i&gt;(7:00 PM GMT to 7:30 PM GMT)&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://customerfx.com/pages/events/pages/importing-a-group-of-leads-saleslogix-v7-0-and-above.aspx" class="CommonTextButtonForward"&gt;See Workshop Details&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Register Today!&lt;/b&gt;&lt;/p&gt;&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45665" width="1" height="1"&gt;</description></item><item><title>How do I read the data field in the SLX plugin table in order to retrieve the group layout (not only the SQL)?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/10/How-do-I-read-the-data-field-in-the-SLX-plugin-table-in-order-to-retrieve-the-group-layout-_2800_not-only-the-SQL_29003F00_.aspx</link><pubDate>Thu, 10 May 2012 21:16:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45660</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>How do I read the data field in the SLX plugin table in order to retrieve the group layout (not only the SQL)?
The purpose is to use the group layout in a vbs.

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/10/How-do-I-read-the-data-field-in-the-SLX-plugin-table-in-order-to-retrieve-the-group-layout-_2800_not-only-the-SQL_29003F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45660" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item><item><title>I want call the SalesLogix Opportunity Details Main View from the OPPORTUNITYID. Is it possible?</title><link>http://customerfx.com/pages/saleslogix-answers/2012/05/09/I-want-call-the-SalesLogix-Opportunity-Details-Main-View-from-the-OPPORTUNITYID.-Is-it-possible_3F00_.aspx</link><pubDate>Wed, 09 May 2012 20:54:00 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:45657</guid><dc:creator>SalesLogix Support</dc:creator><slash:comments>0</slash:comments><description>I want call the Opportunity Details Main View from the OPPORTUNITYID. Is it possible?
The instruction I am using is:

Application.BasicFunction.DoInVoke &amp;quot;Main View&amp;quot;,&amp;quot;System:Opportunity Details&amp;quot;

But, this does not work.

...(&lt;a href="http://customerfx.com/pages/saleslogix-answers/2012/05/09/I-want-call-the-SalesLogix-Opportunity-Details-Main-View-from-the-OPPORTUNITYID.-Is-it-possible_3F00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://customerfx.com/aggbug.aspx?PostID=45657" width="1" height="1"&gt;</description><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix/default.aspx">SalesLogix</category><category domain="http://customerfx.com/pages/saleslogix-answers/archive/tags/SalesLogix+Support/default.aspx">SalesLogix Support</category></item></channel></rss>

