title: "ApplicationValidatorResult" category: reference tags: [entity, application-validator-result, datamodel] source: Entities.xml date: 2026-04-17 status: published
ApplicationValidatorResult
Type: Entity Properties: 16 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ApplicationValidatorResult")· ../tables/ApplicationValidatorResult
Contextsbewerken
- 0: Standaard (
ApplicationValidatorResultContext.None)
Statussenbewerken
- -1: Trash (
ApplicationValidatorResultStatus.Trash) - 0: None (
ApplicationValidatorResultStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | APPVRESID | 36 | false | |
| Context | Context | APPVRESCONTEXT | false | ||
| DateTime | DateTime? | APPVRESDATETIME | true | ||
| Exported | Boolean | APPVRESEXPORTED | false | 0 | |
| NextCheck | DateTime? | APPVRESNEXTCHECK | true | ||
| ObjectName | UltimoString | APPVRESOBJECTNAME | 256 | true | |
| Priority | Int32 | APPVRESPRIORITY | false | 0 | |
| RecordCreateDate | DateTime? | APPVRESRECCREATEDATE | true | SYSDATETIME | |
| RuleName | UltimoString | APPVRESRULENAME | 256 | true | |
| Severity | UltimoString | APPVRESSEVERITY | 50 | true | |
| Solvable | Boolean | APPVRESSOLVABLE | false | 0 | |
| Solved | Boolean | APPVRESSOLVED | false | 0 | |
| Status | Status | APPVRESRECSTATUS | false | ||
| Text | UltimoString | APPVRESTEXT | true | ||
| Valid | Boolean | APPVRESVALID | false | 0 | |
| Validator | ApplicationValidatorRun | APPVRESAPPVID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ApplicationValidatorResult")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ApplicationValidatorResult")· ../tables/ApplicationValidatorResult DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ApplicationValidatorResult")Before/After Save events voor ApplicationValidatorResult. Bron:workflows.xml.