title: "LinkType" category: reference tags: [entity, link-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
LinkType
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("LinkType")· ../tables/LinkType
Contextsbewerken
- 0: Standaard (
LinkTypeContext.None)
Statussenbewerken
- -1: Trash (
LinkTypeStatus.Trash) - 0: None (
LinkTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | LTID | 4 | false | |
| Context | Context | LTCONTEXT | false | 0 | |
| Description | UltimoString | LTDESCR | 200 | true | |
| Exported | Boolean | LTEXPORTED | false | 0 | |
| OppositeLinkType | LinkType | LTOPPOSITELTID | true | ||
| RecordCreateDate | DateTime | LTRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | LTRECSTATUS | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("LinkType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LinkType")· ../tables/LinkType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LinkType")Before/After Save events voor LinkType. Bron:workflows.xml.