ApprovalRulesColumn
A Column for an approval rules field.
A Column for an approval rules field.
A Column for a basic date time type field.
A Column for a basic image type field.
Defines a true/false column rendered as a checkbox on forms. Use defaultValue to set the initial checked state when a new record is created.
A Column for a calendar date time type field.
Defines a column that restricts input to a predefined set of options rendered as a dropdown, radio buttons, or other selection widget. Use choices to declare the allowed values and defaultValue to set the initial selection.
A Column for a conditions type field.
A Column for a date type field.
Defines a column that stores a combined date and time value, rendered with a calendar picker on forms. Use this for fields like due dates, scheduled start times, or any timestamp the user needs to set.
A Column for a day of week field.
A Column for a days of week field.
A Column for a decimal type field.
A Column for a document ID type field.
A Column for a domain ID type field.
A Column for a domain path type field.
A Column for a due date type field.
A Column for a duration field.
A Column for an email type field.
A Column for a field list type field.
A Column for a field name type field.
A Column for a floating-point number type field.
Escape hatch for any column type not defined elsewhere
A Column for a GUID (Globally Unique Identifier) type field.
A Column for an HTML type field.
A Column for an integer type field.
A Column for an integer date type field.
A Column for a JSON type field.
A Column for a list type field.
A Column for a multiple line small text area field.
A Column for a name-value pairs field.
A Column for an other date type field.
Define a dictionary override for an inherited column.
A Column for an encrypted password type field.
A Column for a radio type field.
A Column for a list type field.
Defines a reference (foreign key) column that links a record to a row in another table. Use referenceTable to specify the target table and cascadeRule to control what happens to referencing records when the target is deleted.
A Column for a schedule date time type field.
A Column for a script type field.
A Column for a slush bucket field.
Defines a text column on a table for storing variable-length string values such as names, descriptions, and labels. Use maxLength to control the field size and choices to restrict input to a predefined set of text values.
A Column for a system class name type field.
Defines a database table (sysdbobject) in a scoped application with typed column schemas, auto-numbering, access controls, and table inheritance.
A Column for a table name type field.
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.
A Column for a template value field.
A Column for a time field.
A Column for a translated field type field.
A Column for a translated text type field.
A Column for a URL type field.
A Column for a script type field.
A Column for a user roles type field.
A Column for a version type field.