SYS_ENTITY_QUERIES
tableFINSYS
SYS_ENTITY_QUERIES — FIN table in the standard Ross ERP 8.0 schema: 6 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_ENTITY_QUERIES 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 | QUERY_NAME | varchar(60) | PK | The name of a widget query. |
| 3 | QUERY_VERSION | varchar(20) | PK | The version of a widget query. |
| 4 | QUERY_ENTITY_TYPE_NAME | varchar(200) | The type of the entities used in a widget query. | |
| 5 | FILTER_ID | varchar(64) | FK→FILTER_HEADERS | Field to uniquely identify a filter (key) |
| 6 | QUERY_DESCRIPTION | varchar(200) | The description of a widget query. |