Skip to:
The max number of records in a list is hardcoded and it has changed in time:
org.compiere.model.MLookup.MAX_ROWS was originally set to 1.000
But then synchronizing improvements from compiere we changed it to 10.000 with commit
Then it was decreased to 5.000 with commit - although the commit message says “increase” the real effect was to decrease.
So, suggestion, to raise it back to 10.000 and make it configurable via a SysConfig key.
The max number of records in a list is hardcoded and it has changed in time:
org.compiere.model.MLookup.MAX_ROWS was originally set to 1.000
But then synchronizing improvements from compiere we changed it to 10.000 with commit
Then it was decreased to 5.000 with commit - although the commit message says “increase” the real effect was to decrease.
So, suggestion, to raise it back to 10.000 and make it configurable via a SysConfig key.