Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hii everyone,
I want to know how many knowledge tables are there in ServiceNow and what are they?
I want to know everything about notification related to the knowledge related tables.
Thanks & Regards,
Mohammed Shariqh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @ShariqhM
Here is list of notifications in my PDI on KB tables
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @ShariqhM ,
Core Knowledge Tables
kb_knowledge- Main table that stores Knowledge Articles.
- Contains article content, workflow state, version information, author, published/retired dates, etc.
kb_knowledge_base- Stores Knowledge Bases (for example: IT, HR, Facilities Knowledge Base).
- Defines ownership, managers, permissions, and settings for a knowledge base.
kb_category- Stores Knowledge Categories used to organize articles within a Knowledge Base.
Other Commonly Used Knowledge-Related Tables
Depending on your ServiceNow version and enabled plugins, you may also encounter:
kb_feedback– Article feedback records.kb_use– Tracks article usage/views.kb_uc_can_contribute_mtom– User criteria mappings for contributors.kb_uc_can_read_mtom– User criteria mappings for readers.kb_keyword– Knowledge article keywords.kb_version– Article version history (in newer Knowledge Management implementations).m2m_kb_task– Relationship between knowledge articles and tasks.kb_submission– Knowledge article submissions (if used).
To view all knowledge-related notifications:
- Navigate to System Notification > Email > Notifications.
- Filter by:
- Table =
kb_knowledge - Or search for notifications containing Knowledge, KB, Article, or Approval.
- Table =
aslo you can check events whoich triigger for knowledge
System Policy > Events > Registry
To see all Knowledge Management tables available in your specific instance, execute the following Background Script:
var gr = new GlideRecord('sys_db_object');
gr.addQuery('name', 'STARTSWITH', 'kb_');
gr.query();
while (gr.next()) {
gs.print(gr.name + ' - ' + gr.label);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @ShariqhM
Here is all Table of Knowledge management:
| Name | Label | Display name | Application | Extends table |
| kb_2_kb | Related Articles | Kb 2 Kb | Global | |
| kb_2_sc | Related Catalog Items | Kb 2 Sc | Global | |
| kb_article_checklist_answer | Article Checklist Answer | Kb Article Checklist Answer | Global | |
| kb_article_checklist_summary | Article Checklist Summary | Kb Article Checklist Summary | Global | |
| kb_article_template | Article Template | Kb Article Template | Global | Application File |
| kb_article_template_definition | Article Template Field | Kb Article Template Definition | Global | Application File |
| kb_assist_job_m2m_scan | Related Article Assist Scans | Kb Assist Job M2m Scan | Knowledge Center | Application File |
| kb_assist_scan_definition | Scan Definition | Kb Assist Scan Definition | Knowledge Center | Application File |
| kb_assist_scan_definition_input | Scan Definition Input | Kb Assist Scan Definition Input | Knowledge Center | Application File |
| kb_assist_scan_result | Scan Result | Kb Assist Scan Result | Knowledge Center | |
| kb_category | Knowledge Category | Kb Category | Global | |
| kb_checklist_question | Checklist Question | Kb Checklist Question | Global | Application File |
| kb_feedback | Knowledge Feedback | Kb Feedback | Global | |
| kb_feedback_task | Knowledge Feedback Task | Kb Feedback Task | Global | Task |
| kb_keyword | Knowledge keyword | Kb Keyword | Global | Application File |
| kb_knowledge | Knowledge | Kb Knowledge | Global | |
| kb_knowledge_base | Knowledge Base | Kb Knowledge Base | Global | |
| kb_knowledge_base_request | Request new Knowledge Base | Kb Knowledge Base Request | Global | Request |
| kb_knowledge_keyword | Knowledge keyword | Kb Knowledge Keyword | Global | Application File |
| kb_knowledge_summary | Knowledge Summary | Kb Knowledge Summary | Global | |
| kb_navons | Knowledge Nav-ons | Kb Navons | Global | Application File |
| kb_quality_checklist | AQI Checklist | Kb Quality Checklist | Global | Application File |
| kb_social_qa_answer | Social Q&A Answer | Social Q&A Answer | Social Knowledge | |
| kb_social_qa_comment | Social Q&A Comment | Social Q&A Comment | Social Knowledge | |
| kb_social_qa_question | Social Q&A Question | Social Q&A Question | Social Knowledge | |
| kb_social_qa_subscribe | Social Q&A Subscribe | Kb Social Qa Subscribe | Social Knowledge | |
| kb_social_qa_view | Social Q&A View | Kb Social Qa View | Social Knowledge | |
| kb_social_qa_vote | Social Q&A Vote | Kb Social Qa Vote | Social Knowledge | |
| kb_submission | KB Submission | Kb Submission | Global | Task |
| kb_template_faq | FAQ | Kb Template Faq | Global | Knowledge |
| kb_template_how_to | How To | Kb Template How To | Global | Knowledge |
| kb_template_kcs_article | KCS Article | Kb Template Kcs Article | Global | Knowledge |
| kb_template_known_error_article | Known Error article | Kb Template Known Error Article | Global | Knowledge |
| kb_template_m2m_knowledge_base | Which templates are enabled in a knowledge base | Kb Template M2m Knowledge Base | Global | |
| kb_template_what_is | What Is | Kb Template What Is | Global | Knowledge |
| kb_uc_cannot_contribute_mtom | Who Cannot Contribute To Knowledge Base | Kb Uc Cannot Contribute Mtom | Global | Application File |
| kb_uc_cannot_read_mtom | Who Cannot Read Knowledge Base | Kb Uc Cannot Read Mtom | Global | Application File |
| kb_uc_can_contribute_mtom | Who Can Contribute To Knowledge Base | Kb Uc Can Contribute Mtom | Global | Application File |
| kb_uc_can_read_mtom | Who Can Read Knowledge Base | Kb Uc Can Read Mtom | Global | Application File |
| kb_usage_metrics | Knowledge Usage Metrics | Kb Usage Metrics | Global | |
| kb_use | Knowledge Use | Kb Use | Global | |
| kb_version | Knowledge Version | Kb Version | Global |
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti