[Dynamics CRM] how to change the maximum number of records to export Excel

How to change the maximum number of exported Excel Dynamics CRM record


3.0 Please refer to the following

To do this, you perform the following steps:

  1. Users with the following sub-registry login "write" permission to log in Microsoft Dynamics CRM 3.0 server:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSCRM

  2. Click [ start ], click on [ execute ], type regedit, and then click [OK] ].
  3. In the [Login editor], locate and click the following registry sub-registry:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSCRM

  4. In the [ Edit on] menu point to [ New] , click [ DWORD value ], type maxrecordsforexporttoexcel, and press ENTER.
  5. Double-click maxrecordsforexporttoexcel, ,, click [ decimal] , type you want to export the maximum number of records to an Excel worksheet], then press [ OK ].
  6. Close [Login editor].

4.0 Please refer to the following (I heard this setting mode, Microsoft does not Support)

  1. Open SQL Mangement Studio
  2. Select Database <organization> _MSCRM database
  3. Enter the following t-SQL command
			UPDATE OrganizationBase 
			SET MaxRecordsForExportToExcel = 100000 -> maximum items you want to set (default: 1000 pen)


Original: Large column  [Dynamics CRM] how to change the maximum number of records to export Excel


Guess you like

Origin www.cnblogs.com/petewell/p/11495745.html