List
Creates a list layout for a table (sysuilist) with column definitions (sysuilist_element).
Creates a list layout for a table (sysuilist) with column definitions (sysuilist_element).
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.
Guide for building ServiceNow Service Portal experiences using the Fluent API. Service Portal is a portal framework for building user-facing self-service experiences using AngularJS and Bootstrap 3. This guide covers core portal concepts: portals, pages, widgets, and themes.