Skip to main content

3 docs tagged with "list view"

View all tags

Lists

Guide for creating ServiceNow list layouts using the List API. A list defines which columns appear when users view table records in list/table view. Each List() call creates a sysuilist record and its associated sysuilist_element records on the target instance.

UxListMenuConfig

Configures list menus for workspaces, defining categories of lists with table bindings, column layouts, conditions, and applicability rules (sysuxlistmenuconfig). List menus power the navigation and data views within configurable workspaces.

Views

Guide for creating ServiceNow UI Views using the Record API. Views define custom layout variants for forms and lists, controlling which fields/columns are shown and who can access the layout.