Limit Lists of Values

Lists of values based on SQL queries must be limited to 1000 rows.

Adding blind runaway queries in a list of values can cause OutOfMemory exceptions. Consider that the number of rows returned by an LOV is stored in memory, therefore the higher the number of rows the more memory usage.