News articles
Summarize
Summary of News articles
The News article content type in ServiceNow Yokohama release combines rich content creation with scalable publishing methods to deliver company news and announcements efficiently via the Employee Portal and Now Mobile app. This enables organizations to keep employees informed and engaged with relevant and timely news.
Show less
News Articles in the Employee Portal
News articles are presented through customizable News Feed widget instances on multiple portal locations such as the Home page, News Center, and Article detail pages. Admins can configure the News Feed widget to display articles in vertical lists or grids, include calls to action, and show news categories. The Featured News widget highlights important articles at the top of the News Center page.
For instances on Washington release or later, the News Center appears automatically in the top navigation menu, providing users quick access to all news. Admins can remove it if desired.
Multiple widgets (News Info, News Header, News Article Detail) work together to display full articles efficiently, and enabling the “Use dataloader” option on these widgets is recommended to reduce server calls and improve page load times.
Searching and Engagement
Employees can search news articles using the global search bar powered by AI Search, which returns relevant published content and, for certain roles, unpublished or non-audience content with viewing restrictions. Content engagement features allow users to comment and react, helping managers measure news effectiveness.
News Articles in the Now Mobile App
The Now Mobile app includes a News center screen displaying the same articles as the portal. Content managers can also configure news articles to appear on the app’s Home screen, extending news reach to mobile users.
Organizing News Articles with Categories
Content managers can assign categories (e.g., Industry news, Company culture) to articles, enhancing navigation and filtering. Categories appear in News Feed widgets and article pages, linking to category pages that list related articles in reverse chronological order. Category list widgets improve discoverability by providing links to all news categories.
Boosting News Article Production
Content templates allow authors to rapidly create multiple news articles with predefined layouts, publishing locations, and audiences. This streamlines production and ensures consistency across published content.
Customizing the News Experience
The News Center and Article detail pages support additional Content Publishing widgets, such as events. Admins can customize the number of articles displayed and page selections via content publishing properties. It is recommended to create new pages for customization and update properties accordingly. For optimal performance, the Article details page widgets should receive a sysid query parameter to identify the article, and enabling the Use Dataloader option facilitates data sharing and faster load times.
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 Center, 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 Center 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 Center 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 Center from the Mega Menu.
Review the following graphic to understand how employees see and interact with the widgets that display News articles:
- News Center widget displays highlighted articles on the home page
- News Center button opens the News Center page
- Featured News widget displays highlighted articles in the News Center 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 the content manager, content admin, or content approver roles, search results include content for which they are not the audience. However, they cannot view the content unless they are part of 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 Center. 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. |
|
| The News Center 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 Center and Article Detail pages support other Content Publishing widgets. For example, you can configure the News Center 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 Center 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.