Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Understanding the News Homepage Gadget - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Understanding the News Homepage Gadget
KB0688339

Understanding the News Homepage Gadget


2427 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

Overview


This article describes the News gadget on the Homepage and explains how to update the gadget title and conditions.

Description


A gadget is a Homepage item used to show the knowledge search field and notes, for example, pulling up information from knowledge table.

The gadget's title and conditions are defined in the sys_widget table in the Gadget record. To access the Gadget record:

  1. Navigate to System UI > Widgets.

  2. Open the widget record (https://<instance-name>.service-now.com/sys_widgets.do?sys_id=a066bb690a0a0aa300d40d0cce7ed94f).

The render_gadget_nets UI page defines what is displayed in the gadget/widget (https://<instance-name>.service-now.com/sys_ui_page.do?sys_id=225c69940a0a0b57008029aaea037e49).

Examples


This section describes how to make some typical changes to gadgets.

  • To change the title of the gadget that the user selects when adding content on the Homepage:

    1. Navigate to System UI > Widgets.

    2. Open the Gadget record (https://<instance-name>.service-now.com/sys_widgets.do?sys_id=a066bb690a0a0aa300d40d0cce7ed94f)

    3. In line 4, change:
      News' : { 'type' : 'news' },
      to:
      'NEWS TEST' : { 'type' : 'news' },

    4. Add the widget again.

  • In the News gadget, to pull articles with Category= News not Topic=News:

    1. Navigate to System UI > Widgets.

    2. Open the Gadget record (https://<instance-name>.service-now.com/sys_widgets.do?sys_id=a066bb690a0a0aa300d40d0cce7ed94f)

    3. In line 29, change:
      return 'kb_knowledge_list.do?sysparm_query=topic=News';
      to:
      return 'kb_knowledge_list.do?sysparm_query=category=News';

Additional Information


  • Community discussion topic News scroll widget, the records which scroll is in blue color. how to make them in red? (requires login)

  • Product documentation topic Create a widget that displays a ServiceNow UI page


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.