<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>CRM Forum Tag: crm 3</title>
<link>http://forum.crmreports.com/</link>
<description>User-to-user CRM related forums</description>
<language>en</language>
<pubDate>Sun, 01 Aug 2010 01:48:40 +0000</pubDate>

<item>
<title>mayiya6 on "CRM 3 AND REPORTING"</title>
<link>http://forum.crmreports.com/topic/crm-3-and-reporting#post-2366</link>
<pubDate>Fri, 25 Jun 2010 16:49:45 +0000</pubDate>
<dc:creator>mayiya6</dc:creator>
<guid isPermaLink="false">2366@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;Hi I install crm 3 with the report server 2000 that it´s included, I also install the sql server 2005 standard edition.  Now I want to install the report server 2005, what I try to do is to uninstall the report server 2000 and install and configure the report server 2005 standard edition (but I have not sucess with the reporting service configuration manager, any web page where I can see how is the configuration of the reporting service with CRM 3.0) after that I plan to redirect the crm to this new report server, but can I do this????&#60;/p&#62;
&#60;p&#62;I also try to actualize the report server 2000 to 2005 but I get this error:  Your update is blocked. For more information about upgrade support, see the 'Version and Edition Upgrades' and 'Hardware and Software Requirements' topics in SQL Server 2005 Setup Help or SQL Server 2005 books Online. Your upgrade is blocked because of cross-language compatibility rules.
&#60;/p&#62;</description>
</item>
<item>
<title>prabhakar on "Displaying attachments in a gridview"</title>
<link>http://forum.crmreports.com/topic/displaying-attachments-in-a-gridview#post-1884</link>
<pubDate>Wed, 10 Sep 2008 10:05:40 +0000</pubDate>
<dc:creator>prabhakar</dc:creator>
<guid isPermaLink="false">1884@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to retrieve the all attached attahments from notes tab of an entity.For this requirement you replied me should use the FetchXML query language,But i am new to this CRM platform.Can u suggest me where i have to write the fetchxml qurey language and how to execute ?&#60;/p&#62;
&#60;p&#62;If u don't mind can u replied me with complete details?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Prabhakar
&#60;/p&#62;</description>
</item>
<item>
<title>UG Bot on "Missing toolbar in CRM Outlook Desktop client (3.0)"</title>
<link>http://forum.crmreports.com/topic/missing-toolbar-in-crm-outlook-desktop-client-30#post-1867</link>
<pubDate>Wed, 10 Sep 2008 08:13:45 +0000</pubDate>
<dc:creator>UG Bot</dc:creator>
<guid isPermaLink="false">1867@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;&#60;em&#62;Newsgroup subject: CRM 3.0 - Outlook Toolbar Missing in Opened Email View&#60;br /&#62;
Archived from: microsoft.public.crm&#60;br /&#62;
Author: Graeme Canivet&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;One of our users is experiencing a missing toolbar in their CRM Outlook Desktop client for Microsoft CRM 3.0. The main toolbar appears, but the &#34;Track in CRM&#34; toolbar does not appear in the Opened Email View.&#60;br /&#62;
I have searched the web and the closest thing I can find is this thread posted two years ago to this newsgroup: &#60;a href=&#34;http://groups.google.com/group/microsoft.public.crm/browse_thread/thread/2a2a23357f48a2fe&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/microsoft.public.crm/browse_thread/thread/2a2a23357f48a2fe&#60;/a&#62;&#60;br /&#62;
Unfortunately, the solution did not work for me &#38;#38; apparently for others.  I have reinstalled, removed and replaced the COM addins, applied Rollups 1,2 &#38;#38; 3, and yet, nothing seems to work.&#60;/p&#62;
&#60;p&#62;The only thing that is different is that the user is using Outlook 2003 Small Business Edition, which was pre-loaded on the laptop. Could this be the reason?&#60;/p&#62;
&#60;p&#62;Any help would be great,&#60;br /&#62;
Graeme
&#60;/p&#62;</description>
</item>
<item>
<title>UG Bot on "Displaying attachments in a gridview"</title>
<link>http://forum.crmreports.com/topic/displaying-attachments-in-a-gridview#post-1808</link>
<pubDate>Tue, 09 Sep 2008 09:20:58 +0000</pubDate>
<dc:creator>UG Bot</dc:creator>
<guid isPermaLink="false">1808@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
You should use the FetchXML query language used in Microsoft CRM 3 to first select which attachments to be gathered and after you receive the attachments you'll need to decode those. The FetchXML is explained better here (also there is information on how to use its schema): &#60;a href=&#34;http://msdn.microsoft.com/en-us/library/aa685873.aspx&#34; rel=&#34;nofollow&#34;&#62;http://msdn.microsoft.com/en-us/library/aa685873.aspx&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>prabhakar on "Displaying attachments in a gridview"</title>
<link>http://forum.crmreports.com/topic/displaying-attachments-in-a-gridview#post-1805</link>
<pubDate>Tue, 09 Sep 2008 03:51:21 +0000</pubDate>
<dc:creator>prabhakar</dc:creator>
<guid isPermaLink="false">1805@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;Hi everybody,&#60;/p&#62;
&#60;p&#62;I have created one button called &#34;view attachments&#34; in navigation pane of an entity form.When i click that button it will show all attachments attached to that entity form in a gridview .&#60;/p&#62;
&#60;p&#62;Can anybody help me how to acheive this requirement in crm 3.0 programming? and also where i have to write code for these requirements?&#60;/p&#62;
&#60;p&#62;Please provide crm code for this requirements with complete details .&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Prabhakar.
&#60;/p&#62;</description>
</item>
<item>
<title>prabhakar on "Automatic calculation field in microsoft crm 3.0"</title>
<link>http://forum.crmreports.com/topic/automatic-calculation-field-in-microsoft-crm-30#post-1769</link>
<pubDate>Mon, 08 Sep 2008 01:42:42 +0000</pubDate>
<dc:creator>prabhakar</dc:creator>
<guid isPermaLink="false">1769@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;hi claudiu,&#60;/p&#62;
&#60;p&#62;I have to use AJAX code.But i am not understanding where i have to write AJAX code for that total amount field.&#60;/p&#62;
&#60;p&#62;Can u help me how to retrieve values entered on linked entities and also sum of values entered on linked entities should be displayed on total field of main entity form ?&#60;/p&#62;
&#60;p&#62;Please provide complete details with AJAX CODE.&#60;/p&#62;
&#60;p&#62;THANKS&#60;br /&#62;
PRABHAKAR
&#60;/p&#62;</description>
</item>
<item>
<title>UG Bot on "Problems with displaying activities in CRM 3/4"</title>
<link>http://forum.crmreports.com/topic/problems-with-displaying-activities-in-crm-34#post-1760</link>
<pubDate>Sat, 06 Sep 2008 16:01:39 +0000</pubDate>
<dc:creator>UG Bot</dc:creator>
<guid isPermaLink="false">1760@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;&#60;em&#62;Newsgroup subject: Re: Replicating Production data in Test environment&#60;br /&#62;
Archived from: microsoft.public.crm.deployment&#60;br /&#62;
Author: Matt Parks&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;After upgrading from CRM 3 to 4 about 1 month ago, a sales rep pointed out an issue with Activities that isn't working as it should (or would think).&#60;br /&#62;
In CRM 3, if you selected the Due Today option, it would list only activities due today. No overdue items.&#60;br /&#62;
In CRM 3, if you selected the Due Overdue option, it would list activities that are overdue.&#60;br /&#62;
In CRM 4, if you select the Due Today option, it shows all activities due Today AND overdue.&#60;br /&#62;
In CRM 4, if you select the Due Overdue option, it shows all activities due Today AND overdue.&#60;br /&#62;
Basically, CRM 4's &#34;Today&#34; should just list Today's Activities (due today). Instead it functions the exact same way as the Overdue option (redundant).&#60;br /&#62;
Is there a way to fix this? I would like just a due today option that works.
&#60;/p&#62;</description>
</item>
<item>
<title>Claudiu on "Automatic calculation field in microsoft crm 3.0"</title>
<link>http://forum.crmreports.com/topic/automatic-calculation-field-in-microsoft-crm-30#post-1698</link>
<pubDate>Fri, 05 Sep 2008 15:46:24 +0000</pubDate>
<dc:creator>Claudiu</dc:creator>
<guid isPermaLink="false">1698@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
So you have defined a custom field and you want to have it show the total amount from values summed up from different linked entities? What code have you used?
&#60;/p&#62;</description>
</item>
<item>
<title>prabhakar on "Automatic calculation field in microsoft crm 3.0"</title>
<link>http://forum.crmreports.com/topic/automatic-calculation-field-in-microsoft-crm-30#post-1697</link>
<pubDate>Fri, 05 Sep 2008 01:41:35 +0000</pubDate>
<dc:creator>prabhakar</dc:creator>
<guid isPermaLink="false">1697@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;hi everybody,&#60;/p&#62;
&#60;p&#62;I have created a field called &#34;total amount&#34; on one entity form(main form) and this is automatic calculation field based on total amount values we have entered in other fields on link entity forms.simply i need automatic calcutation of total sum on main entity form.&#60;/p&#62;
&#60;p&#62;Can anybody suggest me how to acheive this requirement?&#60;/p&#62;
&#60;p&#62;Pls reply with sample code or screenshots.&#60;/p&#62;
&#60;p&#62;I am waiting for replies.Urgent-------------------&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Prabhakar
&#60;/p&#62;</description>
</item>
<item>
<title>UG Bot on "Planning to move CRM 3 to new hardware"</title>
<link>http://forum.crmreports.com/topic/planning-to-move-crm-3-to-new-hardware#post-1391</link>
<pubDate>Thu, 28 Aug 2008 20:12:32 +0000</pubDate>
<dc:creator>UG Bot</dc:creator>
<guid isPermaLink="false">1391@http://forum.crmreports.com/</guid>
<description>&#60;p&#62;&#60;em&#62;Newsgroup subject: Re: Moving CRM to new hardware&#60;br /&#62;
Archived from: microsoft.public.crm&#60;br /&#62;
Author: Sean Donnelly&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Perfect! Thank you very much for the response and tips.&#60;/p&#62;
&#60;p&#62;Sean
&#60;/p&#62;</description>
</item>

</channel>
</rss>
