title: "MemorandumBook" category: reference tags: [entity, memorandum-book, datamodel] source: Entities.xml date: 2026-04-17 status: published
MemorandumBook
Type: Entity Properties: 20 Contexts: 2 Statussen: 4
DB-schema:
lookup_table_schema("MemorandumBook")· ../tables/MemorandumBook
Contextsbewerken
- 0: Standaard (
MemorandumBookContext.None) - 1: Standaard (
MemorandumBookContext.Standard)
Statussenbewerken
- -1: Trash (
MemorandumBookStatus.Trash) - 0: None (
MemorandumBookStatus.None) - 1: Open (
MemorandumBookStatus.Created) - 2: Goedgekeurd (
MemorandumBookStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | MEMBID | 9 | false | |
| BookDate | Date? | MEMBBOOKDATE | true | SYSDATE | |
| Context | Context | MEMBCONTEXT | false | 1 | |
| Costs | List[Cost] | CSTMEMBID | true | ||
| Currency | Currency | MEMBCURID | false | ||
| CurrencyConversionFactor | Int16 | MEMBCURCONVFACTOR | false | ||
| CurrencyRate | Decimal | MEMBCURRATE | false | 0 | |
| DataProvider | UltimoString | MEMBDATAPROVIDER | 50 | true | |
| Description | UltimoString | MEMBDESCR | 200 | true | |
| Exported | Boolean | MEMBEXPORTED | false | ||
| ExternalId | UltimoString | MEMBEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | MEMBEXTERNALSTATUS | 50 | true | |
| Lines | List[MemorandumBookLine] | MEMBLMEMBID | false | ||
| ProviderMutationDate | DateTime? | MEMBPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | MEMBRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | MEMBRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | MEMBAPPRVDATE | true | ||
| StatusApprovedEmployee | Employee | MEMBAPPRVEMPID | true | ||
| SystemCompany | Company | MEMBCOMPID | false | ||
| TransferNextTime | Boolean | MEMBTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("MemorandumBook")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("MemorandumBook")· ../tables/MemorandumBook DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="MemorandumBook")Before/After Save events voor MemorandumBook. Bron:workflows.xml.