Cartographer scans a ServiceNow instance and renders how data actually flows through it. It maps fields, tables, and records to the business rules, flows, scripts, integrations, and UI logic that touch them, so admins and architects can see real dependencies instead of reconstructing them by hand.
Three views cover the most common questions:
- Model Explorer — an entity-relationship map of your table schema, with drill-down into field-level detail and automation coverage.
- Logic Map — pick any field and see every business rule, flow, script include, ACL, and client script that reads or writes it.
- Record Trace — follow a single record's history and see what triggered each change.
Findings are backed by 29 scanners spanning upstream sources (inbound email, transform maps, REST, record producers), transformation logic (business rules, flows, workflows), control logic (ACLs, UI policies, client scripts), and downstream consumers (reports, dashboards, SLAs, notifications) — plus AST-based script parsing to catch field references that simple text search misses.
- Model Explorer: interactive ER diagram of instance schema with table/field-level profiles
- Logic Map: field-level lineage across business rules, flows, script includes, ACLs, and client scripts
- Record Trace: change history for a single record, traced back to its trigger
- 29 scanners across upstream, transformation, control, and downstream categories
- AST-based field detection for accurate script analysis (not just string matching)
- Saved Views for returning to a specific graph or filter set
- Automation Profile tab surfacing what touches a table at a glance
Initial release
None