Wednesday, May 11, 2011

Maximizing the Export record count in CRM

If you need to make it a higher value you have to update the CRM database.
Organizationbase table contains a field MaxRecordsForExportToExcel which needs to be updated.

I was helped here by one of my colleagues regarding this.

Update Organizationbase 
set  MaxRecordsForExportToExcel = 150000

No comments:

Post a Comment

Retrieving Calendar of a Bookable Resource in Dynamics

There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...