Save a table query locally and run it again against the active profile.
| Command | What it does |
|---|---|
jsn snippets save docs-open-inc --table incident --query 'active=true' | Save a named query locally |
jsn snippets run docs-open-inc | Run the saved query against ServiceNow |
jsn snippets save docs-open-inc \
--table incident \
--query 'active=true' \
--json
Saved snippet "docs-open-inc"jsn snippets run docs-open-inc --profile pdi --json
20 record(s) from incident (snippet "docs-open-inc")
Query: active=trueInstall, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn snippets save docs-open-inc --table incident --query 'active=true'Full setup guide & skill docs →