<?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/"
		>
<channel>
	<title>Comments on: Removing the Currency Symbol from Dynamics CRM 3.0 Forms</title>
	<atom:link href="http://blogs.infinite-x.net/2006/03/04/removing-the-currency-symbol-from-dynamics-crm-30-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net/2006/03/04/removing-the-currency-symbol-from-dynamics-crm-30-forms/</link>
	<description>Sharing information with Dynamics CRM users and xRM developers</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: esh</title>
		<link>http://blogs.infinite-x.net/2006/03/04/removing-the-currency-symbol-from-dynamics-crm-30-forms/comment-page-1/#comment-532</link>
		<dc:creator>esh</dc:creator>
		<pubDate>Tue, 18 Sep 2007 01:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/?p=44#comment-532</guid>
		<description>If a cell is recommended or required, it will have a classname of rec or req, respectively.  

Try the following set of if statements:
     if ((sElem.getAttribute(&#039;className&#039;) == &quot;n&quot;) &amp;&amp;
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &quot;&quot;); 
     else if ((sElem.getAttribute(&#039;className&#039;) == &quot;rec&quot;) &amp;&amp;
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &quot;&quot;); 
     else if ((sElem.getAttribute(&#039;className&#039;) == &quot;req&quot;) &amp;&amp;
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &quot;&quot;);</description>
		<content:encoded><![CDATA[<p>If a cell is recommended or required, it will have a classname of rec or req, respectively.  </p>
<p>Try the following set of if statements:<br />
     if ((sElem.getAttribute(&#039;className&#039;) == &#034;n&#034;) &amp;&amp;<br />
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))<br />
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &#034;&#034;);<br />
     else if ((sElem.getAttribute(&#039;className&#039;) == &#034;rec&#034;) &amp;&amp;<br />
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))<br />
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &#034;&#034;);<br />
     else if ((sElem.getAttribute(&#039;className&#039;) == &#034;req&#034;) &amp;&amp;<br />
         (sElem.innerHTML.indexOf(sCurrencySymbol) &gt; 0))<br />
                  sElem.innerHTML = sElem.innerHTML.replace(sCurrencySymbol, &#034;&#034;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Milam&#8217;s Microsoft Discussions &#187; Blog Archive &#187; Test post #2 with Windows Live Writer</title>
		<link>http://blogs.infinite-x.net/2006/03/04/removing-the-currency-symbol-from-dynamics-crm-30-forms/comment-page-1/#comment-426</link>
		<dc:creator>Mitch Milam&#8217;s Microsoft Discussions &#187; Blog Archive &#187; Test post #2 with Windows Live Writer</dc:creator>
		<pubDate>Wed, 06 Sep 2006 16:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/?p=44#comment-426</guid>
		<description>[...] Let&#8217;s try that code syntax plug-in again, but this time, let&#8217;s use some JavaScript code from an article published back at the Spring: [...]</description>
		<content:encoded><![CDATA[<p>[...] Let&#039;s try that code syntax plug-in again, but this time, let&#039;s use some JavaScript code from an article published back at the Spring: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

