> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SystemEvent table

> System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.

## SystemEvent Table (153)

System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.

## Fields

| Name                      | Description                                                   | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------- | ------------------------------- | :------: |
| SystemEvent\_id           | Primary key                                                   | PK                              |    No    |
| scope                     | 1 = system-wide, 2= database, 3 = group, 4 = user             | Id                              |    No    |
| owner                     | 0, 0, group\_id, assoc id (see over)                          | Id                              |    No    |
| eventkey                  | Event key, predefined in code                                 | String(254)                     |    Yes   |
| eventmess                 | Message to be shown, entered by administrator                 | String(254)                     |    Yes   |
| extraInfo                 | Extra information (area id for prototype rebuild, etc)        | Id                              |    Yes   |
| eta                       | Estimated Time of Arrival, i.e., when will this event finish? | DateTime                        |    Yes   |
| registered                | Registered when                                               | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                            | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                             | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                          | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                         | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/SystemEvent.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=4418bae12146a88842b9ed02831f31a2" alt="SystemEvent table relationship diagram" width="419" height="59" data-path="media/loc/en/database/tables/SystemEvent.png" />

## Indexes

| Fields                 | Types               | Description |
| ---------------------- | ------------------- | ----------- |
| eventkey, scope, owner | String(254), Id, Id | Unique      |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [SystemEvents](/en/api/archive-providers/reference/systemevents.md)
- [Enum SystemEventScope](/en/automation/crmscript/reference/CRMScript.NetServer.SystemEventScope.md)
- [Post System Event Entity](/en/api/reference/restful/rest/systemevent/post-system-event-entity.md)
- [Put System Event Entity](/en/api/reference/restful/rest/systemevent/put-system-event-entity.md)
- [Default System Event Entity](/en/api/reference/restful/rest/systemevent/default-system-event-entity.md)
- [Get System Event Entity](/en/api/reference/restful/rest/systemevent/get-system-event-entity.md)
