title: "Raise" category: reference tags: [entity, raise, datamodel] source: Entities.xml date: 2026-04-17 status: published
Raise
Type: Entity Properties: 10 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Raise")· ../tables/Raise
Contextsbewerken
- 0: Standaard (
RaiseContext.None) - 1: Standaard (
RaiseContext.Standard)
Statussenbewerken
- -1: Trash (
RaiseStatus.Trash) - 0: None (
RaiseStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RSEID | 5 | false | |
| Context | Context | RSECONTEXT | false | 1 | |
| Description | UltimoString | RSEDESCR | 200 | true | |
| Exported | Boolean | RSEEXPORTED | false | ||
| LedgerCode1 | UltimoString | RSELGCODE1 | 11 | true | |
| LedgerCode2 | UltimoString | RSELGCODE2 | 11 | true | |
| Percentage | Decimal | RSEPERC | false | ||
| RaiseType | RaiseType | RSETYPEID | true | ||
| RecordCreateDate | DateTime? | RSERECCREATEDATE | true | SYSDATETIME | |
| Status | Status | RSERECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Raise")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Raise")· ../tables/Raise DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Raise")Before/After Save events voor Raise. Bron:workflows.xml.