Idea Summary
APEX could auto implement restricted LOV (List Of Values) in compliance with the column constraint specified in Data Model Tab
Use Case
A column table named CREDIT_RATING from table CREDIT_CLIENTS has a constraint that only allows the values (EXCELLENCE, GOOD, POOR). When APEX creates the User Interface it should automatically implement a restricted LOV in compliance with the restricted values defined in the constraint column for that table. If we change the constraint in the Data Model it should automatic refresh the APEX front end user interface solution.