Hi ,
I have a view in a crm page. This view has 649301 records. I want to export them to excel in one bbutton click in crm 2015. I cahnged the OrganizationBase table MaxRecordsForExportToExcel column value to '90000000' and i reset the iis. I also rearange the mscrm config by using this code:
USE MSCRM_CONFIG
GO
Update DeploymentProperties
Set IntColumn=90000000
Where ColumnName='TotalRecordCountLimit'
Now the problem is : when i bress the button nothing come to me. By usinf F12 i can see that error:
VM1491 global.ashx?ver=-474550770:8 POST crm15.boydak.com/.../print_data.aspx 502 (Bad Gateway)
So nothin happens than . I can not get the excel list of all records in one click.
The image of this page is in attachment. Can anyone help me plaese.
.
*This post is locked for comments