<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CRM Online Custom Built Dashboards</title><link>http://blogs.msdn.com/dynamicscrmonline/archive/2009/06/02/crm-online-custom-built-dashboards.aspx</link><description>Building Custom dashboards for Dynamics CRM Online is not as complex of an effort that it's reputation has gotten. It does require some developer skills and this blog will be a great launching pad for you to build your own. Here's a screen shot of a dashboard</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>CRM Online Custom Built Dashboards</title><link>http://blogs.msdn.com/dynamicscrmonline/archive/2009/06/02/crm-online-custom-built-dashboards.aspx#9688047</link><pubDate>Wed, 03 Jun 2009 03:09:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9688047</guid><dc:creator>Microsoft Dynamics CRM Online Team Blog</dc:creator><description>&lt;p&gt;Building Custom dashboards for Dynamics CRM Online is not as complex of an effort that it&amp;amp;#39;s reputation&lt;/p&gt;
</description></item><item><title>re: CRM Online Custom Built Dashboards</title><link>http://blogs.msdn.com/dynamicscrmonline/archive/2009/06/02/crm-online-custom-built-dashboards.aspx#9702339</link><pubDate>Sat, 06 Jun 2009 03:29:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9702339</guid><dc:creator>shan_mcarthur@spamcop.net</dc:creator><description>&lt;p&gt;Interesting approach to using DataTables just so you can use LINQ. &amp;nbsp;That is a lot of work. Your 62-line example can be written in 3 lines using ADXSTUDIO XRM SDK:&lt;/p&gt;
&lt;p&gt;var crm = new XrmDataContext();&lt;/p&gt;
&lt;p&gt;var leads = crm.Leads.Where( l=&amp;gt; l.OwningUser.FullName == OwnerName &amp;amp;&amp;amp; l.Status == &amp;quot;Open&amp;quot;);&lt;/p&gt;
&lt;p&gt;decimal EstimatedValue = leads.Sum( v =&amp;gt; v.EstValue??0);&lt;/p&gt;
&lt;p&gt;Shan&lt;/p&gt;
</description></item></channel></rss>