Question
pxResults Page list reached to 10K limit
Hi Folks, I have been working on a requirement where I have to process lot of records say PriceList and the limit can go up to 25K records. Now after developing the solution when I am doing my unit testing to check the threshold of the code, Initially I observed that I am not able to see few records in the PriceList.pxResults() after certain records and when looked at the pxResults I realized that it is not holding records after reaching 10K count.
Is there any way to accommodate all the results in the page list without exhausting or altering the pxResults? I am OK to change the design as well. Right now, I am getting the data from an external database via RDB query (obviously not in a one go) and appending them in a clipboard page (PriceList.pxResults) and I must show these PriceList records on the UI for further processing.
Appreciate any help here!! Thanks!
Hi Abhinav,
Is your requirement is to show all 25K Records in Single Page? If there is a Pagination then you can leverage the Pagination Activity to load the records and Manipulate the Clipboard.
Question:-
Is Your requirement is that user going to edit the 25K Records on UI for further Processing in the flow?