title: "AbcCode" category: reference tags: [entity, abc-code, datamodel] source: Entities.xml date: 2026-04-17 status: published
AbcCode
Type: Entity Properties: 9 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("AbcCode")· ../tables/AbcCode
Contextsbewerken
- 0: Standaard (
AbcCodeContext.None)
Statussenbewerken
- -1: Trash (
AbcCodeStatus.Trash) - 0: None (
AbcCodeStatus.None) - 1: Open (
AbcCodeStatus.Open) - 2: Goedgekeurd (
AbcCodeStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ABCID | 9 | false | |
| Context | Context | ABCCONTEXT | false | 0 | |
| Description | UltimoString | ABCDESCR | 200 | true | |
| Exported | Boolean | ABCEXPORTED | false | 0 | |
| Frequency | Frequency | ABCFRQID | true | ||
| FrequencyInterval | Int32 | ABCFRQQTY | false | 0 | |
| RecordCreateDate | DateTime | ABCRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | ABCRECSTATUS | false | 0 | |
| Threshold | Int32 | ABCTHRESHOLD | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("AbcCode")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("AbcCode")· ../tables/AbcCode DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="AbcCode")Before/After Save events voor AbcCode. Bron:workflows.xml.