<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Strategic Sales Systems Blog | SalesLogix | SugarCRM</title>
	
	<link>http://blog.sssworld.com</link>
	<description>Your source for CRM development information</description>
	<lastBuildDate>Tue, 12 Mar 2013 10:57:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SssDeveloperBlog" /><feedburner:info uri="sssdeveloperblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Editable picklist column</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/3aqaYIqpzbM/</link>
		<comments>http://blog.sssworld.com/2013/03/12/editable-picklist-column/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 10:57:42 +0000</pubDate>
		<dc:creator>nicocrm</dc:creator>
				<category><![CDATA[Saleslogix]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=897</guid>
		<description>By default the PickList column in SalesLogix 8 can display picklist values but not edit them. Making it editable is a relatively easy process though: The column must be marked as editable (Application Architect will not let you edit that one by default). You can accomplish that by editing the form&amp;#8217;s XML. The template needs [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/3aqaYIqpzbM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2013/03/12/editable-picklist-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2013/03/12/editable-picklist-column/</feedburner:origLink></item>
		<item>
		<title>Manually setting an ID for a SalesLogix web entity</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/OrI8uHePtik/</link>
		<comments>http://blog.sssworld.com/2013/02/25/manually-setting-an-id-for-a-saleslogix-web-entity/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 22:44:46 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=891</guid>
		<description>We ran into a situation last week where we needed to manually generate ID&amp;#8217;s for a SalesLogix entity. This seemed like a straight forward task, however the Id property is read only. After a little reverse engineering this is what we&amp;#8217;ve come up with. var entity = Sage.Platform.EntityFactory.Create(); ((Sage.Platform.ComponentModel.IAssignableId)entity).Id = "MyCustomId"; entity.Save();&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/OrI8uHePtik" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2013/02/25/manually-setting-an-id-for-a-saleslogix-web-entity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2013/02/25/manually-setting-an-id-for-a-saleslogix-web-entity/</feedburner:origLink></item>
		<item>
		<title>Invoke a Crystal Report in SalesLogix 8</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/jCPyUsVPqbs/</link>
		<comments>http://blog.sssworld.com/2013/02/05/invoke-a-crystal-report-in-saleslogix-8/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 18:35:59 +0000</pubDate>
		<dc:creator>nicocrm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=884</guid>
		<description>In previous version we could use the ShowReport function to invoke a Crystal Report. This was originally designed as a quick fix to address the need and in SalesLogix 8 Sage has cleaned up the interface and moved it to a well defined client-side service (this is a common trend in SalesLogix 8 and you&amp;#8217;ll [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/jCPyUsVPqbs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2013/02/05/invoke-a-crystal-report-in-saleslogix-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2013/02/05/invoke-a-crystal-report-in-saleslogix-8/</feedburner:origLink></item>
		<item>
		<title>Including custom javascript in SalesLogix</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/48SPPboGaCo/</link>
		<comments>http://blog.sssworld.com/2013/01/30/including-custom-javascript-in-saleslogix/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 15:45:09 +0000</pubDate>
		<dc:creator>nicocrm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=877</guid>
		<description>When I need to include a custom javascript in the web client, the quickest way is to simply add the &amp;#60;script&amp;#62; tag to the base.master file. However this complicates upgrades because the base.master file is often modified in Sage&amp;#8217;s web updates, and it prevents me from making a clean bundle. So I wanted to share [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/48SPPboGaCo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2013/01/30/including-custom-javascript-in-saleslogix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2013/01/30/including-custom-javascript-in-saleslogix/</feedburner:origLink></item>
		<item>
		<title>Adding a Change Owner link to a Visualforce page</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/FTRdZ2hQ_3g/</link>
		<comments>http://blog.sssworld.com/2013/01/04/adding-a-change-owner-link-to-a-visualforce-page/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 16:00:41 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Owner]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[VisualForce]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=868</guid>
		<description>We ran into an interesting limitation with VisualForce. It looks like when you use an apex:outputField on an owner field, the &amp;#8220;Change&amp;#8221; link doesn&amp;#8217;t show up correctly. After searching through the SalesForce forums and some other blog posts I couldn&amp;#8217;t find any solution that would work exactly like the standard Owner control works on a [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/FTRdZ2hQ_3g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2013/01/04/adding-a-change-owner-link-to-a-visualforce-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2013/01/04/adding-a-change-owner-link-to-a-visualforce-page/</feedburner:origLink></item>
		<item>
		<title>Using Dojo in SalesForce</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/Ve2zeuPRZ1Q/</link>
		<comments>http://blog.sssworld.com/2012/12/05/using-dojo-in-salesforce/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 22:28:47 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[SFDC]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=853</guid>
		<description>Today we&amp;#8217;re going to look at using Dojo, our beloved JavaScript framework, inside of a VisualForce page. We needed to do this for a customer recently to display a lot of data (several hundred fields) on a single page that could be easily navigated without a lot of postbacks. After a little playing with proof [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/Ve2zeuPRZ1Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2012/12/05/using-dojo-in-salesforce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2012/12/05/using-dojo-in-salesforce/</feedburner:origLink></item>
		<item>
		<title>Internet Explorer Settings for SalesLogix (For use with Windows Authentication)</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/KFY6KoqjFzE/</link>
		<comments>http://blog.sssworld.com/2012/11/16/internet-explorer-settings-for-saleslogix-for-use-with-windows-authentication/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 22:30:35 +0000</pubDate>
		<dc:creator>Marilyn.Prevatte</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Saleslogix]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=832</guid>
		<description>It is important that the SalesLogix website is added to the Trusted Sites in Internet Explorer. Note that your I.T. department may have already performed these steps. Please click on Tools &amp;#62; Internet Options &amp;#62; Security tab. Click on Trusted Sites. Click on the Sites button. In the box that says Add this website to the [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/KFY6KoqjFzE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2012/11/16/internet-explorer-settings-for-saleslogix-for-use-with-windows-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2012/11/16/internet-explorer-settings-for-saleslogix-for-use-with-windows-authentication/</feedburner:origLink></item>
		<item>
		<title>Adding Keyboard Input to Dojo Select Controls (dijit.form.select)</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/4DPDN9d0iv8/</link>
		<comments>http://blog.sssworld.com/2012/11/15/adding-keyboard-input-to-dojo-select-controls-dijit-form-select/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 14:56:34 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[Dojo]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=820</guid>
		<description>I ran into a situation yesterday where I needed to extend the functionality of the dijit.form.select control so it could have proper keyboard input. Power users want to be able to tab through their forms and use the keyboard to get work done quickly. The stock select control from dojo only allows for use with [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/4DPDN9d0iv8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2012/11/15/adding-keyboard-input-to-dojo-select-controls-dijit-form-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2012/11/15/adding-keyboard-input-to-dojo-select-controls-dijit-form-select/</feedburner:origLink></item>
		<item>
		<title>Defaulting Picklists in the SLX Mobile Client</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/5SwmbcV03Yw/</link>
		<comments>http://blog.sssworld.com/2012/10/01/defaulting-picklists-in-the-slx-mobile-client/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 14:17:18 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SLX Mobile]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=817</guid>
		<description>I had a request that required me to default several picklist fields throughout the SLX Mobile client. Normally this would mean hard coding the fields to populate with a certain value. But I wanted the client to be able to manage their default picklists values by marking items as &amp;#8220;Default&amp;#8221; in the client, just like [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/5SwmbcV03Yw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2012/10/01/defaulting-picklists-in-the-slx-mobile-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2012/10/01/defaulting-picklists-in-the-slx-mobile-client/</feedburner:origLink></item>
		<item>
		<title>SData with PHP and CURL</title>
		<link>http://feedproxy.google.com/~r/SssDeveloperBlog/~3/yd3jHwtIxWU/</link>
		<comments>http://blog.sssworld.com/2012/09/17/sdata-with-php-and-curl/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 15:43:29 +0000</pubDate>
		<dc:creator>Alex.Cottner</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.sssworld.com/?p=807</guid>
		<description>SalesLogix runs on a Windows environment, and that&amp;#8217;s what most of our customers are using for all their internal web and application servers. However a lot of companies will use hosted services external Linux servers for all of their public websites. So what happens when you want to show some SalesLogix data on your external [...]&lt;img src="http://feeds.feedburner.com/~r/SssDeveloperBlog/~4/yd3jHwtIxWU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.sssworld.com/2012/09/17/sdata-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.sssworld.com/2012/09/17/sdata-with-php-and-curl/</feedburner:origLink></item>
	</channel>
</rss>
