title: "EventLog" category: reference tags: [entity, event-log, datamodel] source: Entities.xml date: 2026-04-17 status: published
EventLog
Type: Entity Properties: 11 Contexts: 1 Statussen: 2
Contextsbewerken
- 0: Standaard (
EventLogContext.Standard)
Statussenbewerken
- -1: Trash (
EventLogStatus.Trash) - 0: None (
EventLogStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SELID | 36 | false | |
| ApplicationVersion | UltimoString | SELAPPVERSION | 10 | true | SystemVersion |
| ComputerName | UltimoString | SELCOMPUTERNAME | 21 | true | |
| Context | Context | SELCONTEXT | false | ||
| Date | DateTime? | SELDATE | true | ||
| Description | UltimoString | SELDESCR | true | ||
| Event | UltimoString | SELEVENTID | 50 | true | |
| Source | UltimoString | SELSOURCE | 41 | true | |
| Status | Status | SELRECSTATUS | false | ||
| Type | EventLogType | SELTYPE | false | ||
| User | UltimoString | SELUSERID | 50 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("EventLog")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - Workflows —
find_workflows("", entity="EventLog")Before/After Save events voor EventLog. Bron:workflows.xml.