title: "ContractLineCost" category: reference tags: [entity, contract-line-cost, datamodel] source: Entities.xml date: 2026-04-17 status: published
ContractLineCost
Type: Entity Properties: 13 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ContractLineCost")· ../tables/ContractLineCost
Contextsbewerken
- 0: Standaard (
ContractLineCostContext.None)
Statussenbewerken
- -1: Trash (
ContractLineCostStatus.Trash) - 0: None (
ContractLineCostStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CONLCID | 9 | false | |
| Context | Context | CONLCCONTEXT | false | ||
| ContractLine | ContractLine | CONLCCONLID | true | ||
| EndDate | Date? | CONLCENDDATE | true | ||
| Exported | Boolean | CONLCEXPORTED | false | ||
| Price | CompanyMoney | CONLCPRICE | false | 0 | |
| RecordCreateDate | DateTime? | CONLCRECCREATEDATE | true | SYSDATETIME | |
| StartDate | Date? | CONLCSTARTDATE | true | ||
| Status | Status | CONLCRECSTATUS | false | ||
| SystemCompany | Company | CONLCCOMPID | false | ||
| Vat | Vat | CONLCVATID | true | ||
| VatPercentage | Decimal | CONLCVATPERCENTAGE | false | 0 | |
| VatPrice | CompanyMoney | CONLCVATPRICE | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ContractLineCost")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ContractLineCost")· ../tables/ContractLineCost DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ContractLineCost")Before/After Save events voor ContractLineCost. Bron:workflows.xml.