title: "ObjectContact" category: reference tags: [entity, object-contact, datamodel] source: Entities.xml date: 2026-04-17 status: published
ObjectContact
Type: Entity Properties: 22 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ObjectContact")· ../tables/ObjectContact
Contextsbewerken
- 0: Standaard (
ObjectContactContext.None) - 1: Standaard (
ObjectContactContext.Standard) - 2: Extern personeel (
ObjectContactContext.ExternalPersonnel)
Statussenbewerken
- -1: Trash (
ObjectContactStatus.Trash) - 0: None (
ObjectContactStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OBJCONID | 7 | false | |
| Building | Building | OBJCONBLDID | true | ||
| BuildingManager | Boolean | OBJCONBUILDINGMANAGER | false | ||
| Contact | Boolean | OBJCONCONTACT | false | ||
| Context | Context | OBJCONCONTEXT | false | 1 | |
| Cotenant | Boolean | OBJCONJOINTTENANT | false | ||
| CreateDate | DateTime? | OBJCONCREATEDATE | true | SYSDATETIME | |
| CreatedEmployee | Employee | OBJCONCREATEEMPID | true | USERID | |
| Customer | Customer | OBJCONCUSID | true | ||
| DataProvider | UltimoString | OBJCONDATAPROVIDER | 50 | true | |
| Employee | Employee | OBJCONEMPID | true | ||
| Exported | Boolean | OBJCONEXPORTED | false | ||
| ExternalId | UltimoString | OBJCONEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | OBJCONEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | OBJCONPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | OBJCONRECCREATEDATE | true | SYSDATETIME | |
| Resident | Boolean | OBJCONRESIDENT | false | ||
| ServiceContract | ServiceContract | OBJCONSVCID | true | ||
| Status | Status | OBJCONRECSTATUS | false | ||
| SystemCompany | Company | OBJCONCOMPID | false | ||
| TransferNextTime | Boolean | OBJCONTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | OBJCONVDRID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ObjectContact")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ObjectContact")· ../tables/ObjectContact DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ObjectContact")Before/After Save events voor ObjectContact. Bron:workflows.xml.