LOV only returning 25 values
Summary
LOV only returning 25 valuesContent
I have a LOV in which there could be 30K plus values to select from. For performance reasons, I created a Business Object in the application and plan to synchronize that BO daily. In my research, I found that it was recommended to create a Type and Variable at the application level and then populate that vs doing it at the page level (click here). I followed all of the steps and ran my application, but it is only returning the first 25 rows. Using the Developer Tools in Chrome, I was able to see where VB is somehow adding in a limit of 25 to the "get" call to populate my application variable. Any thoughts on A) how to change the limit and
0