title: "Appointment" category: reference tags: [entity, appointment, datamodel] source: Entities.xml date: 2026-04-17 status: published
Appointment
Type: Entity Properties: 30 Contexts: 2 Statussen: 9
DB-schema:
lookup_table_schema("Appointment")· ../tables/Appointment
Contextsbewerken
- 0: Standaard (
AppointmentContext.None) - 1: Standaard (
AppointmentContext.Appointment)
Statussenbewerken
- -1: Trash (
AppointmentStatus.Trash) - 0: None (
AppointmentStatus.None) - 1: Te verzenden (
AppointmentStatus.Draft) - 2: Verzonden (
AppointmentStatus.Sent) - 4: Te verzenden na error (
AppointmentStatus.ToBeSentAfterError) - 8: Verzenden mislukt (
AppointmentStatus.Failed) - 16: Incorrect (
AppointmentStatus.Invalid) - 32: Concept (
AppointmentStatus.Concept) - 64: Genegeerd (
AppointmentStatus.Ignored)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | APTID | 11 | false | |
| AllDay | Boolean | APTALLDAY | false | 0 | |
| AppointmentAttachments | List[AppointmentAttachment] | APTAAPTID | false | ||
| AppointmentRecipients | List[AppointmentRecipient] | APTRAPTID | false | ||
| AppointmentSubjects | List[AppointmentSubject] | APTSAPTID | false | ||
| Body | UltimoString | APTBODY | true | ||
| Canceled | Boolean | APTCANCELED | false | 0 | |
| Context | Context | APTCONTEXT | false | ||
| CultureName | UltimoString | APTCULTURENAME | 50 | true | |
| EndDate | DateTime | APTENDDATE | false | ||
| ErrorMessage | UltimoString | APTERRORMESSAGE | true | ||
| Exported | Boolean | APTEXPORTED | false | 0 | |
| FailedCount | Int32 | APTFAILEDCOUNT | false | 0 | |
| From | UltimoString | APTFROM | 255 | true | |
| IsBodyHtml | Boolean | APTISBODYHTML | false | 0 | |
| Language | CountryCode? | APTLANGUAGE | true | ||
| LastFailureTime | DateTime? | APTLASTFAILURETIME | true | ||
| Location | UltimoString | APTLOCATION | 200 | true | |
| MarkAsFree | Boolean | APTMARKASFREE | false | 0 | |
| Private | Boolean | APTPRIVATE | false | 0 | |
| RecordCreateDate | DateTime? | APTRECCREATEDATE | true | SYSDATETIME | |
| Sender | Employee | APTFROMEMPID | true | ||
| SendTime | DateTime? | APTSENDTIME | true | ||
| Sequence | Int32 | APTSEQUENCE | false | 0 | |
| StartDate | DateTime | APTSTARTDATE | false | ||
| Status | Status | APTRECSTATUS | false | ||
| Subject | UltimoString | APTSUBJECT | 200 | true | |
| To | UltimoString | APTTO | true | ||
| ToCancel | UltimoString | APTTOCANCEL | true | ||
| UniqueIdentifier | UltimoString | APTUNIQUEIDENTIFIER | 36 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Appointment")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Appointment")· ../tables/Appointment DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Appointment")Before/After Save events voor Appointment. Bron:workflows.xml.