title: "AppointmentAttachment" category: reference tags: [entity, appointment-attachment, datamodel] source: Entities.xml date: 2026-04-17 status: published
AppointmentAttachment
Type: Entity Properties: 10 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("AppointmentAttachment")· ../tables/AppointmentAttachment
Contextsbewerken
- 0: Standaard (
AppointmentAttachmentContext.None) - 1: Standaard (
AppointmentAttachmentContext.Standard)
Statussenbewerken
- -1: Trash (
AppointmentAttachmentStatus.Trash) - 0: None (
AppointmentAttachmentStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Appointment | Appointment | APTAAPTID | false | ||
| Id.LineId | UltimoString | APTALINEID | 11 | false | |
| _FILE | Byte[] | APTAFILE | true | ||
| Context | Context | APTACONTEXT | false | ||
| Exported | Boolean | APTAEXPORTED | false | 0 | |
| FileName | UltimoString | APTAFILENAME | 255 | true | |
| FileServiceFileName | UltimoString | APTAFILESERVICEFILENAME | 500 | true | |
| RecordCreateDate | DateTime? | APTARECCREATEDATE | true | SYSDATETIME | |
| ReportGuid | UltimoString | APTAREPORTGUID | 36 | true | |
| Status | Status | APTARECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("AppointmentAttachment")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("AppointmentAttachment")· ../tables/AppointmentAttachment DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="AppointmentAttachment")Before/After Save events voor AppointmentAttachment. Bron:workflows.xml.