Getting Error "oracle.jbo.RowLimitExceededWarning: JBO-25089: Too many matching records found. Specify additional criteria to limit the number of records.".
Jdev version: 11.1.1.9.0.
We have global Row fetch limit 500 rows for VO's....Is there any configuration which will override this limit for particular VO and we can scroll till the end.
Tuing Configuration for view accessor:
Only upto row number : 10
in a batch of : 50
As needed : Checked
Access Mode: Range paging
Range size: 50.

Error on the server log :
Too many matching records found. Specify additional criteria to limit the number of records.>
oracle.jbo.RowLimitExceededWarning: JBO-25089: Too many matching records found. Specify additional criteria to limit the number of records.
Config screenshot:

Thanks,
Rahul