Maximum records for list views in the console JSP

By default, the application displays a maximum of 30 records for the user. If the user wants to see more results displayed on the screen, they can choose to display as many as 200 records maximum.

If you want users to be able to display more than 200 records, you can set a new maximum number of records by editing the customer_overrides.properties file. Once you set a new upper limit in the customer_overrides.properties file, this system-level setting applies to all users.

The behavior of displaying 30 records by default cannot be modified.

Note: Increasing the upper limit to beyond 200 impacts performance. It also requires increasing the application server JVM heap.