title: "CostType" category: reference tags: [entity, cost-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
CostType
Type: Entity Properties: 13 Contexts: 2 Statussen: 2
Zie ook het handgeschreven artikel: cost-type
DB-schema:
lookup_table_schema("CostType")· ../tables/CostType
Contextsbewerken
- 0: Standaard (
CostTypeContext.None) - 1: Standaard (
CostTypeContext.Standard)
Statussenbewerken
- -1: Trash (
CostTypeStatus.Trash) - 0: None (
CostTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CSTTID | 9 | false | |
| Context | Context | CSTTCONTEXT | false | 1 | |
| DataProvider | UltimoString | CSTTDATAPROVIDER | 50 | true | |
| Description | UltimoString | CSTTDESCR | 200 | true | |
| Exported | Boolean | CSTTEXPORTED | false | ||
| ExternalId | UltimoString | CSTTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CSTTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CSTTPROVIDERMUTDATE | true | ||
| PurchaseRequests | List[PurchaseRequest] | PCHRCSTTID | true | ||
| RecordChangeDate | DateTime? | CSTTRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | CSTTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CSTTRECSTATUS | false | ||
| TransferNextTime | Boolean | CSTTTRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("CostType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CostType")· ../tables/CostType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CostType")Before/After Save events voor CostType. Bron:workflows.xml.