title: "DocumentType" category: reference tags: [entity, document-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
DocumentType
Type: Entity Properties: 15 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("DocumentType")· ../tables/DocumentType
Contextsbewerken
- 0: Standaard (
DocumentTypeContext.None) - 1: Standaard (
DocumentTypeContext.Standard)
Statussenbewerken
- -1: Trash (
DocumentTypeStatus.Trash) - 0: None (
DocumentTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DOCTID | 5 | false | |
| Context | Context | DOCTCONTEXT | false | 1 | |
| DataProvider | UltimoString | DOCTDATAPROVIDER | 50 | true | |
| Description | UltimoString | DOCTDESCR | 200 | true | |
| Documents | List[Document] | DOCDOCTID | true | ||
| Exported | Boolean | DOCTEXPORTED | false | ||
| ExternalId | UltimoString | DOCTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DOCTEXTERNALSTATUS | 50 | true | |
| MTUserGuide | Boolean | DOCTMTUSERGUIDE | false | ||
| ProviderMutationDate | DateTime? | DOCTPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | DOCTRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | DOCTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DOCTRECSTATUS | false | ||
| TaskRiskAnalysis | Boolean | DOCTTASKRISKANALYSIS | false | 0 | |
| TransferNextTime | Boolean | DOCTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DocumentType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DocumentType")· ../tables/DocumentType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DocumentType")Before/After Save events voor DocumentType. Bron:workflows.xml.