<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for CRM Architect</title>
	<atom:link href="http://crmarchitect.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://crmarchitect.wordpress.com</link>
	<description>Pivotal CRM &#38; .NET Development</description>
	<lastBuildDate>Wed, 11 Feb 2009 09:49:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to Default Global Search to &quot;Companies&quot; by Evert van Veenhuizen</title>
		<link>http://crmarchitect.wordpress.com/2008/05/12/how-to-default-global-search-to-companies/#comment-129</link>
		<dc:creator>Evert van Veenhuizen</dc:creator>
		<pubDate>Wed, 11 Feb 2009 09:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2008/05/12/how-to-default-global-search-to-companies/#comment-129</guid>
		<description>The sample code to set the default Global Search to &#039;Companies&#039; doesn&#039;t work correct. I have made some changes to it to really make it work:

Sub OnPortalLoaded(ParameterList)

    ....

    Dim objInput
    Set objInput = UIMaster.documentMenu.body.getElementsByTagName(&quot;INPUT&quot;)
    If objInput(0).value = &quot;&quot; Then
        objInput(0).select
        objInput(0).defaultValue = &quot;Companies&quot;
        objInput(0).title = &quot;Companies&quot;
        objInput(0).value = &quot;Companies&quot; 
    End If</description>
		<content:encoded><![CDATA[<p>The sample code to set the default Global Search to &#8216;Companies&#8217; doesn&#8217;t work correct. I have made some changes to it to really make it work:</p>
<p>Sub OnPortalLoaded(ParameterList)</p>
<p>    &#8230;.</p>
<p>    Dim objInput<br />
    Set objInput = UIMaster.documentMenu.body.getElementsByTagName(&#8221;INPUT&#8221;)<br />
    If objInput(0).value = &#8220;&#8221; Then<br />
        objInput(0).select<br />
        objInput(0).defaultValue = &#8220;Companies&#8221;<br />
        objInput(0).title = &#8220;Companies&#8221;<br />
        objInput(0).value = &#8220;Companies&#8221;<br />
    End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tool to shutdown Sedna PBS by judam</title>
		<link>http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-128</link>
		<dc:creator>judam</dc:creator>
		<pubDate>Wed, 28 Jan 2009 03:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-128</guid>
		<description>I use it almost everyday, but I will send you the code by email anyway so you can debug.</description>
		<content:encoded><![CDATA[<p>I use it almost everyday, but I will send you the code by email anyway so you can debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tool to shutdown Sedna PBS by Matt</title>
		<link>http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-127</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 27 Jan 2009 20:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-127</guid>
		<description>Does not work on my Sedna server any chance you could post or e-mail me the source so I can debug, will send notes back.

Thanks</description>
		<content:encoded><![CDATA[<p>Does not work on my Sedna server any chance you could post or e-mail me the source so I can debug, will send notes back.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tool to shutdown Sedna PBS by Jonas</title>
		<link>http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-126</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2008/06/06/a-tool-to-shutdown-sedna-pbs/#comment-126</guid>
		<description>Any chance you could post the source to this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Any chance you could post the source to this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migration: Using rsp_tablename_update_formulas by Juda</title>
		<link>http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-125</link>
		<dc:creator>Juda</dc:creator>
		<pubDate>Thu, 26 Jun 2008 12:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-125</guid>
		<description>Yes - set the soundex field as desktop findable from Pivotal Toolkit</description>
		<content:encoded><![CDATA[<p>Yes &#8211; set the soundex field as desktop findable from Pivotal Toolkit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migration: Using rsp_tablename_update_formulas by Ratan</title>
		<link>http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-124</link>
		<dc:creator>Ratan</dc:creator>
		<pubDate>Wed, 25 Jun 2008 09:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-124</guid>
		<description>I meant to say include contact soundex funationality for the rich client</description>
		<content:encoded><![CDATA[<p>I meant to say include contact soundex funationality for the rich client</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migration: Using rsp_tablename_update_formulas by Ratan</title>
		<link>http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-123</link>
		<dc:creator>Ratan</dc:creator>
		<pubDate>Wed, 25 Jun 2008 09:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://crmarchitect.wordpress.com/2007/04/13/migration-calculate-formula-fields-using-rsp_tablename_update_formulas/#comment-123</guid>
		<description>Hi there,
Is there a way to include soundex on the contact search screen? This exists as an option on the windows client (ie &#039;starts with&#039;,&#039;contains&#039;)

I appreciate any code you can provide.

thanks
Ratan</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Is there a way to include soundex on the contact search screen? This exists as an option on the windows client (ie &#8217;starts with&#8217;,'contains&#8217;)</p>
<p>I appreciate any code you can provide.</p>
<p>thanks<br />
Ratan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add version number to Pivotal BM? by judam</title>
		<link>http://crmarchitect.wordpress.com/2007/04/10/bm-version/#comment-3</link>
		<dc:creator>judam</dc:creator>
		<pubDate>Thu, 24 May 2007 14:58:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-3</guid>
		<description>Good question. Let me think about it.</description>
		<content:encoded><![CDATA[<p>Good question. Let me think about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add version number to Pivotal BM? by Alan</title>
		<link>http://crmarchitect.wordpress.com/2007/04/10/bm-version/#comment-2</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 24 May 2007 11:01:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>Very useful ! 

Is there a way I can do the same sort of thing for a WAM client?</description>
		<content:encoded><![CDATA[<p>Very useful ! </p>
<p>Is there a way I can do the same sort of thing for a WAM client?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
