Idea Summary
Add error handlers for bad SQL in a LOV control that validates as well formed, but returns too much or bad data or causes any number of SQL errors.
Use Case
Some LOV controls may have well formed SQL, but due to the return set cause an internal error when loading the page in page designer, and an error when the page is loaded in the browser.
Preferred Solution (Optional)
The errors from the server when the SQL is being validated or something be set to return only a limited number of records. Or capture the error and show the SQL as invalid. While still showing the Page Designer without an error so that the offending code can be fixed.
