Knowledge article templates

  • Release version: Xanadu
  • Updated August 1, 2024
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Knowledge Article Templates

    Knowledge article templates provide a standardized structure for creating knowledge articles within ServiceNow. As a knowledge administrator, you can create, customize, activate, or deactivate these templates to ensure consistency across articles. Security administrators can control visibility through field-level security settings. Authors can utilize these templates to streamline article creation.

    Show full answer Show less

    Key Features

    • Pre-defined Templates: Choose from standard templates or pre-defined options such as "How To," "What Is," "FAQ," or "KCS Article." All existing articles will automatically adopt the standard template upon upgrading to newer versions.
    • Activation of Templates: Templates are inactive by default. Activate desired templates via Knowledge > Administration > Article Templates by setting the Active field to true.
    • Template Structure: The structure and fields of templates are stored in specific tables within ServiceNow, ensuring organized data management.
    • Non-deletable Templates: Templates cannot be deleted due to associated child tables, but they can be deactivated by unchecking the Active box.

    Key Outcomes

    By effectively utilizing knowledge article templates, customers can:

    • Maintain consistency in knowledge articles, enhancing user experience.
    • Streamline the article creation process, saving time and effort for authors.
    • Control article visibility and access through security configurations.

    For full functionality, ensure the Knowledge Management Advanced plugin is activated, allowing the selection of templates during article creation.

    Article templates have pre-defined fields structured in a specific order. These templates help create a consistent structure for knowledge articles.

    Using the Knowledge Article Templates feature, as a knowledge administrator (a user with knowledge_admin role), you can create article templates, add or customize fields in a template, and activate or deactivate a template.

    As a security administrator (a user with security_admin role), you can configure field-level security in any template to make it visible to specific users.

    As an author, you can create articles using pre-defined article templates or any newly created article templates.

    Pre-defined knowledge article templates

    Use either the standard template or one of the pre-defined How To, What Is, FAQ or KCS article templates.

    Note:

    When you upgrade Knowledge Management to Kingston or later releases, all the existing articles from the earlier version automatically use the standard template of the upgraded version. For example, if you upgrade Knowledge Management from Jakarta to Kingston, all existing articles use the standard template available in the Kingston version.

    All pre-defined templates are inactive by default. If you do not activate a template, the articles automatically use the standard template. As a knowledge admin, you can activate a template by navigating to Knowledge > Administration > Article Templates. Then in the article template list, set the Active field to true for one or more templates you would like to activate.

    Templates are associated with knowledge bases. Only templates which are active and associated with a knowledge base are shown.

    The template structure is stored in kb_article_template while the fields for each template are stored in kb_article_template_definition. For creating and manipulating templates navigate to Knowledge > Administration > Article Templates.

    The table below lists the fields available in each template and the name of the template table.

    Table 1. Pre-defined knowledge article templates
    Template name Template fields Maps to table SEO Description Tag
    FAQ
    • Question
    • Answer
    FAQ [kb_template_faq] Question
    How To
    • Introduction
    • Instructions
    How To [kb_template_how_to] Introduction
    What Is
    • Introduction
    • Explanation
    What Is [kb_template_what_is] Introduction
    KCS Article
    • Issue
    • Environment
    • Cause
    • Resolution
    KCS Article [kb_template_kcs_article] Issue
    Standard Text kb_knowledge Text

    Activating knowledge article templates

    The Knowledge Article Templates feature is activated with the Knowledge Management Advanced (com.snc.knowledge_advanced) plugin. After the feature is activated, when creating an article, option to choose a template for the article appears. For details, see Activate the Knowledge Management Advanced plugin.

    Deactivating knowledge article templates

    You cannot delete an article template because article templates have an associated child table. Deleting a template would also require deleting the child table. Due to the limitations on dropping tables, article templates and template columns are explicitly made non-deletable. Instead, you can disable the Knowledge Article Templates feature by clearing the Active check box on the Article Template form.

    Note:
    The Standard template is available by default and can’t be made inactive.