<?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>Team Solutions S.A.S. &#187; Blog</title>
	<atom:link href="http://crmcol.co/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://crmcol.co</link>
	<description>Especialistas en Soluciones CRM</description>
	<lastBuildDate>Tue, 17 Jan 2012 15:42:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CRM 2011 Set State to a Record</title>
		<link>http://crmcol.co/2011/11/30/crm-2011-set-state-to-a-record/</link>
		<comments>http://crmcol.co/2011/11/30/crm-2011-set-state-to-a-record/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 20:48:09 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[Jscript]]></category>
		<category><![CDATA[SetState]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/11/30/crm-2011-set-state-to-a-record/</guid>
		<description><![CDATA[Código Jscript para Cambiar Estado a un Registro usando Jscript para CRM 2011: 1: function SetState(EntityName,Id,State,Status) 2: { 3: var authenticationHeader = GenerateAuthenticationHeader(); 4: // Prepare the SOAP message. 5: var xml = &#34;&#60;?xml version='1.0' encoding='utf-8'?&#62;&#34; + 6: 7: &#34;&#60;soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'&#34; + 8: &#34; xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'&#62;&#34; + 9: authenticationHeader + 10: &#34;&#60;soap:Body&#62;&#34; + 11: &#34;&#60;Execute [...]]]></description>
			<content:encoded><![CDATA[<p>Código Jscript para Cambiar Estado a un Registro usando Jscript para CRM 2011:</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 98.95%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; height: 309px; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> function SetState(EntityName,Id,State,Status)</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span> {</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span>     var authenticationHeader = GenerateAuthenticationHeader();</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span>     <span style="color: #008000">// Prepare the SOAP message. </span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum5">   5:</span>     var xml = <span style="color: #006080">&quot;&lt;?xml version='1.0' encoding='utf-8'?&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum6">   6:</span>  </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum7">   7:</span>     <span style="color: #006080">&quot;&lt;soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum8">   8:</span>     <span style="color: #006080">&quot; xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum9">   9:</span>     authenticationHeader +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum10">  10:</span>     <span style="color: #006080">&quot;&lt;soap:Body&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum11">  11:</span>     <span style="color: #006080">&quot;&lt;Execute xmlns='http://schemas.microsoft.com/crm/2007/WebServices'&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum12">  12:</span>     <span style="color: #006080">&quot;&lt;Request xsi:type='SetStateDynamicEntityRequest'&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum13">  13:</span>     <span style="color: #006080">&quot;&lt;Entity&gt;&quot;</span>+</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum14">  14:</span>     <span style="color: #006080">&quot;&lt;Id xmlns='http://schemas.microsoft.com/crm/2006/CoreTypes'&gt;&quot;</span>+Id+<span style="color: #006080">&quot;&lt;/Id&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum15">  15:</span>     <span style="color: #006080">&quot;&lt;Name xmlns='http://schemas.microsoft.com/crm/2006/CoreTypes'&gt;&quot;</span>+EntityName+<span style="color: #006080">&quot;&lt;/Name&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum16">  16:</span>     <span style="color: #006080">&quot;&lt;/Entity&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum17">  17:</span>     <span style="color: #006080">&quot;&lt;State&gt;&quot;</span>+State+<span style="color: #006080">&quot;&lt;/State&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum18">  18:</span>     <span style="color: #006080">&quot;&lt;Status&gt;&quot;</span>+Status+<span style="color: #006080">&quot;&lt;/Status&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum19">  19:</span>     <span style="color: #006080">&quot;&lt;/Request&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum20">  20:</span>     <span style="color: #006080">&quot;&lt;/Execute&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum21">  21:</span>     <span style="color: #006080">&quot;&lt;/soap:Body&gt;&quot;</span> +</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum22">  22:</span>     <span style="color: #006080">&quot;&lt;/soap:Envelope&gt;&quot;</span>;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum23">  23:</span>     </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum24">  24:</span>     <span style="color: #008000">// Prepare the xmlHttpObject and send the request. </span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum25">  25:</span>     var xHReq = <span style="color: #0000ff">new</span> ActiveXObject(<span style="color: #006080">&quot;Msxml2.XMLHTTP&quot;</span>); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum26">  26:</span>     xHReq.Open(<span style="color: #006080">&quot;POST&quot;</span>, <span style="color: #006080">&quot;/mscrmservices/2007/CrmService.asmx&quot;</span>, <span style="color: #0000ff">false</span>); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum27">  27:</span>     xHReq.setRequestHeader(<span style="color: #006080">&quot;SOAPAction&quot;</span>,<span style="color: #006080">&quot;http://schemas.microsoft.com/crm/2007/WebServices/Execute&quot;</span>); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum28">  28:</span>     xHReq.setRequestHeader(<span style="color: #006080">&quot;Content-Type&quot;</span>, <span style="color: #006080">&quot;text/xml; charset=utf-8&quot;</span>); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum29">  29:</span>     xHReq.setRequestHeader(<span style="color: #006080">&quot;Content-Length&quot;</span>, xml.length); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum30">  30:</span>     xHReq.send(xml); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum31">  31:</span>     <span style="color: #008000">// Capture the result. </span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum32">  32:</span>     var resultXml = xHReq.responseXML;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum33">  33:</span>     </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum34">  34:</span>     <span style="color: #008000">// Check for errors. </span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum35">  35:</span>     var errorCount = resultXml.selectNodes(<span style="color: #006080">'//error'</span>).length;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum36">  36:</span>     <span style="color: #0000ff">if</span> (errorCount != 0) </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum37">  37:</span>     { </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum38">  38:</span>     var msg = resultXml.selectSingleNode(<span style="color: #006080">'//description'</span>).nodeTypedValue; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum39">  39:</span>     alert(msg); </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum40">  40:</span>     }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum41">  41:</span> }</pre>
<p><!--CRLF--></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/11/30/crm-2011-set-state-to-a-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informes de SQL Reporting Services para CRM Online</title>
		<link>http://crmcol.co/2011/08/30/informes-de-sql-reporting-services-para-crm-online/</link>
		<comments>http://crmcol.co/2011/08/30/informes-de-sql-reporting-services-para-crm-online/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 23:29:15 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[CRM Online]]></category>
		<category><![CDATA[Microsoft CRM]]></category>
		<category><![CDATA[Reportes]]></category>
		<category><![CDATA[Origen de datos no válido]]></category>
		<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/08/30/informes-de-sql-reporting-services-para-crm-online/</guid>
		<description><![CDATA[Cuando se intenta subir un informe realizado en CRM 2011 On Premise usando conexión a Base de Datos SQL a CRM Online aparece el siguiente error ‘Origen de datos no válido’: Para realizar informes personalizados de SQL Reporting Services en CRM Online se debe utilizar como origen de datos FetchXML. Para usar FetchXML se debe [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando se intenta subir un informe realizado en CRM 2011 On Premise usando conexión a Base de Datos SQL a CRM Online aparece el siguiente error ‘Origen de datos no válido’:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image_thumb10.png" width="604" height="289" /></a></p>
<p><span id="more-566"></span>
<p>Para realizar informes personalizados de SQL Reporting Services en CRM Online se debe utilizar como origen de datos FetchXML.</p>
<p>Para usar FetchXML se debe instalar CRM 2011 BIDS Fetch Extension en el equipo donde se encuentre instalado Visual Studio 2008 para Microsoft SQL 2008 Reporting Services. BIDS se puede descargar <a href="http://www.microsoft.com/downloads/es-es/details.aspx?familyid=64a09b75-8376-4b9d-aea3-8a83a1837c4d&amp;displaylang=es" target="_blank">aquí</a>.</p>
<p>Despues de instalar el componente abrir Visual Studio, Crear Nuevo Proyecto de Servidor de Informes, Nuevo Informe y Nuevo Origen de Datos:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image41.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image4_thumb.png" width="604" height="441" /></a></p>
<p>En la cadena de Conexión escribir dirección URL de CRM Online más el nombre unico de la Organización separado por punto y coma (<b>ServerURL;OrganizationName)</b>:</p>
<p>https://&lt;orgname&gt;.crm.dynamics.com;crmNAorg&lt;uniquename&gt;</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image81.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image8_thumb.png" width="604" height="441" /></a></p>
<p>El nombre unico de la Organización puede ser consultado navegando a Configuración  Personalización  Recursos de desarrollador  Información de su organización:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image32.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image32_thumb.png" width="604" height="296" /></a></p>
<p>Y en Credenciales colocar dirección de correo electrónico y contraseña usada para acceder a CRM Online:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image12.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image12_thumb.png" width="604" height="441" /></a></p>
<p>Para crear el Query el método más sencillo es ir a Búsqueda Avanzada de CRM, crear el criterio de búsqueda agregando las columnas necesarias en la consulta:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image23.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image23_thumb.png" width="604" height="240" /></a></p>
<p>Hacer clic en el botón ‘Descargar FetchXML’, Copiar y Pegar XML generado en la Consulta del Informe:</p>
<pre style="border-bottom: #cecece 1px solid; border-left: #cecece 1px solid; padding-bottom: 5px; background-color: #fbfbfb; min-height: 40px; padding-left: 5px; width: 592px; padding-right: 5px; height: 285px; overflow: auto; border-top: #cecece 1px solid; border-right: #cecece 1px solid; padding-top: 5px">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  1: <span style="color: #0000ff">&lt;</span><span style="color: #800000">fetch</span> <span style="color: #ff0000">version</span>=<span style="color: #0000ff">&quot;1.0&quot;</span> <span style="color: #ff0000">output</span>-<span style="color: #ff0000">format</span>=<span style="color: #0000ff">&quot;xml-platform&quot;</span> <span style="color: #ff0000">mapping</span>=<span style="color: #0000ff">&quot;logical&quot;</span> <span style="color: #ff0000">distinct</span>=<span style="color: #0000ff">&quot;false&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  2:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">entity</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;account&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  3:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;name&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  4:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;primarycontactid&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  5:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;telephone1&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  6:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;accountid&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  7:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">order</span> <span style="color: #ff0000">attribute</span>=<span style="color: #0000ff">&quot;name&quot;</span> <span style="color: #ff0000">descending</span>=<span style="color: #0000ff">&quot;false&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  8:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">filter</span> <span style="color: #ff0000">type</span>=<span style="color: #0000ff">&quot;and&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  9:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">condition</span> <span style="color: #ff0000">attribute</span>=<span style="color: #0000ff">&quot;statecode&quot;</span> <span style="color: #ff0000">operator</span>=<span style="color: #0000ff">&quot;eq&quot;</span> <span style="color: #ff0000">value</span>=<span style="color: #0000ff">&quot;0&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 10:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">condition</span> <span style="color: #ff0000">attribute</span>=<span style="color: #0000ff">&quot;createdon&quot;</span> <span style="color: #ff0000">operator</span>=<span style="color: #0000ff">&quot;this-year&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 11:     <span style="color: #0000ff">&lt;/</span><span style="color: #800000">filter</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 12:   <span style="color: #0000ff">&lt;/</span><span style="color: #800000">entity</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 13: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">fetch</span><span style="color: #0000ff">&gt;</span></pre>
</pre>
<p>Con este Query se puede consultar la información que se encuentra en CRM Online:</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image36.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image36_thumb.png" width="604" height="320" /></a></p>
<p>El informe realizado de está forma se puede subir sin problemas a CRM Online.</p>
<p><a href="http://crmcol.com/"><img title="Nuevo_Logo" border="0" alt="Nuevo_Logo" src="http://crmcol.co/wp-content/uploads/2010/02/Nuevo_Logo18.png" width="244" height="63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/08/30/informes-de-sql-reporting-services-para-crm-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server setup media does not support the language of the OS</title>
		<link>http://crmcol.co/2011/08/02/sql-server-setup-media-does-not-support-the-language-of-the-os/</link>
		<comments>http://crmcol.co/2011/08/02/sql-server-setup-media-does-not-support-the-language-of-the-os/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 19:48:17 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[Otras Tecnologías]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/08/02/sql-server-setup-media-does-not-support-the-language-of-the-os/</guid>
		<description><![CDATA[Cuando se inicia programa de instalación de SQL 2008 R2 aparece siguiente mensaje de error: SQL Server setup media does not support the language of the OS or does not have ENU localized files. Use the matching language-specific SQL Server media or change the OS locale through control panel. Para poder iniciar Programa de Instalacíon [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando se inicia programa de instalación de SQL 2008 R2 aparece siguiente mensaje de error:</p>
<blockquote><p>SQL Server setup media does not support the language of the OS or does not have ENU localized files. Use the matching language-specific SQL Server media or change the OS locale through control panel.</p>
</blockquote>
<p><span id="more-545"></span>
<p>Para poder iniciar Programa de Instalacíon correctamente:</p>
<ol>
<li>Ir a Control Panel.</li>
<li>Seleccionar la Opción Region and Language.</li>
<li>Cambiar el Formato a Spanish (Spain)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/08/02/sql-server-setup-media-does-not-support-the-language-of-the-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 2011–Graficos y Dashboards Personalizados</title>
		<link>http://crmcol.co/2011/07/20/crm-2011graficos-y-dashboards-personalizados/</link>
		<comments>http://crmcol.co/2011/07/20/crm-2011graficos-y-dashboards-personalizados/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 01:47:44 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[Microsoft CRM]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Graficos]]></category>
		<category><![CDATA[Paneles]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/07/20/crm-2011graficos-y-dashboards-personalizados/</guid>
		<description><![CDATA[La versión 2011 de Microsoft Dynamics permite la creación facil de graficos y dashboards (paneles). Sin embargo no se pueden cambiar los colores de los graficos, ni habilitar apariencia 3D, ni agregar más de una variable en el eje horizontal, entre otros. Para modificar los Graficos en Microsoft Dynamics CRM 2011, debemos situarnos en el [...]]]></description>
			<content:encoded><![CDATA[<p>La versión 2011 de Microsoft Dynamics permite la creación facil de graficos y dashboards (paneles). Sin embargo no se pueden cambiar los colores de los graficos, ni habilitar apariencia 3D, ni agregar más de una variable en el eje horizontal, entre otros.</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image40.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image40_thumb.png" width="604" height="404" /></a></p>
<p><span id="more-541"></span>Para modificar los Graficos en Microsoft Dynamics CRM 2011, debemos situarnos en el grafico que queremos modificar, ir al Ribbon (cinta de opciones), a la pestaña de graficos y escoger la opción “Exportar Graficos”:
<p><a href="http://crmcol.co/wp-content/uploads/2011/08/image11.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/08/image_thumb11.png" width="604" height="105" /></a></p>
<p>Se abre archivo XML generado, con un editor y se puede modificar las propiedades del Grafico:</p>
<p>&#160;</p>
<pre style="border-bottom: #cecece 1px solid; border-left: #cecece 1px solid; padding-bottom: 5px; background-color: #fbfbfb; min-height: 40px; padding-left: 5px; width: 590px; padding-right: 5px; height: 820px; overflow: auto; border-top: #cecece 1px solid; border-right: #cecece 1px solid; padding-top: 5px">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  1: <span style="color: #0000ff">&lt;</span><span style="color: #800000">visualization</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  2:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">visualizationid</span><span style="color: #0000ff">&gt;</span>{FAFF0B7F-CE86-DE11-9FF3-00155DA3B012}<span style="color: #0000ff">&lt;/</span><span style="color: #800000">visualizationid</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  3:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span>Prueba Ingresos Estimados<span style="color: #0000ff">&lt;/</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  4:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">description</span><span style="color: #0000ff">&gt;</span>Muestra por período fiscal los ingresos reales cerrados con relación a los estimados.<span style="color: #0000ff">&lt;/</span><span style="color: #800000">description</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  5:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">primaryentitytypecode</span><span style="color: #0000ff">&gt;</span>opportunity<span style="color: #0000ff">&lt;/</span><span style="color: #800000">primaryentitytypecode</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  6:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">datadescription</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  7:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">datadefinition</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  8:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">fetchcollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  9:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">fetch</span> <span style="color: #ff0000">mapping</span>=<span style="color: #0000ff">&quot;logical&quot;</span> <span style="color: #ff0000">aggregate</span>=<span style="color: #0000ff">&quot;true&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 10:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">entity</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;opportunity&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 11:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;estimatedvalue&quot;</span> <span style="color: #ff0000">aggregate</span>=<span style="color: #0000ff">&quot;sum&quot;</span> <span style="color: #ff0000">alias</span>=<span style="color: #0000ff">&quot;estvalue&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 12:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;actualvalue&quot;</span> <span style="color: #ff0000">aggregate</span>=<span style="color: #0000ff">&quot;sum&quot;</span> <span style="color: #ff0000">alias</span>=<span style="color: #0000ff">&quot;actvalue&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 13:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">attribute</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&quot;actualclosedate&quot;</span> <span style="color: #ff0000">groupby</span>=<span style="color: #0000ff">&quot;true&quot;</span> <span style="color: #ff0000">alias</span>=<span style="color: #0000ff">&quot;actclosedate&quot;</span> <span style="color: #ff0000">dategrouping</span>=<span style="color: #0000ff">&quot;fiscal-period&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 14:           <span style="color: #0000ff">&lt;/</span><span style="color: #800000">entity</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 15:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">fetch</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 16:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">fetchcollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 17:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">categorycollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 18:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">category</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 19:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">measurecollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 20:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">measure</span> <span style="color: #ff0000">alias</span>=<span style="color: #0000ff">&quot;estvalue&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 21:           <span style="color: #0000ff">&lt;/</span><span style="color: #800000">measurecollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 22:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">measurecollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 23:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">measure</span> <span style="color: #ff0000">alias</span>=<span style="color: #0000ff">&quot;actvalue&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 24:           <span style="color: #0000ff">&lt;/</span><span style="color: #800000">measurecollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 25:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">category</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 26:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">categorycollection</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 27:     <span style="color: #0000ff">&lt;/</span><span style="color: #800000">datadefinition</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 28:   <span style="color: #0000ff">&lt;/</span><span style="color: #800000">datadescription</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 29:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">presentationdescription</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 30:     <span style="color: #0000ff">&lt;</span><span style="color: #800000">Chart</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 31:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">Series</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 32:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Series</span> <span style="color: #ff0000">Color</span>=<span style="color: #0000ff">&quot;97,142,206&quot;</span> <span style="color: #ff0000">BackGradientStyle</span>=<span style="color: #0000ff">&quot;TopBottom&quot;</span> <span style="color: #ff0000">BackSecondaryColor</span>=<span style="color: #0000ff">&quot;74,107,155&quot;</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 9.5px&quot;</span> <span style="color: #ff0000">LabelForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #ff0000">CustomProperties</span>=<span style="color: #0000ff">&quot;PointWidth=0.75, MaxPixelPointWidth=40&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 33:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">SmartLabelStyle</span> <span style="color: #ff0000">Enabled</span>=<span style="color: #0000ff">&quot;True&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 34:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">Points</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 35:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Series</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 36:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Series</span> <span style="color: #ff0000">Color</span>=<span style="color: #0000ff">&quot;168,203,104&quot;</span> <span style="color: #ff0000">BackGradientStyle</span>=<span style="color: #0000ff">&quot;TopBottom&quot;</span> <span style="color: #ff0000">BackSecondaryColor</span>=<span style="color: #0000ff">&quot;126,153,79&quot;</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 9.5px&quot;</span> <span style="color: #ff0000">LabelForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #ff0000">CustomProperties</span>=<span style="color: #0000ff">&quot;PointWidth=0.75, MaxPixelPointWidth=40&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 37:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">SmartLabelStyle</span> <span style="color: #ff0000">Enabled</span>=<span style="color: #0000ff">&quot;True&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 38:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">Points</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 39:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Series</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 40:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Series</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 41:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">ChartAreas</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 42:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">ChartArea</span> <span style="color: #ff0000">BorderColor</span>=<span style="color: #0000ff">&quot;White&quot;</span> <span style="color: #ff0000">BorderDashStyle</span>=<span style="color: #0000ff">&quot;Solid&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 43:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">AxisY</span> <span style="color: #ff0000">LabelAutoFitMinFontSize</span>=<span style="color: #0000ff">&quot;8&quot;</span> <span style="color: #ff0000">TitleForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #ff0000">TitleFont</span>=<span style="color: #0000ff">&quot;{0}, 10.5px&quot;</span> <span style="color: #ff0000">LineColor</span>=<span style="color: #0000ff">&quot;165, 172, 181&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 44:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">MajorGrid</span> <span style="color: #ff0000">LineColor</span>=<span style="color: #0000ff">&quot;239, 242, 246&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 45:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">MajorTickMark</span> <span style="color: #ff0000">LineColor</span>=<span style="color: #0000ff">&quot;165, 172, 181&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 46:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">LabelStyle</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 10.5px&quot;</span> <span style="color: #ff0000">ForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 47:           <span style="color: #0000ff">&lt;/</span><span style="color: #800000">AxisY</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 48:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">AxisX</span> <span style="color: #ff0000">LabelAutoFitMinFontSize</span>=<span style="color: #0000ff">&quot;8&quot;</span> <span style="color: #ff0000">TitleForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #ff0000">TitleFont</span>=<span style="color: #0000ff">&quot;{0}, 10.5px&quot;</span> <span style="color: #ff0000">LineColor</span>=<span style="color: #0000ff">&quot;165, 172, 181&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 49:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">MajorGrid</span> <span style="color: #ff0000">Enabled</span>=<span style="color: #0000ff">&quot;False&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 50:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">MajorTickMark</span> <span style="color: #ff0000">Enabled</span>=<span style="color: #0000ff">&quot;False&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 51:             <span style="color: #0000ff">&lt;</span><span style="color: #800000">LabelStyle</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 10.5px&quot;</span> <span style="color: #ff0000">ForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 52:           <span style="color: #0000ff">&lt;/</span><span style="color: #800000">AxisX</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 53:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ChartArea</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 54:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ChartAreas</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 55:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">Legends</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 56:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Legend</span> <span style="color: #ff0000">Alignment</span>=<span style="color: #0000ff">&quot;Center&quot;</span> <span style="color: #ff0000">LegendStyle</span>=<span style="color: #0000ff">&quot;Table&quot;</span> <span style="color: #ff0000">Docking</span>=<span style="color: #0000ff">&quot;Bottom&quot;</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 11px&quot;</span> <span style="color: #ff0000">ShadowColor</span>=<span style="color: #0000ff">&quot;0, 0, 0, 0&quot;</span> <span style="color: #ff0000">ForeColor</span>=<span style="color: #0000ff">&quot;59,59,59&quot;</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">Legend</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 57:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Legends</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 58:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">Titles</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 59:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Title</span> <span style="color: #ff0000">Alignment</span>=<span style="color: #0000ff">&quot;TopLeft&quot;</span> <span style="color: #ff0000">DockingOffset</span>=<span style="color: #0000ff">&quot;-3&quot;</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 13px&quot;</span> <span style="color: #ff0000">ForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">Title</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 60:       <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Titles</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 61:       <span style="color: #0000ff">&lt;</span><span style="color: #800000">BorderSkin</span> <span style="color: #ff0000">PageColor</span>=<span style="color: #0000ff">&quot;Control&quot;</span> <span style="color: #ff0000">BackColor</span>=<span style="color: #0000ff">&quot;CornflowerBlue&quot;</span> <span style="color: #ff0000">BackSecondaryColor</span>=<span style="color: #0000ff">&quot;CornflowerBlue&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 62:     <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Chart</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 63:   <span style="color: #0000ff">&lt;/</span><span style="color: #800000">presentationdescription</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 64:   <span style="color: #0000ff">&lt;</span><span style="color: #800000">isdefault</span><span style="color: #0000ff">&gt;</span>false<span style="color: #0000ff">&lt;/</span><span style="color: #800000">isdefault</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"> 65: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">visualization</span><span style="color: #0000ff">&gt;</span></pre>
</pre>
<p>Para habilitar apariencia 3D se debe agregar al XML la siguiente línea:</p>
<p>&lt;Area3DStyle Enable3D=&quot;True&quot; /&gt;</p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/07/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/07/image_thumb3.png" width="254" height="395" /></a><a href="http://crmcol.co/wp-content/uploads/2011/07/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/07/image_thumb4.png" width="254" height="392" /></a></p>
<p>Parea agregar otra serie en el grafico se debe agregar al XML:</p>
<pre style="border-bottom: #cecece 1px solid; border-left: #cecece 1px solid; padding-bottom: 5px; background-color: #fbfbfb; min-height: 40px; padding-left: 5px; width: 581px; padding-right: 5px; height: 108px; overflow: auto; border-top: #cecece 1px solid; border-right: #cecece 1px solid; padding-top: 5px">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  1:         <span style="color: #0000ff">&lt;</span><span style="color: #800000">Series</span> <span style="color: #ff0000">Color</span>=<span style="color: #0000ff">&quot;168,203,104&quot;</span> <span style="color: #ff0000">BackGradientStyle</span>=<span style="color: #0000ff">&quot;TopBottom&quot;</span> <span style="color: #ff0000">BackSecondaryColor</span>=<span style="color: #0000ff">&quot;126,153,79&quot;</span> <span style="color: #ff0000">Font</span>=<span style="color: #0000ff">&quot;{0}, 9.5px&quot;</span> <span style="color: #ff0000">LabelForeColor</span>=<span style="color: #0000ff">&quot;59, 59, 59&quot;</span> <span style="color: #ff0000">CustomProperties</span>=<span style="color: #0000ff">&quot;PointWidth=0.75, MaxPixelPointWidth=40&quot;</span><span style="color: #0000ff">&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  2:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">SmartLabelStyle</span> <span style="color: #ff0000">Enabled</span>=<span style="color: #0000ff">&quot;True&quot;</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  3:           <span style="color: #0000ff">&lt;</span><span style="color: #800000">Points</span> <span style="color: #0000ff">/&gt;</span>
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  4:         <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Series</span><span style="color: #0000ff">&gt;</span></pre>
</pre>
<p>Se puede modificar el XML según tus necesidades y asi aumentar el impacto de tus Paneles y Graficos.</p>
<p><a href="http://crmcol.com/"><img title="Nuevo_Logo" border="0" alt="Nuevo_Logo" src="http://crmcol.co/wp-content/uploads/2010/02/Nuevo_Logo18.png" width="244" height="63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/07/20/crm-2011graficos-y-dashboards-personalizados/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Los Tweets de la Semana 2011-07-03</title>
		<link>http://crmcol.co/2011/07/03/los-tweets-de-la-semana-2011-07-03/</link>
		<comments>http://crmcol.co/2011/07/03/los-tweets-de-la-semana-2011-07-03/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 16:11:00 +0000</pubDate>
		<dc:creator>flopez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/07/03/los-tweets-de-la-semana-2011-07-03/</guid>
		<description><![CDATA[Carga Masiva de Archivos en WSS Foundation 2011: http://t.co/pe4ykbY # MetaData Browser para Dynamics CRM 2011. Exporta a Excel. http://t.co/KgsxJ7v #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Carga Masiva de Archivos en WSS Foundation 2011: <a href="http://t.co/pe4ykbY" rel="nofollow">http://t.co/pe4ykbY</a> <a href="http://twitter.com/crmcol/statuses/86915548067278849" class="aktt_tweet_time">#</a></li>
<li>MetaData Browser para Dynamics CRM 2011.  Exporta a Excel. <a href="http://t.co/KgsxJ7v" rel="nofollow">http://t.co/KgsxJ7v</a> <a href="http://twitter.com/crmcol/statuses/86915881262784512" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/07/03/los-tweets-de-la-semana-2011-07-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metadata Browser para Dynamics CRM 2011</title>
		<link>http://crmcol.co/2011/07/01/metadata-browser-para-dynamics-crm-2011/</link>
		<comments>http://crmcol.co/2011/07/01/metadata-browser-para-dynamics-crm-2011/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 21:52:18 +0000</pubDate>
		<dc:creator>flopez</dc:creator>
				<category><![CDATA[Add - Ons]]></category>
		<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[Microsoft CRM]]></category>
		<category><![CDATA[Solución Problemas]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[Metadata; CRM; CRM 2011]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/07/01/metadata-browser-para-dynamics-crm-2011/</guid>
		<description><![CDATA[En Dynamics CRM 4.0 existían varias herramientas que pemiten ver la estructura de campos de cada una de las entidades. Para Dynamics CRM 2011, Rhett Clinton diseño esta solución en Silverlight que permite ver todas las entidades, los campos de cada una de ellas y además permite exportarlo a Excel. DESCARGAR EL CRM 2011 METADATA [...]]]></description>
			<content:encoded><![CDATA[<p>En Dynamics CRM 4.0 existían varias herramientas que pemiten ver la estructura de campos de cada una de las entidades.</p>
<p>Para Dynamics CRM 2011, <a href="http://bingsoft.wordpress.com/" target="_blank">Rhett Clinton</a> diseño esta solución en Silverlight que permite ver todas las entidades, los campos de cada una de ellas y además permite exportarlo a Excel. </p>
<p><a href="http://crm2011metabrowser.codeplex.com/releases/view/61231" target="_blank">DESCARGAR EL CRM 2011 METADATA BROWSER</a></p>
<p>El Archivo es un *.Zip que se instala como una solución en el CRM.&#160; Una vez instalada la solución, va a encontrar en Configuración &gt; Personalización.&#160; una nueva opción que es este Navegador de los Metadatos.&#160; En el caso nuestro el Icono aparece como Desconocido1322</p>
<p><strong><font color="#ff0000">Importante:&#160; Si tiene IFD habilitado debe ingresar con la dirección Https del IFD. Ej:&#160; <a href="https://miorg.crmcol.com:444">https://miorg.crmcol.com:444</a></font></strong></p>
<p><a href="http://crmcol.co/wp-content/uploads/2011/07/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://crmcol.co/wp-content/uploads/2011/07/image_thumb.png" width="512" height="322" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/07/01/metadata-browser-para-dynamics-crm-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carga Masiva de Documentos en WSS Foundation 2011</title>
		<link>http://crmcol.co/2011/07/01/carga-masiva-de-documentos-en-sharepoint-foundation-2011/</link>
		<comments>http://crmcol.co/2011/07/01/carga-masiva-de-documentos-en-sharepoint-foundation-2011/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 21:45:10 +0000</pubDate>
		<dc:creator>flopez</dc:creator>
				<category><![CDATA[Otras Cosas]]></category>
		<category><![CDATA[Sharepoint Foundation]]></category>
		<category><![CDATA[Sharepoint; Documentos]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/07/01/carga-masiva-de-documentos-en-sharepoint-foundation-2011/</guid>
		<description><![CDATA[En algunas ocasiones se quiere cargar una gran cantidad de archivos en una biblioteca de documentos en Sharepoint Foundation 2011.&#160; La primera Alternativa es hacer uso de la funcionalidad para cargar varios documentos, pero es limitada y lenta. Para esta Función se puede utilizar el Sharepoint 2010 Bulk Document Importer.&#160; Esta Herramienta permite el Cargue [...]]]></description>
			<content:encoded><![CDATA[<p>En algunas ocasiones se quiere cargar una gran cantidad de archivos en una biblioteca de documentos en Sharepoint Foundation 2011.&#160; </p>
<p>La primera Alternativa es hacer uso de la funcionalidad para cargar varios documentos, pero es limitada y lenta.</p>
<p>Para esta Función se puede utilizar el <a href="http://spbulkdocumentimport.codeplex.com/" target="_blank">Sharepoint 2010 Bulk Document Importer</a>.&#160; Esta Herramienta permite el Cargue Masivo de Documentos, desde un carpeta en su disco duro y sin perder la estructura de Sub Carpetas con la que se cuenta.&#160; </p>
<p>Una Ventaja es que puede usarla desde cualquier máquina y no necesariamente desde el servidor de Sharepoint Services.</p>
<p>Para utilizar la herramienta:</p>
<p>1- Descárguela a su máquina y descomprima el Zip en una carpeta como por Ejemplo C:BulkImporter</p>
<p>2. Abra una ventana de Comandos con Permisos de Administrador</p>
<p>3. Busque la Carpeta y ejecute el siguiente Comando:</p>
<p><b>OrbitOne.SharePoint.Importer.exe -folder:folder -site:url -documenlibrary:name [-createfolders] [-createemptyfolders] [-archive:folder] [-username -password -domain] [-authenticationmode:[Windows|Forms]]</b></p>
<p> <strong></strong>
<p>Argumentos Requeridos     <br /><b>-folder</b>: La Carpeta Fuente de la Importación     <br /><b>-site</b>: EL URL del Sitio de Sharepoint al que se quieren copiar los datos</p>
<p><b>-documentlibrary</b>: El Nombre de la Libreria     <br /><b></b></p>
<p><strong>Ejemplo</strong>     <br /><b>OrbitOne.SharePoint.Importer.exe -folder:&quot;c:fileshare2010documentation&quot; -site:&quot;http://intranet/2010&quot; -documentlibrary:&quot;user guides&quot; –createfolders –username: Administrador –password:******* domain: dominio*</b></p>
<p><a href="http://spbulkdocumentimport.codeplex.com/wikipage?title=Command-line%20options&amp;referringTitle=Documentation" target="_blank">Hay otros argumentos que&#160; vale la pena revisar aquí.</a></p>
<p><img title="logging2.png" alt="logging2.png" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spbulkdocumentimport&amp;DownloadId=119064" width="505" height="255" /></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/07/01/carga-masiva-de-documentos-en-sharepoint-foundation-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Dynamics CRM 4.0 Update Rollups</title>
		<link>http://crmcol.co/2011/05/25/microsoft-dynamics-crm-4-0-update-rollups/</link>
		<comments>http://crmcol.co/2011/05/25/microsoft-dynamics-crm-4-0-update-rollups/#comments</comments>
		<pubDate>Wed, 25 May 2011 12:59:52 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[Microsoft CRM]]></category>
		<category><![CDATA[Rollup]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM 4.0]]></category>
		<category><![CDATA[Roll Up]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/05/25/microsoft-dynamics-crm-4-0-update-rollups/</guid>
		<description><![CDATA[Url de descarga de Paquetes de Actualizaciones de Microsoft Dynamics CRM 4.0: Nombre Url Rollup 1 http://www.microsoft.com/downloads/en/details.aspx?FamilyId=57C6267B-3B13-49DD-BFED-3CC83633AEA7&#38;displaylang=en Rollup 2 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=AA671769-61E9-45C4-919F-C88199AA4241 Rollup 3 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=05453FA4-9551-4A88-9852-634A9AD0E140 Rollup 4 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0DDF8E83-5D9C-4FE7-9AE6-F2713A024071 Rollup 5 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5101D801-976B-4C11-BDFC-000B970EF4A3 Rollup 6 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=79F90982-C039-41C2-AF8E-3119ECF27790 Rollup 7 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A4893988-7804-4E23-AB58-740441CC696E Rollup 8 http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&#38;FamilyID=c53b2916-6b93-4092-bdd3-a394c96ca000 Rollup 9 http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&#38;FamilyID=5869f2b3-d1a0-4f71-8be3-fde6e8053a2e Rollup 10 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5DA4D352-1D3F-4426-9C17-B256C30AFDB9 Rollup 11 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F84F2BFB-393D-4B90-BF1B-300A82EC6083 Rollup 12 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A80147F8-130E-492D-93D3-E16E6B2E2FA1 Rollup 13 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=406E6247-873B-4DB0-8A25-3F041B066844 Rollup 14 [...]]]></description>
			<content:encoded><![CDATA[<p>Url de descarga de Paquetes de Actualizaciones de Microsoft Dynamics CRM 4.0:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="299">
<p><b><font color="#000000">Nombre</font></b></p>
</td>
<td valign="top" width="806">
<p><b><font color="#000000">Url</font></b></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 1</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=57C6267B-3B13-49DD-BFED-3CC83633AEA7&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyId=57C6267B-3B13-49DD-BFED-3CC83633AEA7&amp;displaylang=en</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 2</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=AA671769-61E9-45C4-919F-C88199AA4241">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=AA671769-61E9-45C4-919F-C88199AA4241</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 3</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=05453FA4-9551-4A88-9852-634A9AD0E140">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=05453FA4-9551-4A88-9852-634A9AD0E140</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 4</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0DDF8E83-5D9C-4FE7-9AE6-F2713A024071">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0DDF8E83-5D9C-4FE7-9AE6-F2713A024071</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 5</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5101D801-976B-4C11-BDFC-000B970EF4A3">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5101D801-976B-4C11-BDFC-000B970EF4A3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 6</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=79F90982-C039-41C2-AF8E-3119ECF27790">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=79F90982-C039-41C2-AF8E-3119ECF27790</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 7</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A4893988-7804-4E23-AB58-740441CC696E">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A4893988-7804-4E23-AB58-740441CC696E</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 8</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=c53b2916-6b93-4092-bdd3-a394c96ca000">http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=c53b2916-6b93-4092-bdd3-a394c96ca000</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 9</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=5869f2b3-d1a0-4f71-8be3-fde6e8053a2e">http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=5869f2b3-d1a0-4f71-8be3-fde6e8053a2e</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 10 </p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5DA4D352-1D3F-4426-9C17-B256C30AFDB9">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5DA4D352-1D3F-4426-9C17-B256C30AFDB9</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 11</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F84F2BFB-393D-4B90-BF1B-300A82EC6083">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F84F2BFB-393D-4B90-BF1B-300A82EC6083</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 12</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A80147F8-130E-492D-93D3-E16E6B2E2FA1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A80147F8-130E-492D-93D3-E16E6B2E2FA1</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 13</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=406E6247-873B-4DB0-8A25-3F041B066844">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=406E6247-873B-4DB0-8A25-3F041B066844</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 14</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0FDE5456-05A5-4407-81B3-0EAA928C8CC3">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0FDE5456-05A5-4407-81B3-0EAA928C8CC3</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 15</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A43147C9-E87E-41B3-BF46-AC1244A0475C">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A43147C9-E87E-41B3-BF46-AC1244A0475C</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 16</p>
</td>
<td valign="top" width="806">
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5AD652F9-D81D-4F12-B9CA-883816806634">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5AD652F9-D81D-4F12-B9CA-883816806634</a></p>
</td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 17</p>
</td>
<td valign="top" width="806"><a title="http://www.microsoft.com/download/en/details.aspx?id=14458" href="http://www.microsoft.com/download/en/details.aspx?id=14458">http://www.microsoft.com/download/en/details.aspx?id=14458</a></td>
</tr>
<tr>
<td valign="top" width="299">
<p>Rollup 18</p>
</td>
<td valign="top" width="806"><a title="http://www.microsoft.com/download/en/details.aspx?id=26662" href="http://www.microsoft.com/download/en/details.aspx?id=26662">http://www.microsoft.com/download/en/details.aspx?id=26662</a></td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p><a href="http://crmcol.com/"><img title="Nuevo_Logo" border="0" alt="Nuevo_Logo" src="http://crmcol.co/wp-content/uploads/2010/02/Nuevo_Logo18.png" width="244" height="63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/05/25/microsoft-dynamics-crm-4-0-update-rollups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 2011 – Jscripts sobre Campos y elementos del Formulario</title>
		<link>http://crmcol.co/2011/05/03/crm-2011-jscripts-sobre-campos-y-elementos-del-formulario/</link>
		<comments>http://crmcol.co/2011/05/03/crm-2011-jscripts-sobre-campos-y-elementos-del-formulario/#comments</comments>
		<pubDate>Tue, 03 May 2011 13:53:33 +0000</pubDate>
		<dc:creator>cllamas</dc:creator>
				<category><![CDATA[CRM 2011]]></category>
		<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[crmForm]]></category>
		<category><![CDATA[Jscript]]></category>
		<category><![CDATA[Xrm.Page]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/05/03/crm-2011-jscripts-sobre-campos-y-elementos-del-formulario/</guid>
		<description><![CDATA[&#160; Con el cambio de versión de Microsoft Dynamics CRM 4.0 a CRM 2011, se presentaron cambios en la interfaz grafica lo cual significa que hay cambios en los Jscrips para usar nuevas convenciones y usar las nuevas capacidades de CRM 2011. CRM 4.0 hace uso del objeto crmForm para proveer acceso a los campos [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Con el cambio de versión de Microsoft Dynamics CRM 4.0 a CRM 2011, se presentaron cambios en la interfaz grafica lo cual significa que hay cambios en los Jscrips para usar nuevas convenciones y usar las nuevas capacidades de CRM 2011.</p>
<p>CRM 4.0 hace uso del objeto <strong>crmForm</strong> para proveer acceso a los campos del formulario. En la versión 2011 este objeto está es desuso. Algunos Scripts usando <strong>crmForm</strong> van a seguir siendo soportados por asuntos de compatibilidad, pero para usar las correctamente CRM 2011 se deben cambiar los Scripts de <strong>crmForm</strong> a <strong>Xrm.Page:</strong></p>
<p><strong>SELECCIONAR VALOR DE UN CAMPO</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).getValue();</p>
<p><strong>ESTABLECER VALOR DE UN CAMPO</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setValue(“Value”);</p>
<p><strong>ESTABLECER VALOR DE UN PICKLIST EN OPCION 1000000000</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setValue(100000000);</p>
<p><strong>ESTABLECER VALOR DE UN CAMPO EN NULO</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setValue(null);</p>
<p><strong>ESTABLECER NIVEL DE REQUERIMIENTO DE UN CAMPO</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setRequiredLevel(&#8220;required&#8221;);</p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setRequiredLevel(&#8220;recommended&#8221;);</p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setRequiredLevel(&#8220;none&#8221;);</p>
<p><strong>DESHABILITAR / HABILITAR CAMPOS</strong></p>
<p>Xrm.Page.getControl(attribute&#8221;).setDisabled(true);</p>
<p>Xrm.Page.getControl(&#8220;attribute&#8221;).setDisabled(false);</p>
<p><strong>MOSTRAR / OCULTAR CAMPOS</strong></p>
<p>Xrm.Page.getControl (&#8220;attribute&#8221;).setVisible(true);</p>
<p>Xrm.Page.getControl (&#8220;attribute&#8221;).setVisible(false);</p>
<p><strong>SET FOCUS</strong></p>
<p>Xrm.Page.getControl(&#8220;attribute&#8221;).setFocus(true);</p>
<p><strong>ESCONDER / MOSTRAR TAB</strong></p>
<p>Xrm.Page.ui.tabs.get(1).setVisible(true);</p>
<p>Xrm.Page.ui.tabs.get(1).setVisible(false);</p>
<p><strong>ESTABLECER EL VALOR EN UN CAMPO BOOLEAN</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setValue(true);</p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).setValue(false);</p>
<p><strong>ID DE LA ENTIDAD DEL FORMULARIO ACTUAL</strong></p>
<p>Xrm.Page.data.entity.getId();</p>
<p><strong>SALVAR EL FORMULARIO ACTUAL</strong></p>
<p>Xrm.Page.data.entity.save();</p>
<p><strong>ACCIÓN FireOnChange DE UN CAMPO EN OTRO</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).fireOnChange();</p>
<p><strong>ID O EL CONTENIDO DEL CAMPO LOOKUP (BUSQUEDA)</strong></p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).getValue()[0].id;</p>
<p>Xrm.Page.getAttribute(&#8220;attribute&#8221;).getValue()[0].name;</p>
<p><strong>DETENER EL EVENTO GUARDAR (SAVE) DEL FORMULARIO</strong></p>
<p>event.returnValue = false;</p>
<p><strong>DEVUELVE EL GUID DEL ROL DE SEGURIDAD DEL USUARIO CRM</strong></p>
<p>Xrm.page.context.getUserRoles();</p>
<pre><strong>
</strong></pre>
<p><a href="http://crmcol.com/"><img title="Nuevo_Logo" src="http://crmcol.co/wp-content/uploads/2010/02/Nuevo_Logo18.png" alt="Nuevo_Logo" width="244" height="63" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/05/03/crm-2011-jscripts-sobre-campos-y-elementos-del-formulario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Los Tweets de la Semana 2011-04-17</title>
		<link>http://crmcol.co/2011/04/17/los-tweets-de-la-semana-2011-04-17/</link>
		<comments>http://crmcol.co/2011/04/17/los-tweets-de-la-semana-2011-04-17/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 16:11:00 +0000</pubDate>
		<dc:creator>flopez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crmcol.com/teamblog/2011/04/17/los-tweets-de-la-semana-2011-04-17/</guid>
		<description><![CDATA[Just passed pre-sales, sales, sales specialist assesment in just one day. Now I am a CRM Sales Specialist #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Just passed pre-sales, sales, sales specialist assesment in just one day. Now I am a CRM Sales Specialist <a href="http://twitter.com/crmcol/statuses/58510231788978177" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crmcol.co/2011/04/17/los-tweets-de-la-semana-2011-04-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

