title: "ApplicationValidatorRun" category: reference tags: [entity, application-validator-run, datamodel] source: Entities.xml date: 2026-04-17 status: published
ApplicationValidatorRun
Type: Entity Properties: 11 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ApplicationValidatorRun")· ../tables/ApplicationValidatorRun
Contextsbewerken
- 0: validator (
ApplicationValidatorRunContext.None)
Statussenbewerken
- -1: Trash (
ApplicationValidatorRunStatus.Trash) - 0: None (
ApplicationValidatorRunStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | APPVID | 50 | false | |
| Context | Context | APPVCONTEXT | false | ||
| DateTimeFinished | DateTime? | APPVDATETIMEFINISHED | true | ||
| DateTimeStarted | DateTime? | APPVDATETIMESTARTED | true | ||
| Description | UltimoString | APPVDESCR | 256 | true | |
| Exported | Boolean | APPVEXPORTED | false | 0 | |
| NextCheck | DateTime? | APPVNEXTCHECK | true | ||
| RecordCreateDate | DateTime? | APPVRECCREATEDATE | true | SYSDATETIME | |
| Results | List[ApplicationValidatorResult] | APPVRESAPPVID | true | ||
| Status | Status | APPVRECSTATUS | false | ||
| TimePattern | TimeslotPattern | APPVTIMEPATTERN | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ApplicationValidatorRun")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ApplicationValidatorRun")· ../tables/ApplicationValidatorRun DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ApplicationValidatorRun")Before/After Save events voor ApplicationValidatorRun. Bron:workflows.xml.