title: "Foreman" category: reference tags: [entity, foreman, datamodel] source: Entities.xml date: 2026-04-17 status: published
Foreman
Type: Entity Properties: 14 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Foreman")· ../tables/Foreman
Contextsbewerken
- 0: Standaard (
ForemanContext.None) - 1: Standaard (
ForemanContext.Standard)
Statussenbewerken
- -1: Trash (
ForemanStatus.Trash) - 0: None (
ForemanStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | FMANID | 5 | false | |
| Context | Context | FMANCONTEXT | false | 1 | |
| Description | UltimoString | FMANDESCR | 200 | true | |
| Description2 | UltimoString | FMANDESCR2 | 51 | true | |
| Description3 | UltimoString | FMANDESCR3 | 51 | true | |
| Exported | Boolean | FMANEXPORTED | false | ||
| Extra1 | Int16 | FMANEXTRA1 | false | ||
| Extra2 | Int32 | FMANEXTRA2 | false | ||
| Extra3 | Int32 | FMANEXTRA3 | false | ||
| Extra4 | UltimoString | FMANEXTRA4 | 5 | true | |
| Extra5 | UltimoString | FMANEXTRA5 | 5 | true | |
| RecordCreateDate | DateTime? | FMANRECCREATEDATE | true | SYSDATETIME | |
| SkillCategory | SkillCategory | FMANSKCID | true | ||
| Status | Status | FMANRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Foreman")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Foreman")· ../tables/Foreman DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Foreman")Before/After Save events voor Foreman. Bron:workflows.xml.