Skip to main content

4 docs tagged with "sys_dictionary"

View all tags

Adding Columns to an Out-of-Scope Table

Guide for adding custom columns to a platform or cross-scope table using augments. Use this when your application needs to attach fields to a table defined in another scope.

Querying the Instance

now-sdk query runs a read-only Table REST API query against the authenticated ServiceNow instance. Use it for live, instance-specific data — column metadata, existing sys_ids, choice values, role memberships, scope info, etc.

Table

Defines a database table (sysdbobject) in a scoped application with typed column schemas, auto-numbering, access controls, and table inheritance.

Tables, Columns, and Relationships Guide

Guide for creating ServiceNow Tables (sysdbobject), Columns (sysdictionary), and Relationships (sysrelationship) to define data models. Use when the user mentions tables, columns, fields, schema, extending tables, relationships, related lists, or data modeling.