How to Configure Microsoft Dynamics CRM 4.0 E-mail Router (On-Pr. CRM 4.0 Receiving Error when Editing the sales pipeline subrepor. Microsoft Dynamics CRM Team Blog : Configure Microsoft Dynamics. Microsoft has released the November 2009 update for the Microsoft Dynamics CRM Online E-mail Router which includes the support for Microsoft Exchange Online. This blog covers step by step instructions to setup the Microsoft Dynamics CRM E-mail Router with the Exchange Online system to process incoming and outgoing e-mails from the Microsoft CRM system. Introduction Microsoft Exchange Online is a hosted enterprise messaging service from Microsoft which provides the robust capabilities of Microsoft Exchange Server as a cloud-based service.
Microsoft Dynamics CRM Online E-mail Router with Nov 2009 update has been enhanced to integrate with Exchange Online which can serve as the E-mail service provider to Microsoft CRM. The new Router uses Exchange web services (EWS) as the communication protocol as opposed to HTTP-DAV which was used for earlier on-premises Exchange servers. Prerequisites Microsoft Dynamics CRM Online subscription. Configuration Steps Microsoft Dynamics CRM Online CRM Users. Troubleshooting the Microsoft Dynamics CRM E-mail Router - Micro. 2008 July « Javista – Microsoft Dynamics CRM blog. Category » Reporting « @ Mitch Milam's Dynamics CRM Discussions. When you are creating a CRM report involving an address block, you will need to take into account the fact that most of the time, the additional address lines will be blank. Since it is generally bad form to have extra blank lines in your address block, we need a way of only adding those fields with data. Take a look at the following, pretty normal address block layout with examples: Address Block Layout:Customer Name Address Line 1 Address Line 2 City, State ZipcodeExample 1:Bob Smith 123 South Center Street Apt. 3A Dallas, TX 00111Example 2:Bob Smith 123 South Center Street, Apt 3ADallas, TX 00111 Notice how the second example's Address Line 2 is blank, and therefore we have that ugly blank line in the middle of our address?
 Well, I don't know about you, but most of my customers ( and me ) find this unacceptable and want the extra blank line removed. =Fields! Name.Value & vbCRLF &Fields! Address1_line1.Value & vbCRLF & IIF(IsNothing(Fields! References: Catherine Eibner : Building a CRM 4.0 Report that will be access. CRM 4.0 has a large number of ways for you to build reports. The build in report wizard is quite empowering & Visual Studio allows you to quite easily build & deploy CRM reports to your server without much hassle at all… HOWEVER, when it came to building a report that would not be accessed via the Report Server as a normal report within CRM – but embedded in an iFrame within CRM itself, the details were sketchy. Searching the internet for help didn't even provide much guidance. As soon as we tried to link to the report in the iFrame we would receive the “An attempt was made to set a report parameter 'type' that is not defined in this report.
(rsUnknownReportParameter)” error. So after many hours of trying to get one of our existing reports to be accessible via an iFrame, I decided to start over & see if I could build one from scratch that worked. Turns out I should have done this hours earlier! But why would you want to embed a report in an iFrame? So what was I trying to achieve: 2. 1. 2.