title: "DepreciationType" category: reference tags: [entity, depreciation-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
DepreciationType
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("DepreciationType")· ../tables/DepreciationType
Contextsbewerken
- 0: Standaard (
DepreciationTypeContext.None)
Statussenbewerken
- -1: Trash (
DepreciationTypeStatus.Trash) - 0: None (
DepreciationTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DEPRTID | 2 | false | |
| Context | Context | DEPRTCONTEXT | false | ||
| Description | UltimoString | DEPRTDESCR | 200 | true | |
| Exported | Boolean | DEPRTEXPORTED | false | ||
| Method | DepreciationTypeMethod | DEPRTMETHOD | false | ||
| RecordCreateDate | DateTime? | DEPRTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DEPRTRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("DepreciationType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DepreciationType")· ../tables/DepreciationType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DepreciationType")Before/After Save events voor DepreciationType. Bron:workflows.xml.