title: "KnowledgeTopic" category: reference tags: [entity, knowledge-topic, datamodel] source: Entities.xml date: 2026-04-17 status: published
KnowledgeTopic
Type: Entity Properties: 51 Contexts: 5 Statussen: 8
Zie ook het handgeschreven artikel: knowledge-topic
DB-schema:
lookup_table_schema("KnowledgeTopic")· ../tables/KnowledgeTopic
Contextsbewerken
- 0: Servicedesk (
KnowledgeTopicContext.None) - 1: Servicedesk (
KnowledgeTopicContext.ServiceDesk) - 2: ITIL (
KnowledgeTopicContext.Itil) - 4: Verbetervoorstel Servicedesk (
KnowledgeTopicContext.ImprovementRequestServiceDesk) - 8: Verbetervoorstel Itil (
KnowledgeTopicContext.ImprovementRequestItil)
Statussenbewerken
- -1: Trash (
KnowledgeTopicStatus.Trash) - 0: None (
KnowledgeTopicStatus.None) - 1: Actief (
KnowledgeTopicStatus.Active) - 2: Inactief (
KnowledgeTopicStatus.Inactive) - 4: Open (
KnowledgeTopicStatus.Open) - 8: Ingediend (
KnowledgeTopicStatus.Submitted) - 16: Goedgekeurd (
KnowledgeTopicStatus.Approved) - 32: Afgewezen (
KnowledgeTopicStatus.Rejected)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | KNTID | 11 | false | |
| AcceptDescription | Boolean | KNTACCEPTDESCR | false | 0 | |
| AcceptDiagnosis | Boolean | KNTACCEPTDIAGNOSIS | false | 0 | |
| AcceptKnowledgeDomain | Boolean | KNTACCEPTKND | false | 0 | |
| AcceptShowInFAQ | Boolean | KNTACCEPTSHOWINFAQ | false | 1 | |
| AcceptSkillCategory | Boolean | KNTACCEPTSKILLCAT | false | 0 | |
| AcceptTags | Boolean | KNTACCEPTTAGS | false | 0 | |
| AcceptTemplateText | Boolean | KNTACCEPTTEMPLATETEXT | false | 0 | |
| AcceptText | Boolean | KNTACCEPTTEXT | false | 0 | |
| ActiveInTree | Boolean | KNTACTIVEINTREE | false | 0 | |
| BackgroundInfo | UltimoString | KNTBACKGROUNDINFO | true | ||
| Context | Context | KNTCONTEXT | false | 1 | |
| CreatedDate | DateTime? | KNTCREATEDATE | true | SYSDATETIME | |
| CreatedEmployee | Employee | KNTCREATEEMPID | true | USERID | |
| DataProvider | UltimoString | KNTDATAPROVIDER | 50 | true | |
| Description | UltimoString | KNTDESCR | 200 | true | |
| Diagnosis | UltimoString | KNTDIAGNOSIS | true | ||
| Exported | Boolean | KNTEXPORTED | false | ||
| ExternalId | UltimoString | KNTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | KNTEXTERNALSTATUS | 50 | true | |
| Image | UltimoString | KNTIMAGE | true | ||
| InputSupport | UltimoString | KNTINPUTSUPPORT | true | ||
| Job | Job | KNTJOBID | true | ||
| Jobs | List[Job] | JOBKNTID | true | ||
| KnowledgeDomain | KnowledgeDomain | KNTKNDID | true | ||
| ParentKnowledgeTopic | KnowledgeTopic | KNTPARENTKNTID | true | ||
| ProviderMutationDate | DateTime? | KNTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | KNTRECCREATEDATE | true | SYSDATETIME | |
| RejectionReason | UltimoString | KNTREJECTIONREASON | true | ||
| Remarks | UltimoString | KNTREMARKS | true | ||
| ServiceDeskReportType | ServiceDeskReportType | KNTSDRTID | true | ||
| ShowInFAQ | Boolean | KNTSHOWINFAQ | false | 1 | |
| SkillCategory | SkillCategory | KNTSKCID | true | ||
| Status | Status | KNTRECSTATUS | false | 2 | |
| StatusActiveDate | DateTime? | KNTACTIVEDATE | true | ||
| StatusActiveEmployee | Employee | KNTACTIVEEMPID | true | ||
| StatusApprovedDate | DateTime? | KNTAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | KNTAPPROVEDEMPID | true | ||
| StatusInactiveDate | DateTime? | KNTINACTIVEDATE | true | ||
| StatusInactiveEmployee | Employee | KNTINACTIVEEMPID | true | ||
| StatusOpenDate | DateTime? | KNTOPENDATE | true | ||
| StatusOpenEmployee | Employee | KNTOPENEMPID | true | ||
| StatusRejectedDate | DateTime? | KNTREJECTEDDATE | true | ||
| StatusRejectedEmployee | Employee | KNTREJECTEDEMPID | true | ||
| StatusSubmittedDate | DateTime? | KNTSUBMITTEDDATE | true | ||
| StatusSubmittedEmployee | Employee | KNTSUBMITTEDEMPID | true | ||
| SystemCompany | Company | KNTCOMPID | false | ||
| Tags | UltimoString | KNTTAGS | 200 | true | |
| TemplateText | UltimoString | KNTTEMPLATETEXT | true | ||
| Text | UltimoString | KNTTEXT | true | ||
| TransferNextTime | Boolean | KNTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("KnowledgeTopic")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("KnowledgeTopic")· ../tables/KnowledgeTopic DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="KnowledgeTopic")Before/After Save events voor KnowledgeTopic. Bron:workflows.xml.