IAF_EVENT_PARAMETERS
Parameters of a stored event
tableFINIAF
IAF_EVENT_PARAMETERS — Parameters of a stored event. FIN table in the standard Ross ERP 8.0 schema: 4 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open IAF_EVENT_PARAMETERS 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_PARAMETER_POSITION | smallint | Relative position of the parameter when calling RaiseEvent | |
| 4 | IAF_EVENT_PARAMETER_VALUE | varchar(200) | Parameter text value |