I am making progress on a new Fetch XML based report, and I need to add an Address Block. I have a table with multiple rows per record, but I want to make sure my Address Block stays together even if some of the other data wraps in other columns (thus expanding the report vertically). I would like to add the Account Name, Address Line 1, City, State and Zip on three lines within the same cell with two carraign returns. I used & VBCRLF & (the VBCRLF stands for Visual Basic Carraige Return Line Feed) and it worked in preview mode, but I got an error when I tried to upload the .rdl as an existing file into CRM Online.
SyncraTec > Synchronizations > Dynamics 365 > Fetch XML Reports > Microsoft Dynamics CRM 2011 Online – Fetch XML Based Reports – Carraige Returns
Power Platform Per User Licenses – 50% Off!
Through October 31, 2022, get this plan at half the monthly price* for up to 25 members of your organization for one year. Help people continue building, sharing, and running
Take Advantage of the New “Check Access” Command Button in Dynamics 365
March 17, 2021
/
Gina Pleskunas
/
Dynamics 365
/
Customer Service Case Management, Dynamics 365, Security, Unified Interface, XRMToolBox
/
No Comments
Take Advantage of the New “Check Access” Command Button in Dynamics 365 Background The other day, we had a request from one of our Dynamics 365 Customer Service clients. They
Microsoft Teams Webinar Capabilities
Very excited and looking forward to the new Microsoft Teams webinar capabilities. Until now, we had to be satisfied with a regular “online meeting” or “live event” experiences. The online
Exchange Server Patch Alert
This article summarizes Microsoft’s release of patches for multiple different on-premises Microsoft Exchange Server zero-day vulnerabilities that are being exploited by a nation-state affiliated group. The vulnerabilities exist in on-premises
Dynamics 365 Team Members License Use Rights
March 6, 2021
/
Ian Smith
/
Dynamics 365, Team Members License
/
Licensing, Use-Rights
/
No Comments
Team Member licenses are “cross-application” licenses (meaning users can access both sales and customer service, for example). The Team Member licenses are $8 / user per month. From the Dynamics
Please make sure your browser settings allow third-party cookies
I noticed an error in ClickDimensions. Server Error – Please make sure your browser settings allow third-party cookies. I found this blog article on the ClickDimensions site which alleviated the
Dynamics Interactive Dashboards – Workaround to Default to “All” Records
December 23, 2020
/
Gina Pleskunas
/
Dynamics 365
/
default Time Frame, interactive dashboard, Unified Interface
/
2 Comments
Dynamics Interactive Dashboards – Workaround to Default to “All” Records Background on the Issue I wrote a previous blog singing the praises of interactive dashboards in Dynamics 365. I have
News on 2020 Cyberattack on United States
Content of this post provided by Microsoft. Editor’s Note Microsoft is aware of a sophisticated attack that utilizes malicious SolarWinds software. On December 17, 2020, Brad Smith posted a blog
Google Analytics / CRM Sales Data Analytics Dashboard
December 9, 2020
/
Steve Wentworth
/
Digital Marketing, Power BI
/
Excel, Google Analytics
/
No Comments
Google Analytics / CRM Sales Data Analytics Dashboard Avoid Excel Hell in Production of Monthly Digital Marketing Reports Which road are you on today? The paved two-lane state highway or
Microsoft’s “New” Office Message Encryption (OME)
December 9, 2020
/
Gina Pleskunas
/
Data Protection
/
Azure RMS, Email Encryption, Office 365, Outlook, Security
/
No Comments
Microsoft’s “New” Office Message Encryption (OME) Having a Problem with Email Message Encryption? Have you had any issues with email encryption lately? All of a sudden, are you getting a
1 Comment
Yes, VBCRLF isn’t supported. Please use & Chr(10) & instead.