title: "Origin" category: reference tags: [entity, origin, datamodel] source: Entities.xml date: 2026-04-17 status: published
Origin
Type: Entity Properties: 12 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Origin")· ../tables/Origin
Contextsbewerken
- 1: Standaard (
OriginContext.Equipment)
Statussenbewerken
- -1: Trash (
OriginStatus.Trash) - 0: None (
OriginStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ORGID | 4 | false | |
| Context | Context | ORGCONTEXT | false | 1 | |
| DataProvider | UltimoString | ORGDATAPROVIDER | 50 | true | |
| Description | UltimoString | ORGDESCR | 200 | true | |
| EndDateRequired | Boolean | ORGENDDATEREQUIRED | false | 0 | |
| Exported | Boolean | ORGEXPORTED | false | 0 | |
| ExternalId | UltimoString | ORGEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | ORGEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | ORGPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | ORGRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ORGRECSTATUS | false | ||
| TransferNextTime | Boolean | ORGTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Origin")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Origin")· ../tables/Origin DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Origin")Before/After Save events voor Origin. Bron:workflows.xml.