Exclude sys tables from dropdown and include database views
We are trying to build a scoped app with one form having dropdown which lists the tables (from sys_db_object) and views(from sys_db_view). We are trying to exclude sys tables and sys views and we are able to achieve this with adding attributes in dic...