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

how to do it ?
Hi All,
I want to increase max view result from default value 10000 to unlimited

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,