Answered by:
Importing Data to CRM

Question
-
I have a list of contact records on a excel sheet which has the contact details and the appointments each contact has had like the date and details. Currently all records are on a excel sheet. I have one work sheet for the client details and another worksheet for the appointment details. There is a “Client ID” field to uniquely identify a client. Once client can have multiple appointment so the duplication is there in the appointments worksheet. There are currently multiple clients with the same name (John Smith) and they are been identified uniquely through the “Client ID” .
The problem is I need to import this data into CRM using Data management in the Admin panel . How can I make sure the appointments get assigned to the correct client
Problem 1 : There are multiple clients with the same name
Problem 2 : Data import in CRM does a more like a data “insert” not a update.
How can I get around this ??????????????????? Please HELPTuesday, May 11, 2010 6:49 AM
Answers
-
Did u went through the channel 9 video above? You can also see the below links for the same.
see this map editor
This project ‘Map Editor’ helps in creating data migration map (including complex transformation maps, creating lookup maps with lookups in source data which are currently not provided by MSCRM 4.0 Data Migration Wizard) and thus helps in the process of migration. This enables user to create new maps, edit existing maps in MSCRM 4.0, and edit the map xml files that have been saved earlier. The tool aims at providing the users a solution to make their life easier by providing an UI interface to create xml base data maps involving complex transformation maps to be consumed by MSCRM 4.0 Data Migration Wizard.
http://mscrmmapeditor.codeplex.com/
Muhammad Ali Khan
http://malikhan.wordpress.com- Marked as answer by Jim Glass Jr Tuesday, May 11, 2010 3:30 PM
Tuesday, May 11, 2010 10:59 AM
All replies
-
see the features list here for DataMigration & DataImport
Data import lets you import new data or update existing data in Microsoft Dynamics CRM.
See Features of Data Migration & DataImport on this link
http://msdn.microsoft.com/en-us/library/dd393304.aspx
Data migration and data import use common entity model and messages. However, there are some differences in the feature sets of the two operations.
Feature Data Migration Data Import Import data into Microsoft Dynamics CRM
Yes (Only the system administrator can migrate data in the offline mode.)
Yes (All users who have appropriate permissions can import data.)
Import data into custom entity types and attributes
Yes
Yes
Use multiple source files that contain related data
Yes
No (You can only import one file at a time.)
Assign entity instances to multiple users
Yes
No (All entity instances are assigned to one user.)
Update existing entity instances
No
Yes
Detect duplicates
No (You can run duplicate detection after you migrate the data.)
Yes
Data Import Tool
http://blogs.msdn.com/crm/archive/2008/01/25/data-manipulation-tool.aspx
Muhammad Ali Khan
My MS CRM blog- Proposed as answer by Muhammad Ali Khan Tuesday, May 11, 2010 7:55 AM
Tuesday, May 11, 2010 6:59 AM -
Thanks Muhammad,
how can the data map be created for data migration
thanks
sahan
Tuesday, May 11, 2010 10:52 AM -
Did u went through the channel 9 video above? You can also see the below links for the same.
see this map editor
This project ‘Map Editor’ helps in creating data migration map (including complex transformation maps, creating lookup maps with lookups in source data which are currently not provided by MSCRM 4.0 Data Migration Wizard) and thus helps in the process of migration. This enables user to create new maps, edit existing maps in MSCRM 4.0, and edit the map xml files that have been saved earlier. The tool aims at providing the users a solution to make their life easier by providing an UI interface to create xml base data maps involving complex transformation maps to be consumed by MSCRM 4.0 Data Migration Wizard.
http://mscrmmapeditor.codeplex.com/
Muhammad Ali Khan
http://malikhan.wordpress.com- Marked as answer by Jim Glass Jr Tuesday, May 11, 2010 3:30 PM
Tuesday, May 11, 2010 10:59 AM -
Hi Mahumad,
Here is the case. I have two excel sheets which has related information. One has account details and the other has the contacts for each account. 1 account can have multiple contacts. I have created a Account ID as a primary key identifier for contact details form. I have created two custom fields as customer ID in both CRM Account and Contact entities to handle the Accound ID field. When I do the map and import I get the following error “The lookup reference could not be resolved.”
What should I do????????????/
Account DetailsAccount ID Account Country
111 Stig Company China112 Stig Company UK
Contact Details
Account ID Account First Name Last Name
1 Stig Company Sahan Wijayasekera
1 Stig Company Stig Clarkson
2 Stig Company Shadow Hammond
Tuesday, May 11, 2010 11:06 PM