WIDGET_DRILLINS
tableFINWIDGET
WIDGET_DRILLINS — FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open WIDGET_DRILLINS in the interactive Data Dictionary →Part of Other 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_VERSION | varchar(20) | PK | The version of a widget. |
| 4 | DRILLIN_NAME | varchar(50) | PK | The name of the drillin. |
| 5 | DRILLIN_SEQUENCE | smallint | The order that the drillin appears in the context menu. |