SYS_PROFILES
Information related to security profiles
tableFINSYS
SYS_PROFILES — Information related to security profiles. FIN table in the standard Ross ERP 8.0 schema: 8 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_PROFILES 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 | SYS_PROFILE_CODE | varchar(10) | PK | Code that identifies a Profile |
| 3 | COMPANY_CODE | varchar(10) | Company Code | |
| 4 | DIVISION | varchar(2) | Division | |
| 5 | FACTORY | varchar(2) | Factory Code | |
| 6 | WAREHOUSE | varchar(2) | FK→WAREHOUSE_CONTROLS | Warehouse Code |
| 7 | SYS_PROFILE_NAME | varchar(35) | Name of the security profile | |
| 8 | SYS_PROFILE_TEXT | text | Detailed description of the profile and its use |