Browse by Tags
All Tags »
Microsoft CRM O... »
Microsoft CRM Online Code Sample (RSS)
Have you imported the CRM Sample Data (YES, it works with CRM Online) and tried to add products to an opportunity? Nothing there! You look and see the products have been imported but notice the warning: There are 295 products added as a part of the sample
Read More...
In Microsoft Dynamics CRM there is a feature to automatically set the Do Not Email flag for a contact if the click on an Unsubscribe link in a CRM generated email. In order to enable this functionality, navigate to Settings > Administration > System
Read More...
I recently had the need to add hierarchical state and country picklists to a custom entity. I had configured these fields in another entity and moved them to my new entity following the process in my previous post . I should point out that global picklists
Read More...
NOTE: THIS IS AN UNSUPPORTED MEANS OF CUSTOMIZING THE ENTITY. I WILL INVESTIGATE A SUPPORTED SCENARIO AND MODIFY THIS POST. I have been asked many times, “If I customize this entity can I simply copy the attributes to another entity or do I need to create
Read More...
NOTE: The information presented below is NOT in the SDK currently available for download or online . This update was posted on the Microsoft CRM Development Forum on April 7th. The following updated information applies to version 4.0.8 of the Microsoft
Read More...
Over the last few months, I've presented at 3 conferences ( Tech Ed, IT Pro, ms internal - Tech Ready ) about building software as a service solutions with Microsoft Dynamics CRM. Now that all the conferences are over, I'm making more of this content
Read More...
I came across the details on how to do this when reading a blog posting from Matt Wittemann a couple years back. I still use it and thought you might be interested. Another capability to demonstrate the flexibility of the configuration options
Read More...
A sales process is a standardized series of activities that occur during a sales cycle. As the sales cycle progresses and activities are completed, the probability of winning the deal gets greater. In Microsoft CRM v 3.0 the sales process functionality
Read More...
If you plan and doing integration using the web services, you may find it useful to have access to the entity schema's. https://<org name>.crm.dynamics.com/sdk/list.aspx The entity schemas will give the definition of all the entities in the system.
Read More...
I’ve been looking at multiple ways to create dashboards for CRM Live. There are a couple of options to consider: 1. Build a web site 2. Use a tool like Excell 3. Build a smart client I've tried all 3 and think that a smart client provides the most
Read More...
Integrating you customer facing site to CRM Live is valuable addition to fine tuning your business process. This will allow you to capture real time customer questions, inquiries, etc into your CRM process. I've created a simple web application using
Read More...
Adding maps to your CRM Live Site is a pretty easy task that will add a nice touch. The first todo is to build an html page that takes a lat/long value and renders a map. Next, add an IFrame to your form where you want the map. The IFrame should point
Read More...