Fixed
Details
Assignee
Carlos RuizCarlos RuizReporter
Carlos RuizCarlos RuizPriority
Major
Details
Details
Assignee
Carlos Ruiz
Carlos RuizReporter
Carlos Ruiz
Carlos RuizPriority
Created September 4, 2020 at 6:16 PM
Updated November 1, 2020 at 4:09 PM
Resolved September 4, 2020 at 7:42 PM
With https://idempiere.atlassian.net/browse/IDEMPIERE-3586#icft=IDEMPIERE-3586 was added pagination with the method Query.setPage(pageSize, pagesToSkip) and the method setPageSize.
But it was forgotten to set a way to skip a number of records - which can be important for pagination.
So, idea is to add a method Query.setRecordsToSkip to complete that implementation.