Servicenow Cheatsheet
Servicenow Cheatsheet
Publish/listen to app-specific
Event Registry Define custom events
events.
For scoped-app-specific
Theme/Subtheme UI Kit design styling
branding/theme changes.
Notifications, lookups,
Action (Flow) Reusable step inside Flows
approvals, script logic.
Use REST/SOAP/spokes
Connectors to external
IntegrationHub (Slack, Azure, Excel, MS
platforms
Teams) without coding.
Specific requestable UI
Catalog Item Use individual request items.
element
Internal—system level
Web Service Vue/API Manage SIMO/ orchestrations
integration management.
Bilateral
When storing or collaborating
ECC Queue synchronous/asynchronous
with MID Servers
calls
Automated scanning of
Discovery Pattern Tag and classify CIs in CMDB network and infrastructure
data.
To monitor trends in
OLAP-style metrics,
Performance Analytics incident/request resolution
scorecards
time, backlog, etc.
Use Client Scripts, UI Policies, UI Actions when controlling form behavior and user interaction.
Use Business Rules, Script Includes, Scheduled Jobs, Events when data updates or logic happen in
the backend.
Declarative vs Scripting
Start with no-code options: UI Policy, Data Policy, Flow Designer Actions.
If complex logic is needed, reach for JS scripting on server or client.
New vs Legacy
Prefer Flow Designer and IntegrationHub over older Workflow and hand-coded integration where
possible.
Legacy tools often remain for edge cases or previously built processes.
Scoped vs Global
Security First
Define roles, groups, and ACLs as part of your initial design to enforce least privilege.