IAF_EVENT_STORE_FORWARD
Event storage when Event Engine is down
tableFINIAF
IAF_EVENT_STORE_FORWARD — Event storage when Event Engine is down. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open IAF_EVENT_STORE_FORWARD 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 | IAF_EVENT_STORAGE_ID | smallint | Unique number for each stored IAF event. | |
| 3 | IAF_EVENT_TIMESTAMP | datetime | Date and time when an event was stored | |
| 4 | IAF_EVENT_NAME | varchar(50) | Name of the event | |
| 5 | IAF_EVENT_DELETE_IND | varchar(1) | Indicates whether or not an event can be deleted. |