Question first
Start with the support question: “Which active items need attention?” rather than an implementation detail.
CLEAN-ROOM RECREATION
ServiceNow List Link Builder — Demonstration
A static demonstration of how a small, guided filter recipe can turn a recurring support question into an understandable sample list query—without contacting a live system.
01 / The problem
Service-management lists are powerful, but repeated searches can feel opaque when people must translate a question into fields, operators and ordering every time. This recreation focuses on the explanatory layer: a safe recipe that makes the intent visible before any query exists.
Start with the support question: “Which active items need attention?” rather than an implementation detail.
Choose a small record type, then an explicit field, operator, value and optional sort.
Return a plain-language statement beside a clearly labelled illustrative fragment—not a destination link.
02 / My bounded contribution
The work represented here is workflow simplification, metadata modelling, interface design, validation and iterative testing. The private-source prototype informed the capability story; this page is independently written and does not reproduce its code, schema or links.
Evidence status
Private source: a metadata-backed browser prototype for repeatable list-filter construction.
This page: a hand-written, clean-room recreation using invented fields and sample values only.
03 / How the approach works
The architecture deliberately stops at a sample fragment. It has no authentication, API call, record read, record write or outbound navigation.
04 / What this page demonstrates
These labels are newly authored for this portfolio. They are not a mapped, filtered or anonymised copy of any workplace configuration.
| Record type | Demonstration fields |
|---|---|
| Demo Incident | Number · Short description · Active · State · Priority · Updated · Caller · Assigned team |
| Demo Request | Number · State · Requested for · Opened · Description |
| Demo User | Display name · Department · Location · Active |
| Demo Team | Name · Active |
05 / Sample presets and recipe
The examples below are static evidence of the intended interaction. A visitor can understand the approach without submitting data, logging in, or sending anything away from the browser.
Recipe / 01
Question: Which active demonstration incidents deserve early attention?
Plain-language explanation: Find active Demo Incidents with high priority and place the most recently updated examples first.
Illustrative encoded fragment
active=true^priority=high^ORDERBYDESCupdatedThis is a sample fragment only. It cannot be opened, copied from a live system, or connected to an instance.
06 / Learning
A good shortcut does more than generate syntax. It makes the choice legible, gives people a reusable starting point, and exposes enough reasoning that the result can be checked. Keeping a fixture deliberately small also makes privacy review and maintenance more manageable.
Transferable capabilities
07 / Boundaries
ServiceNow is a trademark of ServiceNow, Inc. This independent portfolio demonstration is not affiliated with, endorsed by, or connected to ServiceNow or any customer instance.