- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2021 08:44 AM
Hi all,
On every problem form we have a "Knowledge" box that can be checked.
When you check this box and the Problem is closed, a Knowledge Article should be created in the background. However, nothing happens; no Article is created, we don't see actions that take place in the background.
Searching on Google I couldn't find anything (for now), that's why I have a number of questions;
- How does this work? There doesn't seem to be an option in the Problem- Properties to turn this functionality on or off.
- We use more than 1 Knowledge Base. Is it possible to indicate in which Knowledge Base you want the Article to be created? If so, how do you do this?
- Is it possible to develop a template for Knowledge Articles that arise from Problems and to introduce the Problem content each time in the same way in Knowledge Articles?
Thanks for the responses!
Solved! Go to Solution.
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2021 06:37 AM
Hi all,
I have contacted ServiceNow Support and the bolded text (last sentence), solves the problem with the inability to create Knowledge Articles from closed Problems.
-----
Solution Proposed:
We have checked and found that there is a problem where it is mentioned that it is an expected behaviour. The Business rule which is responsible for creating the knowledge article in problem closure is having the condition as mentioned below. Condition - Current.problem_state.changesTo (4) && current.knowledge == true Business rule - Problem Create Knowledge But the problem state choices are changed to 101-107 from 1-7 by the plugin "Problem Management Best Practice — Madrid — State Model". Our dev team has checked and found that it is an expected behaviour because the "Problem Management Best Practice — Madrid — State Model" is development plugin which is meant to be active by default only for zBoot customers. It is not recommended that upgrade customers activate it as it contains changes that completely change the state model of Problem Management. The BR mentioned here is part of the "com.snc.problem_kb" plugin. This plugin has been deprecated for new customers. The recommended way of creating a Knowledge article from Problem Mangement is available in the "Problem Management Best Practice - Madrid - Knowledge Integration" plugin. (via the 'Create Known Error article' UI action). But if still if you would require to create articles from the BR only when the problem is closed then please change condition of the BR to the below. 'Current.problem_state.changesTo (107) && current.knowledge == true'.
-----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2021 06:37 AM
Hi all,
I have contacted ServiceNow Support and the bolded text (last sentence), solves the problem with the inability to create Knowledge Articles from closed Problems.
-----
Solution Proposed:
We have checked and found that there is a problem where it is mentioned that it is an expected behaviour. The Business rule which is responsible for creating the knowledge article in problem closure is having the condition as mentioned below. Condition - Current.problem_state.changesTo (4) && current.knowledge == true Business rule - Problem Create Knowledge But the problem state choices are changed to 101-107 from 1-7 by the plugin "Problem Management Best Practice — Madrid — State Model". Our dev team has checked and found that it is an expected behaviour because the "Problem Management Best Practice — Madrid — State Model" is development plugin which is meant to be active by default only for zBoot customers. It is not recommended that upgrade customers activate it as it contains changes that completely change the state model of Problem Management. The BR mentioned here is part of the "com.snc.problem_kb" plugin. This plugin has been deprecated for new customers. The recommended way of creating a Knowledge article from Problem Mangement is available in the "Problem Management Best Practice - Madrid - Knowledge Integration" plugin. (via the 'Create Known Error article' UI action). But if still if you would require to create articles from the BR only when the problem is closed then please change condition of the BR to the below. 'Current.problem_state.changesTo (107) && current.knowledge == true'.
-----