USER_FILTER_EXPRESSIONS
the detail composition of filters
tableFINUSER
USER_FILTER_EXPRESSIONS — the detail composition of filters. FIN table in the standard Ross ERP 8.0 schema: 8 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open USER_FILTER_EXPRESSIONS 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 | FILTER_NAME | varchar(255) | PK | |
| 4 | ROW_NUMBER | int | PK | Field to uniquely identify a row (key), accepts values 0..n |
| 5 | PROPERTY | varchar(128) | The property name that this filter apply to | |
| 6 | OPERATION | varchar(128) | The operation for this filter expression | |
| 7 | VALUE | text | ||
| 8 | VIEW_ID | varchar(255) | PK |