title: "Account" category: reference tags: [entity, account, datamodel] source: Entities.xml date: 2026-04-17 status: published
Account
Type: Entity Properties: 33 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Account")· ../tables/Account
Contextsbewerken
- 0: Standaard (
AccountContext.None) - 1: Standaard (
AccountContext.Standard)
Statussenbewerken
- -1: Trash (
AccountStatus.Trash) - 0: None (
AccountStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ACCID | 11 | false | |
| Context | Context | ACCCONTEXT | false | 1 | |
| Costs | List[Cost] | CSTACCID | true | ||
| DataProvider | UltimoString | ACCDATAPROVIDER | 50 | true | |
| Description | UltimoString | ACCDESCR | 200 | true | |
| Exported | Boolean | ACCEXPORTED | false | ||
| ExternalId | UltimoString | ACCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | ACCEXTERNALSTATUS | 50 | true | |
| Extra1 | Int32 | ACCEXTRA1 | false | ||
| Extra2 | UltimoString | ACCEXTRA2 | 15 | true | |
| Extra3 | UltimoString | ACCEXTRA3 | 15 | true | |
| Extra4 | UltimoString | ACCEXTRA4 | 15 | true | |
| InvoicedCurrentYear | CompanyMoney | ACCINVOICED | false | 0 | |
| InvoicedLastYear | CompanyMoney | ACCINVOICEDLY | false | 0 | |
| InvoiceLines | List[InvoiceLine] | INVLACCID | true | ||
| JobPlanPurchaseRequestLines | List[JobPlanPurchaseRequestLine] | JPPRLACCID | true | ||
| MemorandumBookLines | List[MemorandumBookLine] | MEMBLACCID | true | ||
| MemorandumCostCurrentYear | CompanyMoney | ACCMEMORANDUMCOSTBY | false | 0 | |
| MemorandumCostLastYear | CompanyMoney | ACCMEMORANDUMCOSTLY | false | 0 | |
| PmJobPurchaseRequestLines | List[PmJobPurchaseRequestLine] | PMJPRLACCID | true | ||
| ProviderMutationDate | DateTime? | ACCPROVIDERMUTDATE | true | ||
| PurchaseAdvices | List[PurchaseAdvice] | PADACCID | true | ||
| PurchasedCurrentYear | CompanyMoney | ACCPURCHASED | false | 0 | |
| PurchasedLastYear | CompanyMoney | ACCPURCHASEDLY | false | 0 | |
| PurchaseLines | List[PurchaseLine] | PCHLACCID | true | ||
| PurchaseRequestLines | List[PurchaseRequestLine] | PCHRLACCID | true | ||
| PurchaseRequests | List[PurchaseRequest] | PCHRACCID | true | ||
| Purchases | List[Purchase] | PCHACCID | true | ||
| RecordChangeDate | DateTime? | ACCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | ACCRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ACCRECSTATUS | false | ||
| SystemCompany | Company | ACCCOMPID | false | ||
| TransferNextTime | Boolean | ACCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Account")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Account")· ../tables/Account DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Account")Before/After Save events voor Account. Bron:workflows.xml.