Bulk Update Data in CRM Online

If you have tried to update data using the native Import Data wizard, you know that you cannot update data that already exists in CRM.  You can only add net new records.  On CodePlex (the Microsoft open source project community) there is a wonderful, easy to use tool listed by Orbit One that allows you to perform bulk updates and exports on data in CRM Online. 

There are a few key things that you need to do to get this to work with CRM Online, as described in the following steps.  A special thanks to Josh Wells in technical support for help with these instructions.

  1. 1. Download and extract the Microsoft Dynamics CRM 4.0 Bulk Update and Export Tool: <mscrmbulkupdatetool.codeplex.com>.
  2. If you do not have the Outlook client installed:
    • In the Zip file you downloaded, open the “assemblies” folder
    • Copy the file “msidcrl40.dll”
    • Open a new Windows Explorer window and enter the address %windir%\system32
    • Paste “msidcrl40.dll” into the folder.  (You may need to provide administrator permission to copy this folder; if so, click Continue.)
  3. Go back to your OrbitOneCRMUpdater[1] folder and double click the application file “OrbitOne.CRMUpdater.exe” and click Run.  This opens the tool.
  4. Enter the following details to log in:
    • Label: optional; whatever you want
    • Server: https://dev.crm.dynamics.com/MSCRMServices
    • Username: WLID
    • Password: WLID Password
    • Domain: BLANK
    • Authentication Type: Passport
    • Instance: Your CRM Online Organization Unique Name.  You can find this by logging in to CRM Online and going to Settings –> Customizations –> Download Web Service Description files
  5. Click OK

image

The tool will pull in system views through the webservice.  You can take these views and either edit them in-grid, or export them to a .csv file to make changes.  To upload the changes, click the “Get from CSV” button.  Then click “Export to CRM”.  The rows are color-coded to indicate that they uploaded successfully (green) or resulted in an error (red).

image

Last point on the data – your picklist columns are represented as values rather than text labels.  That means that if you are updating a row with a picklist, you’ll get an error if you type in the text rather than the numeric value.  For example, in this Account Type picklist the value for Pharmacy is 1.

image

Have fun editing data!