I have a table that will have millions of rows. I built a stock Tab page for the object and started clicking “load more.” Unfortunately, when the record count got to 11,000, the load more button disappeared and there was no indication that more records were available.
I can understand that there are some reasons why limiting the number of records in memory in a model would be desirable. That said, having no indication that there is more could lead to business decisions being made (e.g. think Inventory tables) that would be wrong (e.g. oh, we must not have any more widgets, time to go buy some).
Questions:
1) Why did it stop allowing rows to be retrieved
2) Why did it not give any indication that there are more records even if it wouldn’t allow more to be retrieved?
Steps to reproduce
1) Put a lot of records in any object (e.g. hundred thousand or so)
2) Build a stock tab page for the object
3) Preview page
4) click load more
Expected Behavior
All records in object are available for loading OR at least some indication that there is still more out there
Actual Behavior
Only 11,000 records are available and NO indication that there are more
Thanks!
Table limits record retrieval to 11,000 records in a table that has more than that
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
