How to add Outlook contacts to CRM2011

In this short blog post I would like to discuss the different methods to import your Outlook contacts into Dynamics CRM2011.

Track Outlook contacts

Tracking a contact in CRM 2011 means that you will select your individual contacts and select “Track in CRM” from the context menu. If this operation is completed you will have the same contact created in Dynamics CRM. The benefits are that your contacts are automatically kept in sync. For instance when you change a property of that contact in CRM, this property will be synchronized with the contact in Outlook. If you delete the contact in Dynamics CRM, it will stay available in Outlook. If you delete the contact in Outlook, it will stay in Dynamics CRM.

Steps:

1) Select you contact (one or multiple)

2) Right click and select “Track in CRM”

image

Bulk import

If you want to be able to manage all your contacts in Dynamics CRM, then you can use the “Add contacts” wizard available in the Outlook client. This is a convenient way of moving all your contacts to Dynamics CRM2011. I would advice to set up decent duplicate detection rules to prevent duplicate records.

Steps:

1) In Outlook, go to “File” and click on “CRM”

2) Click on “Import Contacts” and select “Add Contacts”

image

3) Now the “Add Contacts” wizard will open

SNAGHTML44782cc

4) Now the wizard will analyze your data

SNAGHTML448f0ab

5) Once the analysis is done, the wizard will show you a list of what is has found. Here you can choose to group your contacts per

- Account (Accounts will be created based on the companies linked to your contacts)

- Email domain

- Category (Category specified in Outlook)

image

Here you can also configure whether or not an account should be created for the companies linked to the contact. Another nice feature is that you can decide here whether or not future communication with these contacts should be synchronized to Dynamics CRM.

6) Finally you can click on the “Add Contacts” button to add your contacts to Dynamics CRM2011.

Problem viewing XML in IE via CRM2011 REST interface

I was trying to view a specific record in an entity set when my Internet Explorer showed the message “Internet Explorer cannot display this feed”.

image

It seems that this has something to do with the build in RSS feed reader in IE. If you want to view the raw XML returned from your REST query without this error, then you need to disable this RSS feed reader. The steps to do this are the following:

1) Go to Tools –> Internet Options

2) Click on the “Content” tab

3) Under the section “Feeds and Web slices”, click “Settings”

4) Uncheck “Turn on feed reading view”

SNAGHTML1392fa6b

5) Click “Ok” and again “Ok”

Now when I try to view the details of a specific account using the following link:
xrmservices/2011/organizationdata.svc/AccountSet(guid’A76567FA-DF4E-E011-9FE0-951FA97376B7′)

I will see something like this

image

Experimenting with CRM2011 adapter for Scribe

Some time ago I explained how you can connect Scribe to CRM2011 Online using the CRM4 adapter.
I also mentioned that the CRM2011 adapter would be released very soon. Well, good news, the adapter has been released.
More information on the release can be found on their website: Scribe software blog

Of course Scribe Soft has like always made all the necessary documentation available to ease the installation process and general use.
You can find the release notes, help file and the adapter installer on the following location: Download CRM2011 Scribe adapter

In this post I would also like to take the opportunity to go shortly over the installation process.

1) First of all you need to make sure that you have the latest Scribe Insight 7.0.2 installed
2) Next make sure to install Windows Identity Framework (WIF), this is something the new adapter requires. You can download this on the following location: Download Windows Identity Framework (WIF)
A little side note concerning Windows Identity Framework, this can’t be installed on Windows XP. If you have this OS and want to use this adapter, then it’s time to upgrade your OS.
3) You also need to make sure .NET 4.0 is installed. This can be downloaded from this location: Download .NET Framework 4
4) Now comes the tricky part, you need to make sure UAC is complete disabled before running the installer. If you don’t
do this, you’ll keep getting the error saying that you need to install the prerequisites. You can turn of UAC via “Run –> msconfig- Tools tab”. Click on "Change UAC Settings" and pull the slider all the way down to the bottom.

SNAGHTMLa9ecbaf

SNAGHTMLa9f109a
5) Now you need to restart your computer
6) Now we’re all set to run the adapter installer.

In Scribe Insight you immediately notice that there are two adapters. One for CRM4 and one for CRM2011.

SNAGHTMLa9f90a2

I didn’t have time to do much elaborate testing but when trying to connect to CRM2011 online I noticed that we now need to enter the user friendly name instead of the unique name. The UI during the connection process has also changed a little bit.

image

Up until now I’ve had a very good experience using this adapter, so ScribeSoft, thank you very much, nice work!!