<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>dotneto.com &#187; CRM</title>
	<atom:link href="http://dotneto.com/category/crm/feed" rel="self" type="application/rss+xml" />
	<link>http://dotneto.com</link>
	<description>Web Development, Design and Solutions. A Blog By Ryno Burger.</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:05:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passing additional parameter in query string to a customized AdvFind.aspx form</title>
		<link>http://dotneto.com/passing-additional-parameter-in-query-string-to-a-customized-advfind-aspx-form</link>
		<comments>http://dotneto.com/passing-additional-parameter-in-query-string-to-a-customized-advfind-aspx-form#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:11:54 +0000</pubDate>
		<dc:creator>ryno</dc:creator>
				<category><![CDATA[CRM]]></category>

		<guid isPermaLink="false">http://dotneto.com/?p=41</guid>
		<description><![CDATA[If you ever need to pass additional parameters to a customized AdvFind.aspx or AdvFind.aspx itself from a vanilla install of CRM 4.0 you will most likely get the &#8220;Invalid parameter&#8221; error.

This can be resolved by creating the following DWORD registry entry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM called DisableParameterFilter, value=1.

Submit this to Script &#38; StyleShare this on del.icio.usShare this [...]]]></description>
		<wfw:commentRss>http://dotneto.com/passing-additional-parameter-in-query-string-to-a-customized-advfind-aspx-form/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Just a few reasons why jQuery is so useful with CRM 4.0</title>
		<link>http://dotneto.com/just-a-few-reasons-why-jquery-is-so-useful-with-crm-4-0</link>
		<comments>http://dotneto.com/just-a-few-reasons-why-jquery-is-so-useful-with-crm-4-0#comments</comments>
		<pubDate>Fri, 12 Jun 2009 08:53:16 +0000</pubDate>
		<dc:creator>ryno</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://dotneto.com/?p=34</guid>
		<description><![CDATA[I will be updating the post as I find some useful scripts in jQuery while working with CRM 4.0.
Okay, so here goes&#8230;



Loading jQuery from _customscripts:


function load_script(url)
{
var x = new ActiveXObject(&#34;Msxml2.XMLHTTP&#34;);
x.open(&#039;GET&#039;, url, false); x.send(&#039;&#039;);
eval(x.responseText);
var s = x.responseText.split(/\n/);
var r = /^function\s*([a-z_]+)/i;
for (var i = 0; i &#60; s.length; i++) {
var m = r.exec(s[i]);
if (m != null)
window[m[1]] = [...]]]></description>
		<wfw:commentRss>http://dotneto.com/just-a-few-reasons-why-jquery-is-so-useful-with-crm-4-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom WF Activity to send mobile text message in CRM 4.0</title>
		<link>http://dotneto.com/custom-wf-activity-to-send-mobile-text-message-in-crm-4-0</link>
		<comments>http://dotneto.com/custom-wf-activity-to-send-mobile-text-message-in-crm-4-0#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:46:05 +0000</pubDate>
		<dc:creator>ryno</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://dotneto.com/?p=25</guid>
		<description><![CDATA[Creating a custom workflow activity for CRM is pretty straight forward. The approach we took was to register with an Email-to-SMS service provider to send out bulk SMS messages from CRM. The service provider provided us with an email account allowing the SMTP server to relay our messages through their server from the given account.

Following [...]]]></description>
		<wfw:commentRss>http://dotneto.com/custom-wf-activity-to-send-mobile-text-message-in-crm-4-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery with CRM 4.0</title>
		<link>http://dotneto.com/jquery-with-crm-4-0</link>
		<comments>http://dotneto.com/jquery-with-crm-4-0#comments</comments>
		<pubDate>Wed, 10 Jun 2009 07:37:45 +0000</pubDate>
		<dc:creator>ryno</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://dotneto.com/?p=20</guid>
		<description><![CDATA[Using jQuery makes life a whole lot easier in general and more so in CRM 4.0 considering the fact that you constantly need to manipulate the DOM to perform client-side tasks.]]></description>
		<wfw:commentRss>http://dotneto.com/jquery-with-crm-4-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
