Knowledge Article Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi folks. We would like to add the author as a visible field on our Knowledge article forms. Can someone show me where this logic lives so that we can make the author visible when viewing the Knowledge article?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi @sseverance
If it is portal ,
Check this post and KB
KB0789770 Removing Knowledge Article - Authored by field from view
Removing author from Knowledge Article
2) Show Author in Knowledge search result:
Update sys_property : glide.knowman.search.show_author to True
3) find the place where KB articles got created, update author there.
following are 2 OOB BR where you can add the following line before you insert a knowledge article.
kb.author = current.resolved_by;
