SystemEvent Table (153)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| SystemEvent_id | Primary key | PK | |
| scope | 1 = system-wide, 2= database, 3 = group, 4 = user | Id | |
| owner | 0, 0, group_id, assoc id (see over) | Id | |
| eventkey | Event key, predefined in code | String(254) | ● |
| eventmess | Message to be shown, entered by administrator | String(254) | ● |
| extraInfo | Extra information (area id for prototype rebuild, etc) | Id | ● |
| eta | Estimated Time of Arrival, i.e., when will this event finish? | DateTime | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| SystemEvent_id | PK | Clustered, Unique |
| eventkey, scope, owner | String(254), Id, Id | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.