ColumnTypeCheck
Creates a column type check that scans columns of a specific content type (scancolumntype_check).
Creates a column type check that scans columns of a specific content type (scancolumntype_check).
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.
Creates a linter check that runs linting rules against instance code (scanlintercheck).
Creates a script-only check that executes a standalone script with no table binding (scanscriptonly_check).
Creates a table check that scans records in a specific table (scantablecheck).