Changing default value of max=10000 for view

Hi All,

I want to increase max view result from default value 10000 to unlimited

Screenshot%202019-02-07_17-27-43-571

how to do it ?

Hi,
That’s what you’re looking for:
https://doc.cuba-platform.com/manual-6.10/entity_statistics.html

Shortly, you should create a EntityStatistics entity with maxFetchUi = large value, e.g. 1_000_000
and then reset PersistenceManagerMBean cache to apply changes on a running server.

Regards,

2 Likes