Even after marking field inactive, it is visible in kb_view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I had task to remove a field from the user view, i removed the field from the form layout view and then marked the field as in active. Still the user can see the field in the older kb article and i too when i click on view kb article from the form view. How to remove the field without deleting it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @kaustubhdub
Check following things in your instance:
Resolution
- Remove the article template field from the article:
1. Navigate to Knowledge > Articles > Create New.
2. Select a knowledge base, and then the newly added article template.
3. Right-click the header and select Configure > Form Layout.
4. Double click on the field(s) you inactivated in the article template from the Selected column.
5. Click on Save.
2)KB0959350 Deleted filed still shows up in the List layout and form layout
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
screenshots please
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The suggested close note is the field i marked inactive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
What view/page is this? Because it doesn't seem to be a normal form. If this is a ui page/ui builder page/portal page, it can very well be that the code behind it is showing the field. If that code does not check for active, you will show it, but can't add info to it on new records, because you removed it from the default form.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark