title: "SurveyLine" category: reference tags: [entity, survey-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
SurveyLine
Type: Entity Properties: 11 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("SurveyLine")· ../tables/SurveyLine
Contextsbewerken
- 1: Thema (
SurveyLineContext.Theme) - 2: Vraag (
SurveyLineContext.Question)
Statussenbewerken
- -1: Trash (
SurveyLineStatus.Trash) - 0: None (
SurveyLineStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | SVYLLINEID | 10 | false | |
| Id.Survey | Survey | SVYLSVYID | false | ||
| Context | Context | SVYLCONTEXT | false | 1 | |
| Exported | Boolean | SVYLEXPORTED | false | 0 | |
| Inapplicable | Boolean | SVYLINAPPLICABLE | false | 0 | |
| RecordCreateDate | DateTime | SVYLRECCREATEDATE | false | SYSDATETIME | |
| RemarkText | UltimoString | SVYLREMARKTEXT | true | ||
| Score | Int16 | SVYLSCORE | false | 0 | |
| ScoreModelLine | ScoreModelLine | SVYLSCRMLSCRMID, SVYLSCRMLLINEID | true | , | |
| Status | Status | SVYLRECSTATUS | false | 0 | |
| SurveyAssessmentLine | SurveyAssessmentLine | SVYLSUALSUAID, SVYLSUALLINEID | true | , |
Brondatabewerken
- Entity-definitie —
lookup_entity("SurveyLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SurveyLine")· ../tables/SurveyLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SurveyLine")Before/After Save events voor SurveyLine. Bron:workflows.xml.