<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>slxdeveloper.com Latest Articles</title>
    <link>http://www.slxdeveloper.com/</link>
    <description>slxdeveloper.com Latest Articles - The best online resource for SalesLogix development</description>
    <generator>slxdeveloper.com RSS Generator</generator>
    <item>
      <title>Generating Table IDs in T-SQL</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=106</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=106</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=106#c</comments>
      <description>Generating SalesLogix IDs outside of SalesLogix can be a challenging concept.  Third party applications go through the SalesLogix OLEDB provider and call the "slx_dbids" function to generate an ID for the specified table. The problem with this approach is that I don’t want to go through a third party application to insert records into my SalesLogix database.  This article will look at how to generate SalesLogix table ID values using the .NET CLR in a SQL Function and call via T-SQL.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=11454"&gt;Jason Van Pee&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=15"&gt;External / SalesLogix OLE DB Provider&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=106"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=106" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Thu, 22 Apr 2010 23:05:12 GMT</pubDate>
      <category>External</category>
      <dc:creator>Jason Van Pee</dc:creator>
    </item>
    <item>
      <title>Customizing Group Panes/List Views/F8 Queries</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=105</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=105</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=105#c</comments>
      <description>We’ve talked about being able to ‘do stuff’ based on a user selection of the Groups, or the group itself.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=44"&gt;RJ Samp&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=12"&gt;Architect / SalesLogix VBScript Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=105"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=105" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Thu, 15 Oct 2009 22:00:00 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>RJ Samp</dc:creator>
    </item>
    <item>
      <title>Setting up a Multi-Byte Environment for SalesLogix</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=104</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=104</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=104#c</comments>
      <description>Setting up a multi-byte environment for SalesLogix is a fairly simple process, but there are some items to take into consideration for a sound deployment on a global basis.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1208"&gt;Matt Dockins&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=9"&gt;General / SalesLogix Administration&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=104"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=104" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Fri, 29 Feb 2008 19:52:18 GMT</pubDate>
      <category>General</category>
      <dc:creator>Matt Dockins</dc:creator>
    </item>
    <item>
      <title>Creating a Crystal Reports Custom Function Library</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=103</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=103</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=103#c</comments>
      <description>You don't always have to massage your data with complex formulas to report on it.  Complex calculations in a report can be difficult at times. Not only that, but can cause your report to run unbearably slow. Custom function libraries allow you to pull the complex calculations &amp; functions out of the report and in to an environment where you can better control their output.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=11"&gt;General / Miscellaneous SalesLogix Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=103"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=103" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Fri, 21 Sep 2007 18:34:19 GMT</pubDate>
      <category>General</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>Integrating SalesLogix Leads with LinkedIn Sample Bundle</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=102</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=102</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=102#c</comments>
      <description>This post contains a sample bundle for integrating the LinkedIn social network with SalesLogix leads.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=22"&gt;Downloads / Code Samples&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=102"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=102" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Tue, 19 Jun 2007 21:42:47 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>Integrating SalesLogix Leads with LinkedIn</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=101</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=101</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=101#c</comments>
      <description>Social networks have become a big part of today's online landscape. This is true for professionals as well. LinkedIn is a social network that allows professionals to find out more and interact with others whose needs or services align with themselves. This article will show how we can integrate this resource with leads in SalesLogix to show our SalesLogix users as much information about our leads as possible and will provide a complete sample for integrating LinkedIn with SalesLogix leads.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=12"&gt;Architect / SalesLogix VBScript Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=101"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=101" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Tue, 19 Jun 2007 21:38:05 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>How to Filter a SalesLogix Crystal Report by ID at Runtime</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=100</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=100</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=100#c</comments>
      <description>This article describes how to call provide a Crystal Reports parameter to a report at runtime via a script. This example details how to feed the current OpportunityID to a report when a button is clicked.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1272"&gt;Mark R. Bailey&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=14"&gt;Architect / Architect How To Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=100"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=100" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 06 Jun 2007 21:40:07 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Mark R. Bailey</dc:creator>
    </item>
    <item>
      <title>Dropping SalesLogix Tables</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=99</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=99</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=99#c</comments>
      <description>Having recently done and upgrade from a rather old DB to v7.0.1, I've encountered a few tables that cannot be deleted from SalesLogix via DB manager. This sample shows the process to completely drop a SalesLogix table.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=21"&gt;Todd Hardin&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=22"&gt;Downloads / Code Samples&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=99"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=99" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Fri, 01 Jun 2007 22:16:12 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Todd Hardin</dc:creator>
    </item>
    <item>
      <title>How to Add a Custom Column to the Manage Products Grid</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=98</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=98</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=98#c</comments>
      <description>This article discusses how to add a custom column to the SalesLogix Manage Products datagrid. This out of the box area is difficult to customize. Following the steps outlined in this article will help you make an easy task of customizing this area.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1058"&gt;Mark Mazzitello&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=14"&gt;Architect / Architect How To Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=98"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=98" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Thu, 26 Apr 2007 22:49:00 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Mark Mazzitello</dc:creator>
    </item>
    <item>
      <title>Simple Back Office Integration for SalesLogix Whitepaper</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=97</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=97</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=97#c</comments>
      <description>This whitepaper describes how to easily use back office data in SalesLogix through the use of SQL views. Note: This applies to version 6.2 and earlier only.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1392"&gt;Mark Richardson&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=22"&gt;Downloads / Code Samples&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=97"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=97" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 25 Apr 2007 23:43:41 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Mark Richardson</dc:creator>
    </item>
    <item>
      <title>Automated SalesLogix Integrity Checks Whitepaper</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=96</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=96</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=96#c</comments>
      <description>SalesLogix currently has 107 different integrity checks that can be run from the Administrator program, but SalesLogix failed to provide a way to schedule them so they needed to be run manually. The automated version of these integrity checks will allow for the tests to be run as a scheduled SQL job and notify support personnel only when there is a problem.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1174"&gt;Dave McGill&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=22"&gt;Downloads / Code Samples&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=96"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=96" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 25 Apr 2007 23:13:24 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Dave McGill</dc:creator>
    </item>
    <item>
      <title>Script to Determine the Versions of Installed SalesLogix Program Files</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=95</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=95</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=95#c</comments>
      <description>This utility script will create a file on the desktop named SlxVersions.txt that lists the version numbers for all DLL, OCX, and EXE  files in the SalesLogix Installation directory.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=41"&gt;Bob (RJ)Ledger&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=24"&gt;Downloads / Utilities&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=95"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=95" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 25 Apr 2007 21:11:17 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Bob (RJ)Ledger</dc:creator>
    </item>
    <item>
      <title>How to Repair a Missing SendSLX Button using an AutoIt Script</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=94</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=94</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=94#c</comments>
      <description>After upgrading 500 clients from 6.2.4 to 6.2.6 most everyone lost their SendSLX button. i had to release a quick fix. I know Sage had provided a .bat fix that doesn't always do the trick so this is what i came up with. Users can repair it themselves by running the EXE from the network using the following AutoIt code compiled to exe.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1196"&gt;David Henry&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=9"&gt;General / SalesLogix Administration&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=94"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=94" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 25 Apr 2007 19:33:03 GMT</pubDate>
      <category>General</category>
      <dc:creator>David Henry</dc:creator>
    </item>
    <item>
      <title>A Guide to The .NET Extension Deployment Attributes</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=93</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=93</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=93#c</comments>
      <description>When developing .NET Extensions for SalesLogix 7, there are some options available for deployment of your extension. These options are often overlooked, misunderstood, and are certainly undocumented. However, knowing what they are, and how to use them, can assist you to accurately and easily deploy your extensions.
&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=56"&gt;Architect / SalesLogix .NET Extensions Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=93"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=93" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 24 Jan 2007 00:02:49 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>SalesLogix v7 Database Schema ERD</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=92</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=92</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=92#c</comments>
      <description>This post contains a Visio file containing a complete Entity-Relationship Diagram for the SalesLogix version 7 database.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=23"&gt;Downloads / Documentation&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=92"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=92" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Tue, 16 Jan 2007 18:43:24 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>Leveraging .NET in SalesLogix (Applies to any version)</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=91</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=91</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=91#c</comments>
      <description>This article contains all sample code, overviews, and screencasts from Ryan Farley's Nav 06 Sage summit presentation. This article includes a bonus screencast that will walk you through the process of embedding a .NET control in any version of SalesLogix. The concepts in this article and screencasts do not use the .NET Extensions feature of v7, but instead focuses on a generic way to include .NET in your SalesLogix development efforts.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=56"&gt;Architect / SalesLogix .NET Extensions Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=91"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=91" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Jan 2007 16:33:46 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
    <item>
      <title>How to Launch a Contact Process via Script - Sample Code</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=90</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=90</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=90#c</comments>
      <description>This article contains sample code and bundle for the article "How to Launch a Contact Process via Script". Samples included in legacy and VBScript.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1460"&gt;Walter Shpuntoff&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=22"&gt;Downloads / Code Samples&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=90"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=90" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Tue, 29 Aug 2006 17:23:37 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Walter Shpuntoff</dc:creator>
    </item>
    <item>
      <title>How to Launch a Contact Process via Script</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=89</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=89</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=89#c</comments>
      <description>This article describes the steps to launch a contact process programatically. Sample scripts in both VBScript and legacy basic are included.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1460"&gt;Walter Shpuntoff&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=14"&gt;Architect / Architect How To Articles&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=89"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=89" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Tue, 29 Aug 2006 17:15:49 GMT</pubDate>
      <category>Architect</category>
      <dc:creator>Walter Shpuntoff</dc:creator>
    </item>
    <item>
      <title>SQL Profile Template</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=88</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=88</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=88#c</comments>
      <description>This SQL Profiler template will properly configure Profiler to perform a SQL trace on a SalesLogix database.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=264"&gt;Timmus Agersea&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=24"&gt;Downloads / Utilities&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=88"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=88" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Fri, 25 Aug 2006 19:20:39 GMT</pubDate>
      <category>Downloads</category>
      <dc:creator>Timmus Agersea</dc:creator>
    </item>
    <item>
      <title>Creating SalesLogix Table ID Values - The Definitive Guide</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=87</guid>
      <link>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=87</link>
      <comments>http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=87#c</comments>
      <description>Knowing how to create valid SalesLogix table ID values is a crucial part of working with SalesLogix. The subject of creating SalesLogix table ID values is common among those new to SalesLogix. Let's face it. There is some knowledge that is required when working with SalesLogix, and creating table IDs is no exception. This article will provide all details needed to start creating ID values to get you inserting new data in SalesLogix in no time.&lt;br&gt;&lt;br&gt;Author: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;&lt;br&gt;Category: &lt;a href="http://www.slxdeveloper.com/page.aspx?id=15"&gt;External / SalesLogix OLE DB Provider&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewarticle&amp;articleid=87"&gt;&lt;i&gt;Read article...&lt;/i&gt;&lt;/a&gt;&lt;br&gt;&lt;img src="http://www.slxdeveloper.com/aggtrack.aspx?id=87" height="1" width="1"&gt;&lt;br&gt;</description>
      <pubDate>Thu, 10 Aug 2006 08:06:11 GMT</pubDate>
      <category>External</category>
      <dc:creator>Ryan Farley</dc:creator>
    </item>
  </channel>
</rss>