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.
Know the difference between the Classic UI (UI16) and Next Experience (Polaris). The exam references Next Experience features like Unified Navigation and Favorites.
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
| Feature | List | Form |
|---|---|---|
| Purpose | View multiple records | View/edit single record |
| Editing | Inline (limited fields) | Full field access |
| Filtering | Column filters, breadcrumbs | N/A |
| Personalization | Column layout, rows per page | Sections, related lists |
Personalization is per-user and per-view. Configuration changes (admin) affect everyone. Know the difference — the exam tests this distinction.
Global Search & Text Search
Global Search allows users to search across multiple tables simultaneously using Zing, ServiceNow's text search engine.
How Global Search Works
- Searches across multiple tables defined in search groups.
- Uses Zing text indexing — not a direct database query.
- Returns results grouped by table with relevance ranking.
- Admins configure which tables and fields are searchable via Search Groups (ts_configuration).
- Supports wildcards (*) but not complex query operators.
Global Search uses text indexes (Zing), NOT live database queries. New or recently updated records may have a brief delay before appearing in search results. The index must be updated first.
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.
A manager wants to see a breakdown of open incidents by priority and assignment group on their homepage. What should you create?
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.
Community-created study aids. Not official ServiceNow exam content.