title: "TextTemplate" category: reference tags: [entity, text-template, datamodel] source: Entities.xml date: 2026-04-17 status: published
TextTemplate
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("TextTemplate")· ../tables/TextTemplate
Contextsbewerken
- 0: Standaard (
TextTemplateContext.None) - 1: Standaard (
TextTemplateContext.Standard)
Statussenbewerken
- -1: Trash (
TextTemplateStatus.Trash) - 0: None (
TextTemplateStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.CountryCode | UltimoString | TXTTCOU | 5 | false | |
| Id.Id | UltimoString | TXTTID | 11 | false | |
| Body | UltimoString | TXTTBODY | true | ||
| BodyType | TextTemplateBodyType | TXTTBODYTYPE | false | ||
| Context | Context | TXTTCONTEXT | false | ||
| CustomBody | UltimoString | TXTTCUSTOMBODY | true | ||
| CustomBodyType | TextTemplateBodyType | TXTTCUSTOMBODYTYPE | false | 0 | |
| CustomSubject | UltimoString | TXTTCUSTOMSUBJECT | 625 | true | |
| Exported | Boolean | TXTTEXPORTED | false | ||
| RecordCreateDate | DateTime? | TXTTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | TXTTRECSTATUS | false | ||
| Subject | UltimoString | TXTTSUBJECT | 625 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("TextTemplate")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("TextTemplate")· ../tables/TextTemplate DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="TextTemplate")Before/After Save events voor TextTemplate. Bron:workflows.xml.