title: "AppointmentSubject" category: reference tags: [entity, appointment-subject, datamodel] source: Entities.xml date: 2026-04-17 status: published
AppointmentSubject
Type: Entity Properties: 10 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("AppointmentSubject")· ../tables/AppointmentSubject
Contextsbewerken
- 0: Standaard (
AppointmentSubjectContext.None) - 1: Standaard (
AppointmentSubjectContext.Standard)
Statussenbewerken
- -1: Trash (
AppointmentSubjectStatus.Trash) - 0: None (
AppointmentSubjectStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Appointment | Appointment | APTSAPTID | false | ||
| Id.LineId | UltimoString | APTSLINEID | 11 | false | |
| Context | Context | APTSCONTEXT | false | ||
| Equipment | Equipment | APTSEQMID | true | ||
| Exported | Boolean | APTSEXPORTED | false | 0 | |
| Job | Job | APTSJOBID | true | ||
| RecordCreateDate | DateTime? | APTSRECCREATEDATE | true | SYSDATETIME | |
| Reservation | Reservation | APTSRESID | true | ||
| ServiceContract | ServiceContract | APTSSVCID | true | ||
| Status | Status | APTSRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("AppointmentSubject")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("AppointmentSubject")· ../tables/AppointmentSubject DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="AppointmentSubject")Before/After Save events voor AppointmentSubject. Bron:workflows.xml.