title: "News" category: reference tags: [entity, news, datamodel] source: Entities.xml date: 2026-04-17 status: published
News
Type: Entity Properties: 17 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("News")· ../tables/News
Contextsbewerken
- 0: Standaard (
NewsContext.None) - 1: Standaard (
NewsContext.Standard) - 2: Master-incident (
NewsContext.MasterIncident)
Statussenbewerken
- -1: Trash (
NewsStatus.Trash) - 0: None (
NewsStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | NEWID | 11 | false | |
| Body | UltimoString | NEWBODY | true | ||
| Context | Context | NEWCONTEXT | false | ||
| DataProvider | UltimoString | NEWDATAPROVIDER | 50 | true | |
| DateFrom | DateTime? | NEWDATEFROM | true | SYSDATETIME | |
| DateTill | DateTime? | NEWDATETILL | true | ||
| Employee | Employee | NEWEMPID | true | USERID | |
| Exported | Boolean | NEWEXPORTED | false | 0 | |
| ExternalId | UltimoString | NEWEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | NEWEXTERNALSTATUS | 50 | true | |
| Job | Job | NEWJOBID | true | ||
| ProviderMutationDate | DateTime? | NEWPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | NEWRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | NEWSITID | true | ||
| Status | Status | NEWRECSTATUS | false | ||
| Title | UltimoString | NEWTITLE | 200 | true | |
| TransferNextTime | Boolean | NEWTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("News")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("News")· ../tables/News DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="News")Before/After Save events voor News. Bron:workflows.xml.