Category Archives for "CRM 2011"

1 Web Resource Naming

I found something quite interesting while working on my CRM Migration Assistant JavaScript conversion tool. We you create a web resource, you, the developer, are responsible for prepending the name of the web resource with the proper Customization Prefix. The second rather interesting fact is that CRM doesn’t care what that prefix is. It seems […]

Continue reading

4 CRM 2011 Development Skeleton

Back in 2009 I released a small Visual Studio solution that contained all you needed to get started connecting and communicating with CRM 4.0: CRM 4.0 Development Skeleton It was fairly popular, having almost 1,000 downloads over the course of almost two years. I finally blocked out the time and updated the skeleton for CRM […]

Continue reading

1 Changing the CRM startup experience

In case you didn’t know, each CRM user can change their initial web client startup experience by modifying several different settings that control how the home page is displayed. Let’s walk through the process:   Changing the Workplace You access your personal options through File, Options: When the Set Personal Options dialog is displayed, click […]

Continue reading

2 CRM 2011: Exploring the Developer Resources Page

CRM 2011 includes a Developer Resources page which provides additional information and tools for the CRM developer. You find the page by navigating to: Settings, Customizations, Developer Resources, where the following page is display: So, how can I use this information?   Organization Unique Name The Unique Name for an organization is the internal name […]

Continue reading

1 Categorize your CRM Contacts using Relationship Type

One of the most powerful fields on the Dynamics CRM Contact entity is something called the Relationship Type. This field allows you to categorize your contacts by specifying who they are: customer, vendor, partner, etc. Unfortunately, for some unknown reason, this field is missing from the default CRM 2011 data entry form.  Let’s walk through […]

Continue reading