title: "AppointmentRecipient" category: reference tags: [entity, appointment-recipient, datamodel] source: Entities.xml date: 2026-04-17 status: published
AppointmentRecipient
Type: Entity Properties: 7 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("AppointmentRecipient")· ../tables/AppointmentRecipient
Contextsbewerken
- 0: Standaard (
AppointmentRecipientContext.None) - 1: Standaard (
AppointmentRecipientContext.Standard)
Statussenbewerken
- -1: Trash (
AppointmentRecipientStatus.Trash) - 0: None (
AppointmentRecipientStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Appointment | Appointment | APTRAPTID | false | ||
| Id.LineId | UltimoString | APTRLINEID | 11 | false | |
| Context | Context | APTRCONTEXT | false | ||
| Exported | Boolean | APTREXPORTED | false | 0 | |
| Recipient | Employee | APTREMPID | true | ||
| RecordCreateDate | DateTime? | APTRRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | APTRRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("AppointmentRecipient")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("AppointmentRecipient")· ../tables/AppointmentRecipient DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="AppointmentRecipient")Before/After Save events voor AppointmentRecipient. Bron:workflows.xml.