Skip to main content

5 docs tagged with "related list"

View all tags

Implementing Tests Guide

Create ServiceNow Automated Test Framework (ATF) test cases using Fluent APIs across 13 ATF categories: server, form, REST, catalog, email, app navigator, reporting, responsive dashboard, uiTestScript (custom UI), list and related list operations, and Service Portal variants (formSP, catalogSP). This guide covers test strategy, category selection, step configuration, and the full API surface for each ATF namespace.

List

Creates a list layout for a table (sysuilist) with column definitions (sysuilist_element).

Relationships and Related Lists

Guide for creating ServiceNow relationships and related lists using the Record API. Related lists display child or associated records on a parent form — for example, showing incident tasks on an incident form.

Tables, Columns, Column Overrides, and Relationships Guide

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

Test

Creates an Automated Test Framework test (sysatftest).