title: "Notes" category: reference tags: [entity, notes, datamodel] source: Entities.xml date: 2026-04-17 status: published
Notes
Type: Entity Properties: 24 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Notes")· ../tables/Notes
Contextsbewerken
- 0: Standaard (
NotesContext.None)
Statussenbewerken
- -1: Trash (
NotesStatus.Trash) - 0: None (
NotesStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | NOTID | 9 | false | |
| Building | Building | NOTBLDID | true | ||
| ContactEmployee | Employee | NOTCONTACTEMPID | true | ||
| Context | Context | NOTCONTEXT | false | ||
| DataProvider | UltimoString | NOTDATAPROVIDER | 50 | true | |
| Date | DateTime? | NOTDATE | true | SYSDATETIME | |
| Description | UltimoString | NOTDESCR | 200 | true | |
| Employee | Employee | NOTEMPID | true | USERID | |
| Equipment | Equipment | NOTEQMID | true | ||
| Exported | Boolean | NOTEXPORTED | false | ||
| ExternalId | UltimoString | NOTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | NOTEXTERNALSTATUS | 50 | true | |
| Incident | Incident | NOTINCID | true | ||
| NotesSubject | NotesSubject | NOTNOTSID | true | ||
| ProcessFunction | ProcessFunction | NOTPRFID | true | ||
| ProviderMutationDate | DateTime? | NOTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | NOTRECCREATEDATE | true | SYSDATETIME | |
| ServiceContract | ServiceContract | NOTSVCID | true | ||
| SpaceNotes | Space | NOTSPCID | true | ||
| Status | Status | NOTRECSTATUS | false | ||
| SystemCompany | Company | NOTCOMPID | false | ||
| Text | UltimoString | NOTTEXT | true | ||
| TransferNextTime | Boolean | NOTTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | NOTVDRID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Notes")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Notes")· ../tables/Notes DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Notes")Before/After Save events voor Notes. Bron:workflows.xml.