title: "ReservationOccurrence" category: reference tags: [entity, reservation-occurrence, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReservationOccurrence
Type: Entity Properties: 41 Contexts: 7 Statussen: 10
DB-schema:
lookup_table_schema("ReservationOccurrence")· ../tables/ReservationOccurrence
Contextsbewerken
- 0: Standaard (
ReservationOccurrenceContext.None) - 1: Zaalreservering (
ReservationOccurrenceContext.SpaceReservation) - 2: Evenement (
ReservationOccurrenceContext.Event) - 4: Catering (
ReservationOccurrenceContext.Catering) - 8: Bezoek (
ReservationOccurrenceContext.Visit) - 16: Poolautoreservering (
ReservationOccurrenceContext.PoolCarReservation) - 256: Outlook-reservering (
ReservationOccurrenceContext.Exchange)
Statussenbewerken
- -1: Trash (
ReservationOccurrenceStatus.Trash) - 0: None (
ReservationOccurrenceStatus.None) - 1: Open (
ReservationOccurrenceStatus.Created) - 2: Aangevraagd (
ReservationOccurrenceStatus.Requested) - 4: Aangevraagd met conflicten (
ReservationOccurrenceStatus.RequestedConflict) - 8: Verwerkt (
ReservationOccurrenceStatus.Processed) - 16: Verwerkt met conflicten (
ReservationOccurrenceStatus.ProcessedConflict) - 32: Deels verwerkt (
ReservationOccurrenceStatus.PartiallyProcessed) - 64: Deels verwerkt met conflicten (
ReservationOccurrenceStatus.PartiallyProcessedConflict) - 128: Geannuleerd (
ReservationOccurrenceStatus.Canceled)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Id | UltimoString | RESOCID | 4 | false | |
| Id.Reservation | Reservation | RESOCRESID | false | ||
| Applicant | Employee | RESOCAPPLICANTEMPID | true | ||
| Context | Context | RESOCCONTEXT | false | ||
| DataProvider | UltimoString | RESOCDATAPROVIDER | 50 | true | |
| EndDate | DateTime? | RESOCENDDATE | true | ||
| ExchangeFailCount | Int32 | RESOCEXCHANGEFAILCOUNT | false | 0 | |
| Exported | Boolean | RESOCEXPORTED | false | ||
| ExternalId | UltimoString | RESOCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RESOCEXTERNALSTATUS | 50 | true | |
| LastChange | DateTime? | RESOCLASTCHANGE | true | ||
| LastEmailDate | DateTime? | RESOCLASTEMAILDATE | true | ||
| Lines | List[ReservationLine] | RESLRESOCRESID, RESLRESOCID | true | , | |
| NoShow | Boolean | RESOCNOSHOW | false | 0 | |
| NoShowReason | UltimoString | RESOCNOSHOWREASON | 100 | true | |
| NumberOfPersons | Int32 | RESOCNUMBEROFPERSONS | false | ||
| ProviderMutationDate | DateTime? | RESOCPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | RESOCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | RESOCRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | RESOCSITID | true | ||
| StartDate | DateTime? | RESOCSTARTDATE | true | ||
| Status | Status | RESOCRECSTATUS | false | ||
| StatusCanceledDate | DateTime? | RESOCCANCELEDDATE | true | ||
| StatusCanceledEmployee | Employee | RESOCCANCELEDEMPID | true | ||
| StatusCreatedDate | DateTime? | RESOCCREATEDDATE | true | ||
| StatusCreatedEmployee | Employee | RESOCCREATEDEMPID | true | ||
| StatusPartiallyProcessedConflictDate | DateTime? | RESOCPARTIALLYPROCESSEDCONFLICTDATE | true | ||
| StatusPartiallyProcessedConflictEmployee | Employee | RESOCPARTIALLYPROCESSEDCONFLICTEMPID | true | ||
| StatusPartiallyProcessedDate | DateTime? | RESOCPARTIALLYPROCESSEDDATE | true | ||
| StatusPartiallyProcessedEmployee | Employee | RESOCPARTIALLYPROCESSEDEMPID | true | ||
| StatusProcessedConflictDate | DateTime? | RESOCPROCESSEDCONFLICTDATE | true | ||
| StatusProcessedConflictEmployee | Employee | RESOCPROCESSEDCONFLICTEMPID | true | ||
| StatusProcessedDate | DateTime? | RESOCPROCESSEDDATE | true | ||
| StatusProcessedEmployee | Employee | RESOCPROCESSEDEMPID | true | ||
| StatusRequestedConflictDate | DateTime? | RESOCREQUESTEDCONFLICTDATE | true | ||
| StatusRequestedConflictEmployee | Employee | RESOCREQUESTEDCONFLICTEMPID | true | ||
| StatusRequestedDate | DateTime? | RESOCREQUESTEDDATE | true | ||
| StatusRequestedEmployee | Employee | RESOCREQUESTEDEMPID | true | ||
| SystemCompany | Company | RESOCCOMPID | false | ||
| Text | UltimoString | RESOCTEXT | true | ||
| TransferNextTime | Boolean | RESOCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReservationOccurrence")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReservationOccurrence")· ../tables/ReservationOccurrence DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReservationOccurrence")Before/After Save events voor ReservationOccurrence. Bron:workflows.xml.