title: "ArticleShoppingCart" category: reference tags: [entity, article-shopping-cart, datamodel] source: Entities.xml date: 2026-04-17 status: published
ArticleShoppingCart
Type: Entity Properties: 10 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ArticleShoppingCart")· ../tables/ArticleShoppingCart
Contextsbewerken
- 0: Standaard (
ArticleShoppingCartContext.None)
Statussenbewerken
- -1: Trash (
ArticleShoppingCartStatus.Trash) - 0: None (
ArticleShoppingCartStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ASCID | 36 | false | |
| ConfigurationName | UltimoString | ASCCONFIGURATIONNAME | 50 | true | |
| Context | Context | ASCCONTEXT | false | 0 | |
| Exported | Boolean | ASCEXPORTED | false | 0 | |
| Items | List[ArticleShoppingCartItem] | ASCIASCID | true | ||
| PriceColumnName | UltimoString | ASCPRICECOLUMNNAME | 200 | true | |
| RecordCreateDate | DateTime | ASCRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | ASCRECSTATUS | false | 0 | |
| SystemCompany | Company | ASCCOMPID | true | ||
| User | User | ASCSUSEID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ArticleShoppingCart")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ArticleShoppingCart")· ../tables/ArticleShoppingCart DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ArticleShoppingCart")Before/After Save events voor ArticleShoppingCart. Bron:workflows.xml.