Add Custom Fields to KB View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 05:29 AM
Hello,
I am looking to get a list collector field added to the published knowledge article view and am unsure how to add it. It shows in the view when editing an article but not when view it after its been published.
Any help would be appreciated.
Thanks,
Dillin
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 05:39 AM
Hi @Dillin Bradley ,
If that field exist in the knowledge [kb_knowledge] table then you can update the view.
Check the view name and try with personalized form setting, if that field is visible here and its unchecked.
Share the result, if it doesn't work for you.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 07:32 AM
Hi @Dillin Bradley ,
Thanks for sharing this screen shot, now we know you are looking for adding some custom field on article page. As per standard, knowledge article is displaying only "Article Body" part. Adding something additional required some custom implemetataion.
There are option for adding static content "Knowledge Block" which needs to be enable at "Knowledge Base" level after activating the Knowledge Block [com.snc.knowledge_blocks] Plugin.
For dynamic content, refer below links
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0955875
Knowledge Block
This community thread has example of adding html "Valid To" field with value via BR [ before ] state change to Published
You can try with same approach on dev instance.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution