News articles
Summarize
Summary of News articles
The News article content type in ServiceNow combines rich content creation with efficient publishing methods to deliver company news and announcements through the employee portal and the Now Mobile app. It enables high-volume content publishing to keep employees informed and engaged.
Show less
News Articles in the Employee Portal
- News articles are delivered via customizable News Feed widget instances on various portal pages, including Home, News and Events, Article detail, and taxonomy topic pages.
- Admins can configure the News Feed widget display (vertical list or three-column grid), add call-to-action links, and show news categories.
- The Featured News widget highlights select articles at the top of the News and Events page.
- For ServiceNow versions Washington and later, a News and Events menu option is automatically available in the top-level navigation, providing quick access to news content.
- The News Info, News Header, and News Article Detail widgets work together on article detail pages to display content efficiently, with a recommended “Use Dataloader” option to improve performance and reduce server calls.
Searching for News Articles
Employees can search for news articles using the global search bar, where AI Search returns relevant published articles based on keywords found in headings, subheadings, body content, or categories. Search results respect user roles and audience configurations, ensuring appropriate content visibility for system admins, content admins, approvers, and managers.
Employee Engagement with News Articles
News articles support content engagement features such as commenting and reactions, enabling managers to measure content effectiveness through engagement metrics.
News Articles in the Now Mobile App
The Now Mobile app’s News center screen shows the same news as the portal’s News Feed widget, with options to feature news articles on the app’s Home screen. This ensures consistent access across devices.
Organizing News Articles
- Content admins and managers can assign categories (e.g., Industry news, Company culture) to articles to facilitate organization and filtering.
- Employees can filter search results by category, click categories to view associated articles in reverse chronological order, and navigate category lists through dedicated widgets.
- Article detail pages display the article’s category for better context and navigation.
Boosting News Article Production
Content authors can use content templates to streamline the creation of large volumes of news articles. Templates define layout, publishing locations, and audience targeting, enabling authors to quickly generate articles with pre-built structures and publish plans.
Customizing the News Experience
- The News and Event and Article Detail pages support additional Content Publishing widgets, such as event displays.
- Admins can configure limits on the number of articles shown and select pages for displaying news content via properties installed with Content Publishing.
- It is recommended to create new pages for customization and update properties accordingly to maintain smooth navigation.
- Article detail pages require a sysid query parameter for specific articles, and enabling the Use Dataloader option across widgets enhances page load times by sharing data between widgets.
The News article content type combines content creation features from the Rich Content Editor with new publishing methods that enable high volume content publishing to the portal and Now Mobile app to keep employees updated on company news and announcements.
News articles in the employee portal
News articles are delivered to users through customizable instances of the News Feed widget. The News Feed widget instances appear on the portal Home page, News and Events, Article detail page, and the emp_taxonomy_topic page. The admin can configure the News Feed widget to display news articles in a vertical list or as a three-column grid, add a call to action that links to another page, or to display the news categories. For more information, see Modify the News feed widget.
The Featured News widget appears at the top of the News and Events page to display highlighted news articles. For information on configuring the Featured News widget, see Modify the Featured News widget.For ServiceNow instances that are on version Washington or later, the News and Events automatically appears as a menu option in the top-level navigation menu (mega menu) to give users quick access to all the published news articles. To remove it from the menu, see Hide News and Events from the Mega Menu.
Review the following graphic to understand
how employees see and interact with the widgets that display News articles:
- News and Events widget displays highlighted articles on the home page
- News and Events button opens the News Center page
- Featured News widget displays highlighted articles in the News and Events page.
- All news list uses the News feed widget to show news configured for delivery to this page
- When an employee clicks a news article, the full article opens in the Article details
page
The three subsequent widgets (News info, News Header, and News Article Detail) work in tandem to display a news article. The three widgets contain the instance option Use dataloader. We recommend enabling this option as it allows the news widgets to share data with each other, which reduces calls to the server and web page loading time.
- News Info widget: Holds the Published date and Copy Link button
- News Header widget: Holds the headline, subheadline and image thumbnail
- News Article Detail widget: Holds the article body as created in the Rich Content
- Other news uses the News feed widget to show news configured for delivery to this page
Searching for news articles
When employees enter a keyword in the global search bar, Employee Center uses AI Search to return published news articles containing that keyword in the heading, subheading, article content, or category.
- Users with either the system admin or content admin role can see unpublished content.
- For users with content approver roles, search results might include content for which they are not the audience. However, they cannot view the content unless they are part of the configured audience.
- For users with content admin or content manager roles, search results shouldn't include content (such as news, company events or rich content) in AI search results if they don't meet the scheduled availability window, or for which they are not the configured audience.
Employee engagement with news articles
Content engagement enhances news articles by providing users with a way to comment and react to articles and for managers to measure the effectiveness of their content using engagement metrics. For more information, see Content engagement
News articles in the Now Mobile app
The Now Mobile app features the News center screen, which displays the same News articles that are published to the News feed widget in the portal. In addition, content managers can configure News articles to appear on the Now Mobile app Home screen.
For information on the Now Mobile app user experience, see News in Now Mobile. For information on publishing news articles, see Create a publish plan for your content.
Organizing news articles
Content admins and managers can assign one or more categories to a news article, for example Industry news or Company culture. Once the article is published, employees can see the categories associated with an article when previewing it in the News Feed widget on the Home page or in the News and Event. An employee can click the category to open the Category page, which lists all the news articles associated to that category in reverse chronological order.
The following table demonstrates how categories enhance the user experience:
| Capability | Screen shot |
|---|---|
| When an employee searches for a news article, they can filter the search results by news category. | |
| The News Feed widget displays the categories for each article, which link to a page for that category. Each category page lists the associated news articles, organized by publication date, with the most recently published articles displayed first. The page also holds a Category list widget with links to the other category pages. The widget displays the categories based on the configured order. If there are multiple categories with the same order value, the system lists them in alphabetical order. |
|
| News and Event holds a Category list widget with links to the category pages. When an employee opens a news article, the Article detail page displays the news category at the bottom of the article. |
Boosting News article production
Content authors can increase their productivity by leveraging content templates to produce large volumes of News articles. A user with the sn_cd.content_template_owner role first creates a content template to define the article layout, publishing location, and audience. When a content author creates a new article, they can associate the news article to a content template to access a pre-built template and auto-generated publish plans.
For more information, see Content templates.
Customizing the News experience
The News and Event and Article Detail pages support other Content Publishing widgets. For example, you can configure the News and Event page to display upcoming events. For information on configuring the portal pages, see Creating portal pages.
To set a limit for the number of articles displayed in the News widget or to select different pages for the News and Event or Article display, see the News section of Properties installed with Content Publishing.
- The Article details page widgets require a
sys_idquery string parameter with the sys_id of the specific News Article. - We recommend having a News Dataloader widget in the Article details page, and enabling the Use Dataloader option in the other widgets in the page. This facilitates data sharing between the widgets on the page, which reduce the page loading time.