SYS_WIDGETS
tableFINSYS
SYS_WIDGETS — FIN table in the standard Ross ERP 8.0 schema: 13 columns, used by 29 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_WIDGETS in the interactive Data Dictionary →Part of SYS tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | WIDGET_NAME | varchar(255) | PK | internal name of widget |
| 3 | WIDGET_TYPE | varchar(255) | internal type of widget | |
| 4 | QUERY_NAME | varchar(255) | The name of a widget query. | |
| 5 | FIXED_COLUMN_COUNT | int | count of fixed columns for grid widget | |
| 6 | QUERY_VERSION | varchar(20) | FK→SYS_ENTITY_QUERIES | The version of a widget query. |
| 7 | WIDGET_VERSION | varchar(20) | PK | The version of a widget. |
| 8 | USER_DEFINED | varchar(1) | User Defined | |
| 9 | QUERY_TYPE | varchar(6) | The type of a widget query. | |
| 10 | WIDGET_TITLE | varchar(200) | The title of a widget. | |
| 11 | WIDGET_DESCRIPTION | varchar(200) | The description of a widget. | |
| 12 | PUBLISH_DATE | datetime | The date when the user defined widget was published. | |
| 13 | IN_USE | varchar(1) | Indicates if the widget is currently being used. |