Quantcast
Channel: Dreaming in CRM & Power Platform
Viewing all articles
Browse latest Browse all 113

New XrmToolBox Plugin: Export to Excel

$
0
0

Export to Excel is a great feature in Dynamics CRM, but it has always come with two limitations

  1. Number of records that can be exported
  2. Format of the Excel file

Even though CRM says that it is exporting to Excel, what it is exporting to, is not xlsx format. This limitation has been addressed in CRM2015 Update 1. The number of records, you can export, has also been increased to 100,000. But if you still want to export the whole dataset, the easiest way I found, is to export it from the filterview in the MSCRM database. This is obviously not possible, if you are using CRM Online. Hence, I developed this tool, to do just that.

How to Use it

Download the tool from https://github.com/rajyraman/mscrmexporttoexcel/releases/latest

Export to Excel Tool

Export to Excel Too

  1. Download the zip file. Right click on it, choose Properties. Click Unblock.
  2. Extract the files into XrmToolBox’s Plugins folder
  3. Connect to an CRM instance
  4. Open Export to Excel tool in XrmToolBox
  5. Click on Load Entities. Select an entity you would like to export
  6. Click on any view that you would like to export. The view’s fetchxml is also displayed
  7. Click Export to Excel. Enter the filename that you would like to save this tool, or leave it to the default value

The tool displays the progress of the file export, while retrieving records from CRM. The total number of records retrieved is also displayed, upon successfully writing the data to the output file. Credits This tool uses code from Tanguy’s View Layout Replicator, for most of the UI and event handling logic.



Viewing all articles
Browse latest Browse all 113

Trending Articles