title: "ArticleShoppingCartItem" category: reference tags: [entity, article-shopping-cart-item, datamodel] source: Entities.xml date: 2026-04-17 status: published
ArticleShoppingCartItem
Type: Entity Properties: 8 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ArticleShoppingCartItem")· ../tables/ArticleShoppingCartItem
Contextsbewerken
- 0: Standaard (
ArticleShoppingCartItemContext.None)
Statussenbewerken
- -1: Trash (
ArticleShoppingCartItemStatus.Trash) - 0: None (
ArticleShoppingCartItemStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ASCIID | 36 | false | |
| ArticleId | UltimoString | ASCIARTID | 200 | true | |
| ArticleShoppingCart | ArticleShoppingCart | ASCIASCID | true | ||
| Context | Context | ASCICONTEXT | false | 0 | |
| Exported | Boolean | ASCIEXPORTED | false | 0 | |
| Quantity | Decimal | ASCIQUANTITY | false | 0 | |
| RecordCreateDate | DateTime | ASCIRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | ASCIRECSTATUS | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ArticleShoppingCartItem")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ArticleShoppingCartItem")· ../tables/ArticleShoppingCartItem DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ArticleShoppingCartItem")Before/After Save events voor ArticleShoppingCartItem. Bron:workflows.xml.