Hello, Can anyone tell me where to increase the List Max Size in Reports/Advanced Pack. I do not see it in the data config file so I am thinking it is somewhere else. Thanks and I do appreciate the help. Everytime I try to open a report in list view, it throws this error. Espo.ERROR: (400) List max size exceeded. Thank you again if you have any ideas at all.
Announcement
Collapse
No announcement yet.
List Max Size Exceeded Adv Pack Reports
Collapse
X
-
Hi Redwood,
Please Investigate the file /application/Espo/Modules/Advanced/Controllers/Report.php. Take a look at this part of code:
PHP Code:if ($maxSize > 200) {
throw new BadRequest('List max size exceeded.');
}
Comment