USER_DEFINED_WIDGET_FIELDS
tableFINUSER
USER_DEFINED_WIDGET_FIELDS — FIN table in the standard Ross ERP 8.0 schema: 15 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open USER_DEFINED_WIDGET_FIELDS 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 | FIELD_NAME | varchar(31) | PK | Field Name |
| 5 | LOCALIZATION_NAME | varchar(255) | The localized name of the field. | |
| 6 | LOCALIZATION_TYPE | varchar(50) | The type of localization to use. | |
| 7 | PROPERTY | varchar(128) | The property name that this filter apply to | |
| 8 | WIDTH | numeric(10,2) | ||
| 9 | IS_VISIBLE | smallint | the view is visible in views list | |
| 10 | POSITION | smallint | Starting Position for Item | |
| 11 | NEVER_VISIBLE | smallint | Indicates if the field is only used internally. | |
| 12 | SORT_INDEX | smallint | Indicates the priority in the sorting sequence. | |
| 13 | MASKING_FIELD | varchar(120) | Indicates which field will be used as a mask. | |
| 14 | MASKING_TYPE | smallint | Indicates which kind of mask will be applied. | |
| 15 | SORT_DIRECTION | varchar(4) | The direction in which the field is to be sorted. |