Skip to main content

5 docs tagged with "instance scan"

View all tags

ColumnTypeCheck

Creates a column type check that scans columns of a specific content type (scancolumntype_check).

Instance Scan Guide

Create ServiceNow Instance Scan checks using Fluent API. Covers all scan check types: TableCheck, LinterCheck, ColumnTypeCheck, and ScriptOnlyCheck. Instance scan checks evaluate an instance for upgradability, performance, security, manageability, and user experience issues. Supported in SDK 4.0.0 or higher.

LinterCheck

Creates a linter check that runs linting rules against instance code (scanlintercheck).

ScriptOnlyCheck

Creates a script-only check that executes a standalone script with no table binding (scanscriptonly_check).

TableCheck

Creates a table check that scans records in a specific table (scantablecheck).