Posted September 7th, 2011 / No Comments
Are you still using the 4.0 version of Microsoft Dynamics CRM? Good news – a new Update Rollup release! Rollup 19 is now available for download. Click here to review the blog post from the Microsoft Dynamics CRM Team Blog.
Want to go to the Download Center to access the downloadable files? Click here. These EXE files should be downloaded based upon the bit version of your server (they are available for 64-bit server and 32-bit server versions). A Client download EXE file is also available for the 32-bit version of MS Office ONLY. Read the rest of this entry »
Continue Reading
Posted August 29th, 2011 / No Comments
Using the Advanced Find function in Microsoft Dynamics CRM 2011 is a great way to extract data you want to see from the rest of your data in your CRM Database. It uses a query you define to filter the data and provide the data set results. Also, it can be used to prepare data to export to Microsoft Excel for reporting functionality. In Microsoft CRM 2011 Advanced Find feature has been given a much more prominent place in the top ribbon view as well as and there have been some additional improvements, such as, personal default views, inline filters, and Fetch XML export. This article identifies the basic Advanced Find functionality. Read the rest of this entry »
Continue Reading
Posted August 22nd, 2011 / 2 Comments
They’re finally available! The User’s Guide and Administrator’s Guide for Microsoft Dynamics CRM 2011 are now available for download:
- The Dynamics CRM 2011 User’s Guide, now “only” 645 pages compared to the CRM 4.0 User Guide content count of 493 pages, runs through all of the CRM 2011 functionality available for both the CRM Online and On-Premise versions. The User Guide is immensely helpful, covering a full range of topics from basic Lead, Contact, and Account Management to Workflow and Reporting. The Outlook Client is also covered, providing some great insight into the new features of the 2011 Client.
- The Dynamics CRM 2011 Administrator’s Guide is a handy document to have when functioning as the Administrator of any Dynamics CRM application. The document, around 137 pages, covers everything you need to know when implementing your CRM system, including Business Units, email settings, Security Roles, Products & Price List, Auditing, and System Jobs. This document is a must have for any system administrator.
Happy reading
Continue Reading
Posted August 19th, 2011 / No Comments
Tips and tricks around the advance find features. Learn more about the report wizard and its expanded feature sets with CRM 2011.
Title: CRM Reporting: Advanced Find & Report Wizard
Speaker: Kristen O’Connor, I.B.I.S. Consultant
Continue Reading
Posted July 29th, 2011 / No Comments
Great news - a new Update Rollup release for Dynamics CRM 2011! Rollup 3 is now available for download.
Want to go to the Download Center to access the downloadable files? Click here. These EXE files should be downloaded based upon the bit version of your CRM server (they are available for 64-bit server and 32-bit server versions). A Client download EXE file is also available based upon which version of MS Office you have, either 32-bit or 64-bit. Read the rest of this entry »
Continue Reading
Posted July 22nd, 2011 / No Comments
Learn how to identify duplicate data and which processes allow you to merging these for more data integrity in your CRM system.
Title: Merging, Sharing and Assigning in Microsoft Dynamics® CRM 2011
Speaker: Kristen O’Connor, I.B.I.S. Consultant
Continue Reading
Posted July 21st, 2011 / No Comments
A new study by Forrester Research, a top information technology research company based out of Cambridge, Massachusetts, concludes that Microsoft Dynamics CRM 2011 not only reduces marketing, sales, and service costs throughout organizations using CRM 2011, but also increases revenue productivity and collaboration throughout the company.
Using a risk-adjusted ROI cost analysis method, Forrester determined that organizations can see a total return of investment in as little as 4.1 months. After gathering information and feedback from executives currently working for 9 Dynamics CRM 2011 customers in their initial implementation phases, Forrester conducted a composite case study with 50 CRM users working for an organization with 2,000 employees. Read the rest of this entry »
Continue Reading
Posted July 15th, 2011 / 2 Comments
When implementing CRM, it is not unusual for a request to surface that requires datat creation based upon a certain action. Usually it is something like “create an Activity record” or “update another entity based upon a change in a record.” Plugins, and sometimes workflows, can both handle this situation.
Workflows are a basic and simple way to go. However there is a limitation – workflows cannot update multiple related records (e.g. child records of a parent record). Plugins on the other hand are fully capable of getting the job done. When you are in a situation where either functionality can handle the job, a question surfaces: “Which one do you use?” Read the rest of this entry »
Continue Reading
Posted July 5th, 2011 / No Comments
Good news - a new Update Rollup release! Rollup 18 is now available for download for the 4.0 version of Dynamics CRM. Click here to review the blog post from the Microsoft Dynamics CRM Team Blog.
Want to go to the Download Center to access the downloadable files? Click here. These EXE files should be downloaded based upon the bit version of your server (they are available for 64-bit server and 32-bit server versions). A Client download EXE file is also available for the 32-bit version of MS Office ONLY.
Want to go to the KB Article to read a bit more about the fixes included in the Rollup? Click here. The KB article goes in depth about included hotfixes available in the Rollup, as well as installation requirements and reminders.
NOTE: A prompt to restart the server may or may not occur after installing Rollup 18. As a reminder, a restart of a Client machine is ALWAYS required after installing the Rollup file for MS Outlook.
Continue Reading
Posted July 1st, 2011 / No Comments
There is a big change in CRM 2011 that isn’t really talked about much, but it has an impact in some key areas. In CRM 4.0 there was a column in the database tables for each entity to tell you when a record was deleted or not – DeletionStateCode.* It had the following possible values: 0 meaning the record was active in the database, 2 meaning the record was marked for removal when the deletion service next runs, and 1 which was not used. On a schedule the deletion service would skim through the tables and remove all the records with a value of 2. Fortunately or unfortunately (depending on how you look at it), the deletion service had problems and often didn’t run or would leave records in the system. When developing against the CRM environment (i.e. any custom SSRS reports, SQL queries, custom web pages, or plugins), you would need to take into account records with ‘deletionstatecode = 2’ (either excluding/including them based on what you were trying to do). There was an upside however; the inclusion/exclusion made it easy to be able to go back and look for missing records that may have been deleted accidentally and recover them or determine who had deleted them.
In CRM 2011, ‘DeletionStateCode’ no longer exists. When you delete a record, it goes bye-bye for good. There is no trace of it left behind. This means that you do not have to include it in your customizations against CRM anymore. If you want to be able to go back and retrieve old records you will need to do a restore to a backed up version of the database. If you want to see who deleted what, you will need to use some type of audit logging.**
How does this affect your system? If you are new to Dynamics CRM 2011, it has no impact, but if you are upgrading…this means you may have some work to do. If you have customized your system beyond simple configuration and reference DeletionStateCode in your custom code, reports, or queries, you will need to go and remove those references to prevent errors from rendering your customized system useless. Additionally this is very important when planning for your upgrade from CRM 4.0 to CRM 2011. Make sure that you run the deletion service manually prior to upgrading and also check that all records with a DeletionStateCode = 2 that the service might have missed get removed from the system as well. If there are any records remaining in the database when the system gets upgraded, they will magically reappear as active records when you log into CRM 2011! While it might be a little tedious, it is not a difficult change process if you know ahead of time what to expect.
*Microsoft will tell you that it was unsupported to reference the DeletionStateCode if you ask them to assist in fixing any problems you may encounter in regards to this field. Catch 22 – you had to reference it while customizing 4.0 because the deletion service never worked and your data would be incorrect. Good news is, you don’t need to worry about it anymore because they removed the process - but your upgraded customizations will have to be modified.
**CRM 2011 has auditing functionality built in natively.
Continue Reading