title: "SurveyTemplateLine" category: reference tags: [entity, survey-template-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
SurveyTemplateLine
Type: Entity Properties: 13 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("SurveyTemplateLine")· ../tables/SurveyTemplateLine
Contextsbewerken
- 1: Thema (
SurveyTemplateLineContext.Theme) - 2: Vraag (
SurveyTemplateLineContext.Question)
Statussenbewerken
- -1: Trash (
SurveyTemplateLineStatus.Trash) - 0: None (
SurveyTemplateLineStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | SVYTLLINEID | 10 | false | |
| Id.SurveyTemplate | SurveyTemplate | SVYTLSVYTID | false | ||
| AnswerMandatory | Boolean | SVYTLANSWERMANDATORY | false | 1 | |
| Context | Context | SVYTLCONTEXT | false | 1 | |
| Exported | Boolean | SVYTLEXPORTED | false | ||
| OrderByQuestion | Int16 | SVYTLORDERBYQUESTION | false | 0 | |
| OrderByTheme | Int16 | SVYTLORDERBYTHEME | false | 0 | |
| Question | Question | SVYTLQSTID | true | ||
| RecordCreateDate | DateTime? | SVYTLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | SVYTLRECSTATUS | false | ||
| Theme | Theme | SVYTLTHMID | true | ||
| Weight | Int16 | SVYTLWEIGHT | false | 1 | |
| WeightPercentage | Decimal | SVYTLWEIGHTPERCENTAGE | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("SurveyTemplateLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SurveyTemplateLine")· ../tables/SurveyTemplateLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SurveyTemplateLine")Before/After Save events voor SurveyTemplateLine. Bron:workflows.xml.