AUDIT_TRAIL
Metadata audit trail
tableFINAUDIT
AUDIT_TRAIL — Metadata audit trail. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open AUDIT_TRAIL 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 | AUDIT_ACTION | varchar(1) | ||
| 3 | AUDIT_TYPE | int | ||
| 4 | AUDIT_NAME | varchar(65) | ||
| 5 | USER_PATCH_LEVEL | int | ||
| 6 | AUDIT_DATE_TIME | datetime | ||
| 7 | USERNAME | varchar(20) | Username | |
| 8 | PROCESS_NAME | varchar(16) | ||
| 9 | AUDIT_DETAILS | text | ||
| 10 | SPR_REFERENCE | varchar(6) | SPR which caused the metadata change |