<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://customerfx.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ryan Farley&amp;#39;s Blog - All Comments</title><link>http://customerfx.com/pages/crmdeveloper/default.aspx</link><description>Ryan Farley on .NET Development with a focus on CRM Development for SalesLogix</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41531</link><pubDate>Tue, 09 Mar 2010 10:45:30 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41531</guid><dc:creator>Nick Hollis</dc:creator><description>&lt;p&gt;Hi Ryan,&lt;/p&gt;
&lt;p&gt;Excellent many thanks for posting this much needed info!&lt;/p&gt;
&lt;p&gt;I certainly needed a good excuse to stop using foreach loops to get my Ilists :)&lt;/p&gt;
&lt;p&gt;There seems to be a few syntactical errors in the sorts though, ef should be EF and does it not need repository in front of it, i.e. repository.EF.Asc....&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41531" width="1" height="1"&gt;</description></item><item><title>re: Changing Label Text at Runtime</title><link>http://customerfx.com/pages/crmdeveloper/2006/02/16/changing-label-text-at-runtime.aspx#41528</link><pubDate>Tue, 09 Mar 2010 00:33:23 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41528</guid><dc:creator>Rachel</dc:creator><description>&lt;p&gt;This method can become problematic if the field has some kind of requirement on it.&lt;/p&gt;
&lt;p&gt;This is because originally a field on the form is like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;label for=name&amp;gt;Field Name&amp;lt;img alt=required src='/_imgs/frm_required.gif'&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/label&amp;gt;&lt;/p&gt;
&lt;p&gt;And what the above does is replace the whole thing with text.&lt;/p&gt;
&lt;p&gt;This removes the label tag altogether and thus causes the users to lose the required/not required functionality altogether.&lt;/p&gt;
&lt;p&gt;The way around this is to change the innerHTML like this if it is a required field:&lt;/p&gt;
&lt;p&gt;crmForm.all.fieldname_c.innerHTML = &amp;quot;&amp;lt;label for=name&amp;gt;Field Name&amp;lt;img alt=required src='/_imgs/frm_required.gif'&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/label&amp;gt;&amp;quot;&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41528" width="1" height="1"&gt;</description></item><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41526</link><pubDate>Sat, 06 Mar 2010 16:16:16 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41526</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Ah, thanks for catching that Phil. All fixed. &lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41526" width="1" height="1"&gt;</description></item><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41525</link><pubDate>Sat, 06 Mar 2010 10:46:38 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41525</guid><dc:creator>Phil Parkin</dc:creator><description>&lt;p&gt;Hi Ryan&lt;/p&gt;
&lt;p&gt;Check your code for &lt;/p&gt;
&lt;p&gt;SELECT * FROM PRODUCT ORDER BY FAMILY ASC&lt;/p&gt;
&lt;p&gt;I think you copied in a chunk about opportunities by mistake ...&lt;/p&gt;
&lt;p&gt;Phil&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41525" width="1" height="1"&gt;</description></item><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41524</link><pubDate>Fri, 05 Mar 2010 21:06:46 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41524</guid><dc:creator>Nicolas Galler</dc:creator><description>&lt;p&gt;Thanks, I did not know about the RepositoryHelper, that reduces the amount of boilerplate code quite a bit&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41524" width="1" height="1"&gt;</description></item><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41523</link><pubDate>Fri, 05 Mar 2010 19:36:03 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41523</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Thanks for pointing to that, I had not read those. Looking at that now. BTW, I wanted to point out that one some of those articles, like this one &lt;a rel="nofollow" target="_new" href="http://slxtraining.net/2009/09/irepository-and-icriteria-basics/"&gt;slxtraining.net/.../irepository-and-icriteria-basics&lt;/a&gt;, that the angle brackets got munched in the HTML. So things show like this:&lt;/p&gt;
&lt;p&gt;Sage.Platform.Repository.IRepository&lt;/p&gt;
&lt;p&gt;rep = Sage.Platform.EntityFactory.GetRepository();&lt;/p&gt;
&lt;p&gt;instead of this:&lt;/p&gt;
&lt;p&gt;Sage.Platform.Repository.IRepository&amp;lt;Sage.Entity.Interfaces.IProduct&amp;gt;&lt;/p&gt;
&lt;p&gt;rep = Sage.Platform.EntityFactory.GetRepository&amp;lt;Sage.Entity.Interfaces.IProduct&amp;gt;();&lt;/p&gt;
&lt;p&gt;:) Hate it when that happens.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41523" width="1" height="1"&gt;</description></item><item><title>re: A Look at Querying Data in SalesLogix using IRepository and the SQL Equivalents</title><link>http://customerfx.com/pages/crmdeveloper/2010/03/05/a-look-at-querying-data-in-saleslogix-using-irepository-and-the-sql-equivalents.aspx#41522</link><pubDate>Fri, 05 Mar 2010 19:28:42 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41522</guid><dc:creator>Jason Huber</dc:creator><description>&lt;p&gt;Nice post Ryan. Good job of laying it out. Training posted a few of these related articles last year too. Someone reading this might benefit from checking them out: &lt;a rel="nofollow" target="_new" href="http://slxtraining.net/tag/icriteria/"&gt;slxtraining.net/.../icriteria&lt;/a&gt; . Scroll down a bit and Diane does a good job of touching on a few subjects relating to your post.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41522" width="1" height="1"&gt;</description></item><item><title>re: Community Explorer - The Desktop Client for the Sage SalesLogix Community Forums</title><link>http://customerfx.com/pages/crmdeveloper/2010/02/09/community-explorer-the-desktop-client-for-the-sage-saleslogix-community-forums.aspx#41506</link><pubDate>Mon, 01 Mar 2010 19:40:36 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41506</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Thanks Mike! There are some huge things on the horizon for this tool that will give you more of the warm fuzzies you got from the older newsgroups. This is just the start of things. &lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41506" width="1" height="1"&gt;</description></item><item><title>re: Community Explorer - The Desktop Client for the Sage SalesLogix Community Forums</title><link>http://customerfx.com/pages/crmdeveloper/2010/02/09/community-explorer-the-desktop-client-for-the-sage-saleslogix-community-forums.aspx#41505</link><pubDate>Mon, 01 Mar 2010 19:31:35 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41505</guid><dc:creator>Mike Spragg</dc:creator><description>&lt;p&gt;As always, another great tool from CustomerFX team - this gives me back the control I missed from the newsgroups!&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41505" width="1" height="1"&gt;</description></item><item><title>Social comments and analytics for this post</title><link>http://customerfx.com/pages/crmdeveloper/2010/02/09/community-explorer-the-desktop-client-for-the-sage-saleslogix-community-forums.aspx#41483</link><pubDate>Thu, 11 Feb 2010 05:07:32 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41483</guid><dc:creator>uberVU - social comments</dc:creator><description>&lt;p&gt;This post was mentioned on Twitter by GeekFetch: SalesLogix Community Explorer - The Desktop Client for the Sage SalesLogix Community Forums: Ever since Sage relea... &lt;a rel="nofollow" target="_new" href="http://bit.ly/9JdW1v"&gt;http://bit.ly/9JdW1v&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41483" width="1" height="1"&gt;</description></item><item><title>re: Community Explorer - The Desktop Client for the Sage SalesLogix Community Forums</title><link>http://customerfx.com/pages/crmdeveloper/2010/02/09/community-explorer-the-desktop-client-for-the-sage-saleslogix-community-forums.aspx#41477</link><pubDate>Wed, 10 Feb 2010 14:33:54 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41477</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Thanks Ted!&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41477" width="1" height="1"&gt;</description></item><item><title>re: Community Explorer - The Desktop Client for the Sage SalesLogix Community Forums</title><link>http://customerfx.com/pages/crmdeveloper/2010/02/09/community-explorer-the-desktop-client-for-the-sage-saleslogix-community-forums.aspx#41476</link><pubDate>Wed, 10 Feb 2010 13:55:46 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41476</guid><dc:creator>Ted Sturr</dc:creator><description>&lt;p&gt;Ryan, You ROCK! &amp;nbsp;One of the huge downsides to web based forum postings is the ability to search and lookup information. &amp;nbsp;I just downloaded the program and I am looking forward to &amp;quot;playing&amp;quot; with it.&lt;/p&gt;
&lt;p&gt;Thanks for providing such great tools for the community.&lt;/p&gt;
&lt;p&gt;Ted&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41476" width="1" height="1"&gt;</description></item><item><title>re: CRM Metadata Browser</title><link>http://customerfx.com/pages/crmdeveloper/2006/02/15/16480.aspx#41458</link><pubDate>Sun, 31 Jan 2010 14:47:03 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41458</guid><dc:creator>UnTo</dc:creator><description>&lt;p&gt;One could also use this tool...&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.soho.at/tools.html"&gt;http://www.soho.at/tools.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CYa&lt;/p&gt;
&lt;p&gt;UnTo&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41458" width="1" height="1"&gt;</description></item><item><title>re: Adding a Default Sort to the Add Opportunity Products List in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/04/07/adding-a-default-sort-to-the-add-opportunity-products-list-in-saleslogix-web.aspx#41444</link><pubDate>Mon, 25 Jan 2010 21:08:49 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41444</guid><dc:creator>Nicolas Galler</dc:creator><description>&lt;p&gt;Thanks for the post! &amp;nbsp;Just wanted to mention that in 7.5.2 it is in App_Code/AddOpportunityProductRequest.cs instead.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41444" width="1" height="1"&gt;</description></item><item><title>GitHub - Moving to the Cloud - Part 7</title><link>http://customerfx.com/pages/crmdeveloper/2009/10/14/announcing-git-extensions-for-saleslogix-and-the-customer-fx-open-source-initiative.aspx#41425</link><pubDate>Tue, 19 Jan 2010 16:47:19 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41425</guid><dc:creator>Customer FX 3.0</dc:creator><description>&lt;p&gt;Another huge win for us. We are using GitHub for team developement collaboration and source control, internally and with our clients as part of the dev team. We are also using GitHub to host our SalesLogix Open Source projects.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41425" width="1" height="1"&gt;</description></item><item><title>re: Showing a Message to the User from a Code Snippet Action in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/10/showing-a-message-to-the-user-from-a-code-snippet-action-in-saleslogix-web.aspx#41402</link><pubDate>Fri, 08 Jan 2010 16:51:02 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41402</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Hi Steve,&lt;/p&gt;
&lt;p&gt;The whole idea of business rules is that the rule is a separation of logic from the UI. The rule operates at the entity level, not on the UI. A rule is better used to return some value like a boolean, leaving the prompting of some message to the UI layer. &lt;/p&gt;
&lt;p&gt;Eventually (in the very near future), you'll be able to invoke business rules from SData as well, which obviously could cause problems if you did UI interaction type of things in the rule. &lt;/p&gt;
&lt;p&gt;So, back to your question, no, you can't (and really shouldn't anyway) do this sort of thing inside of a business rule. Instead, have your rule return some value and then use a DialogAction or in code display the message based on the returned value.&lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41402" width="1" height="1"&gt;</description></item><item><title>re: Showing a Message to the User from a Code Snippet Action in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/10/showing-a-message-to-the-user-from-a-code-snippet-action-in-saleslogix-web.aspx#41401</link><pubDate>Fri, 08 Jan 2010 16:41:01 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41401</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Ryan,&lt;/p&gt;
&lt;p&gt;Interesting idea - thanks...&lt;/p&gt;
&lt;p&gt;Is there a way to use this technique for events or business rule methods?&lt;/p&gt;
&lt;p&gt;I tried it out, but can't get it to compile. It appears that &amp;quot;this&amp;quot; and &amp;quot;form&amp;quot; are not available for use in events or business rules.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41401" width="1" height="1"&gt;</description></item><item><title>re: Entity Change State And Getting Previous Values in SP2</title><link>http://customerfx.com/pages/crmdeveloper/2008/02/20/entity-change-state-and-getting-previous-values-in-sp2.aspx#41385</link><pubDate>Wed, 06 Jan 2010 03:45:27 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41385</guid><dc:creator>Timmus Agersea</dc:creator><description>&lt;p&gt;In case anyone else comes across this very helpful article I wanted to share that I am using this technique in 7.5.2 and it works great!&lt;/p&gt;
&lt;p&gt;Thank you Ryan!&lt;/p&gt;
&lt;p&gt;Timmus&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41385" width="1" height="1"&gt;</description></item><item><title>re: ReadOnly and Disabled Fields</title><link>http://customerfx.com/pages/crmdeveloper/2006/03/06/readonly-and-disabled-fields.aspx#41371</link><pubDate>Thu, 31 Dec 2009 06:36:23 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41371</guid><dc:creator>KAmaldeep</dc:creator><description>&lt;p&gt;Thanks.. It helped me disable the lookup fields.. &lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41371" width="1" height="1"&gt;</description></item><item><title>re: Update to Git Extensions for SalesLogix Available</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/02/update-to-git-extensions-for-saleslogix-available.aspx#41342</link><pubDate>Mon, 21 Dec 2009 16:53:48 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41342</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;I like PuTTY (that is what I use) but it does take some extra things to set up and it won't work if it isn't &amp;quot;just right&amp;quot;. I do have some video tutorials I've made for my own devs for setting Git up that I've been considering making publically available.&lt;/p&gt;
&lt;p&gt;Anyway, glad it is working. &lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41342" width="1" height="1"&gt;</description></item><item><title>re: Update to Git Extensions for SalesLogix Available</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/02/update-to-git-extensions-for-saleslogix-available.aspx#41341</link><pubDate>Mon, 21 Dec 2009 16:19:52 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41341</guid><dc:creator>mikeboysen@hotmail.com</dc:creator><description>&lt;p&gt;Nevermind. As soon as I posted this, I tried switching my settings from PuTTY to OpenSSH and I got a command line prompt for my pass phrase. All is good!&lt;/p&gt;
&lt;p&gt;It sill might be worth writing about.&lt;/p&gt;
&lt;p&gt;I lost some code using a network repository so I've gone Git Hub and like it.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41341" width="1" height="1"&gt;</description></item><item><title>re: Update to Git Extensions for SalesLogix Available</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/02/update-to-git-extensions-for-saleslogix-available.aspx#41340</link><pubDate>Mon, 21 Dec 2009 16:05:40 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41340</guid><dc:creator>mikeboysen@hotmail.com</dc:creator><description>&lt;p&gt;Ryan,&lt;/p&gt;
&lt;p&gt;I'm only able to push to my GitHub repository using Git Bash. Doing so prompts me for my SSH passphrase. When i try to set up the remote repository or do a push through the UI. It fails. &lt;/p&gt;
&lt;p&gt;I've scoured through the docs but cannot find anything that is lighting the bulb. Can you post steps that you used to set up your remote repostory on Git Hub? I don't want to have to use the command line for everything :) &lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41340" width="1" height="1"&gt;</description></item><item><title>re: Showing a Message to the User from a Code Snippet Action in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/10/showing-a-message-to-the-user-from-a-code-snippet-action-in-saleslogix-web.aspx#41226</link><pubDate>Fri, 11 Dec 2009 14:45:49 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41226</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Thanks Mike. In the web, your message is rendering as HTML, so you *can* include HTML in the message (so &amp;lt;br&amp;gt; for line breaks). A message like this is valid:&lt;/p&gt;
&lt;p&gt;dialogService.ShowMessage(&amp;quot;This is &amp;lt;b&amp;gt;bold&amp;lt;/b&amp;gt;. This is &amp;lt;i&amp;gt;italics&amp;lt;/i&amp;gt;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;This is on a new line, etc&amp;quot;);&lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41226" width="1" height="1"&gt;</description></item><item><title>re: Showing a Message to the User from a Code Snippet Action in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/12/10/showing-a-message-to-the-user-from-a-code-snippet-action-in-saleslogix-web.aspx#41225</link><pubDate>Fri, 11 Dec 2009 13:17:24 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41225</guid><dc:creator>mikeboysen@hotmail.com</dc:creator><description>&lt;p&gt;Ryan,&lt;/p&gt;
&lt;p&gt;Wow. Just in the nick of time. I don't know where you came up with this idea? Really! :)&lt;/p&gt;
&lt;p&gt;Question: Is there something about the ShowMessage method that will not allow me to incorporate vbCrLf or Chr(10) &amp;amp; Chr(13) into the message for separating lines? My message is getting strung together all on the same line&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41225" width="1" height="1"&gt;</description></item><item><title>Showing a Message to the User from a Code Snippet Action in SalesLogix Web</title><link>http://customerfx.com/pages/crmdeveloper/2009/03/26/setting-the-default-sort-for-a-datagrid-in-saleslogix-web-revisited.aspx#41218</link><pubDate>Thu, 10 Dec 2009 20:23:09 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:41218</guid><dc:creator>Ryan Farley's Blog</dc:creator><description>&lt;p&gt;Showing a message to a user in SalesLogix Web is an easy task. It should be, right? Of course - and it is, however, you might need to know where to look to do it. This post will take a look at how to do this from both a Code Snippet Action and a C# Snippet&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=41218" width="1" height="1"&gt;</description></item></channel></rss>