title: "CustomerSatisfaction" category: reference tags: [entity, customer-satisfaction, datamodel] source: Entities.xml date: 2026-04-17 status: published
CustomerSatisfaction
Type: Entity Properties: 13 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("CustomerSatisfaction")· ../tables/CustomerSatisfaction
Contextsbewerken
- 0: Standaard (
CustomerSatisfactionContext.None)
Statussenbewerken
- -1: Trash (
CustomerSatisfactionStatus.Trash) - 0: None (
CustomerSatisfactionStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CUSSID | 10 | false | |
| Context | Context | CUSSCONTEXT | false | ||
| DataProvider | UltimoString | CUSSDATAPROVIDER | 50 | true | |
| Description | UltimoString | CUSSDESCR | 50 | true | |
| Exported | Boolean | CUSSEXPORTED | false | 0 | |
| ExternalId | UltimoString | CUSSEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CUSSEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CUSSPROVIDERMUTDATE | true | ||
| Rating | Decimal | CUSSRATING | false | 0 | |
| RecordChangeDate | DateTime? | CUSSRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | CUSSRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CUSSRECSTATUS | false | ||
| TransferNextTime | Boolean | CUSSTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("CustomerSatisfaction")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CustomerSatisfaction")· ../tables/CustomerSatisfaction DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CustomerSatisfaction")Before/After Save events voor CustomerSatisfaction. Bron:workflows.xml.