- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 01:47 AM
Good day!
I'm trying to create a knowledge article via a specific record on my custom application that inherited the TASK table.
I've already tried creating one article via a specific record from the INCIDENT application by putting a check mark on the Knowledge box under the Closure Information part before closing the incident request and it did successfully created an automatic DRAFT article.
Now, on my customized application I've already added the Knowledge check box on the my form
but when I tried to closed the request, given that the Knowledge box was checked, no article was created.
Responses would be highly appreciated.
Solved! Go to Solution.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 08:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 06:23 PM
Hi April
There is a Business Rule on the Incident table called Incident Create Knowledge, which will create a knowledge article when that checkbox is checked. (Shortcut url: /sys_script.do?sys_id=245748ecc61122aa016c02dffbff7464)
You will need to create a similar Business Rule on your custom table in order to achieve the same functionality.
Kind regards
Shahid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 07:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 07:45 PM
In addition to Shahid answer - it is necessary to mention that it does not matter if your table inherits task tabke or not - kniwledge article could be created out of "everyfhing" by business rule or ui action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 07:50 PM