title: "MemorandumBookLine" category: reference tags: [entity, memorandum-book-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
MemorandumBookLine
Type: Entity Properties: 23 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("MemorandumBookLine")· ../tables/MemorandumBookLine
Contextsbewerken
- 0: Standaard (
MemorandumBookLineContext.None)
Statussenbewerken
- -1: Trash (
MemorandumBookLineStatus.Trash) - 0: None (
MemorandumBookLineStatus.None) - 1: Open (
MemorandumBookLineStatus.Created) - 2: Goedgekeurd (
MemorandumBookLineStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | MEMBLLINEID | 9 | false | |
| Id.MemorandumBook | MemorandumBook | MEMBLMEMBID | false | ||
| Account | Account | MEMBLACCID | true | ||
| Context | Context | MEMBLCONTEXT | false | ||
| CostCenter | CostCenter | MEMBLCCRID | true | ||
| Costs | List[Cost] | CSTMEMBID, CSTMEMBLLINEID | true | , | |
| CostType | CostType | MEMBLCSTTID | true | ||
| Customer | Customer | MEMBLCUSID | true | ||
| DataProvider | UltimoString | MEMBLDATAPROVIDER | 50 | true | |
| Department | Department | MEMBLDEPID | true | ||
| Description | UltimoString | MEMBLDESCR | 200 | true | |
| Equipment | Equipment | MEMBLEQMID | true | ||
| Exported | Boolean | MEMBLEXPORTED | false | ||
| ExternalId | UltimoString | MEMBLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | MEMBLEXTERNALSTATUS | 50 | true | |
| Job | Job | MEMBLJOBID | true | ||
| MemorandumCost | CompanyMoney | MEMBLCOST | false | 0 | |
| ProcessFunction | ProcessFunction | MEMBLPRFID | true | ||
| ProviderMutationDate | DateTime? | MEMBLPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | MEMBLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | MEMBLRECSTATUS | false | 1 | |
| SystemCompany | Company | MEMBLCOMPID | false | ||
| TransferNextTime | Boolean | MEMBLTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("MemorandumBookLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("MemorandumBookLine")· ../tables/MemorandumBookLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="MemorandumBookLine")Before/After Save events voor MemorandumBookLine. Bron:workflows.xml.