Tag Archives for " crm2011 "

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

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

1 CRM 2011 Factoid: Deleting Records

When you deleted a record in CRM 4.0, it didn’t physically delete the record at that point in time, it merely marked it for deletion.  Once per day, an automated background process would run to delete any such records. With CRM 2011, Microsoft changed the architecture so that a delete operation is physically performed when […]

Continue reading

1 CRM 2011: Tracing Errors during SDK Development

I am working hard to put one of the last major features into my CRM Migration Manager and ran across some interesting issues today and the background information was equally interesting so I thought I’d share:   Error: System.Runtime.InteropServices.COMException Using the exception-handling code ask documented in the CRM 2011 SDK (5.0.2), I received the following […]

Continue reading