USER_WIDGET_SETTINGS
WIDGET'S SETTINGS BY USER
tableFINUSER
USER_WIDGET_SETTINGS — WIDGET'S SETTINGS BY USER. FIN table in the standard Ross ERP 8.0 schema: 6 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open USER_WIDGET_SETTINGS 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 | USER_NAME | varchar(20) | PK FK→USER_COMPANY_ID | |
| 3 | INSTANCE_NAME | varchar(255) | PK FK→USER_WIDGET_INSTANCES | |
| 4 | COLUMN_NAME | varchar(255) | PK | |
| 5 | SETTING_NAME | varchar(255) | PK | |
| 6 | SETTING_VALUE | varchar(255) | Value for the intended setting |