Skip to main content

3 docs tagged with "sys_db_object"

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.

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.