7% of Exam~4 questions

Platform Overview & Navigation

This domain covers the ServiceNow user interface, navigation, and core platform concepts. Though it has the smallest weight, it builds the foundation for everything else on the exam.

User Interface Overview

ServiceNow uses a web-based interface called the Next Experience UI (also known as Polaris). The UI consists of several key areas that you must know for the exam.

Key UI Components

  • Banner Frame — Top of the page. Contains the logo, global search, user menu, and system settings.
  • Application Navigator (left sidebar) — Filter navigator to find modules. Supports favorites, history, and pinning.
  • Content Frame — The main working area where lists, forms, and dashboards display.
  • Contextual Sidebar — Right panel for activity stream, notes, and additional context.
📝Exam Tip

Know the difference between the Classic UI (UI16) and Next Experience (Polaris). The exam references Next Experience features like Unified Navigation and Favorites.

Application Navigator & Filtering

The Application Navigator is the primary way users find modules and applications. It supports type-ahead filtering — start typing to instantly filter the list.

Navigation Features

  • Filter Navigator — Type to search for modules by name (e.g., 'incident' shows all incident-related modules).
  • Favorites — Star frequently used modules for quick access. Favorites appear at the top of the navigator.
  • History — Recently visited modules are tracked automatically.
  • All menu — Browse the complete application and module hierarchy.
  • Tabs — Open multiple modules in separate tabs within the content frame.
💡Pro Tip

Users can type '.list' after a table name in the navigator (e.g., 'incident.list') to go directly to that table's list view. Similarly, '.form' opens a new form for that table.

Lists, Forms & Views

Lists and forms are the two primary ways users interact with data in ServiceNow. Lists show multiple records; forms show a single record's details.

List Features

  • Column sorting — Click column headers to sort ascending/descending.
  • List filters — Use the filter icon (funnel) or condition builder to filter records.
  • Personalized lists — Users can add/remove columns, reorder, and save list layouts.
  • List editing — Edit fields directly in the list without opening each record.
  • Context menu — Right-click records for quick actions (assign, copy, export).
  • Breadcrumbs — Show the current filter path and allow quick filter adjustments.

Form Features

  • Form layout — Configured by admins via Form Designer or Form Layout.
  • Sections — Group related fields into collapsible sections.
  • Related Lists — Show child/related records at the bottom of a form (e.g., incidents on a CI).
  • Activity Stream — Shows work notes, comments, and record history.
  • Form Views — Different form layouts for different user roles (e.g., ITIL view vs. Self-Service view).

List vs. Form Comparison

FeatureListForm
PurposeView multiple recordsView/edit single record
EditingInline (limited fields)Full field access
FilteringColumn filters, breadcrumbsN/A
PersonalizationColumn layout, rows per pageSections, related lists
📝Exam Tip

Personalization is per-user and per-view. Configuration changes (admin) affect everyone. Know the difference — the exam tests this distinction.

AD SPACE

Dashboards & Homepage

Dashboards provide at-a-glance views of data through widgets and reports. Each user can have a personalized homepage dashboard.

Dashboard Components

  • Widgets — Individual data visualizations (charts, lists, counts, gauges).
  • Reports — Created via the reporting module, then added to dashboards.
  • Tabs — Dashboards support multiple tabs to organize content.
  • Sharing — Dashboards can be shared with groups or published globally.

Report Types

  • Bar, Pie, Line, Donut charts for visual data.
  • List reports for tabular data.
  • Pivot tables for cross-referencing dimensions.
  • Trend reports for time-series analysis.
  • Scores and gauges for KPIs.
SCENARIO

A manager wants to see a breakdown of open incidents by priority and assignment group on their homepage. What should you create?

Answer

Create a Pivot Table report on the Incident table with Priority as rows and Assignment Group as columns, filtered to Active = true. Then add this report as a widget to the manager's dashboard.

Key Takeaways

  • The Next Experience UI (Polaris) is the current standard interface with Unified Navigation.
  • Application Navigator supports type-ahead filtering, favorites, and '.list' / '.form' shortcuts.
  • Personalization (per-user) is different from Configuration (admin, affects all users).
  • Global Search uses Zing text indexes, not live database queries — there may be indexing delays.
  • Dashboards use widgets built from reports. Reports are created separately and then added to dashboards.
  • List views support inline editing, column personalization, and breadcrumb filtering.
AD SPACE

Community-created study aids. Not official ServiceNow exam content.