List Manager Character Limit
I have a List Manager page item which displays a specific list of customers on page load. The Popup LOV allows the user to select more customers to add to the list. On page load, an SQL query (colon separated return value) is used to populate the List Manager page item based on the customers that were selected.
The issue that I have is the scenario where a large amount of customers is added to this List Manager item. Suppose, the source query returns 28000 rows. Only about 500 of these customers are actually displayed on the page and a blank row is displayed at the bottom
Would anyone happen to know if there is some type of limit (character, row...) on the List Manager page item?