Configure and use list functions
-
- UpdatedAug 3, 2023
- 6 minutes to read
- Vancouver
- Navigation and UI
All users can interact with lists for the tables their role permits them to access. Some list and column header menu options are controlled by permissions grated to the user role.
Before you begin
Role required: admin
About this task
Sort a list
You can quickly find information in a list by sorting the list. The method that the system uses to sort a list depends on the type of record in the sort column.
Before you begin
Role required: none
About this task
Consider the example record: Label=Requested Item; Value=sc_req_item. Field types other than choice list types are sorted based on the label. The example record label, Requested Item, would be sorted with records whose labels start with "r."
A choice list field lets the user select from a pre-defined set of choices. Choice list fields are sorted by the underlying dictionary entry value of the field, not by the label. The example record value, sc_req_item would be sorted with records whose values start with "s."
Sorting by value can be useful. For example, choices for the State of tasks are ordered . Based on the label, the sort would be .
- In a translated instance, only translated_text, translated_field, and translated_html type columns support sorting.
- The column label should be created in English first then translated accordingly.
- You cannot sort a list by an array-based field, such as a Glide list.
To sort a list, use one of the following methods:
Procedure
Configure field status indicators
You can enable or disable modern cell coloring for list field status indicators. This setting is available when you personalize a list. This setting is available in your system settings.
Before you begin
Role required: none
About this task

Procedure
-
Click the personalize list icon (
) in the list.
- Select the Modern cell coloring check box to use the style field status indicator.
- Click OK.
For more information, see Creating Personal Lists.
Customize the number of list rows per page
You can customize the number of records, or rows, to display on each page of a list. The default is 20 rows per page.
Before you begin
Role required: none
About this task
When you customize the number of rows, it applies to all lists that you can access.
For information about the performance impact of displaying more rows, see the blog post Improve performance by displaying "just enough" data by a ServiceNow employee in the ServiceNow Community.
Procedure
Switch between list views
A view defines the elements that appear when a user opens a list.
Before you begin
Role required: none
About this task
You can switch between list views to which you have access.
Procedure
Speed up loading large lists
Remove the calculation of the total number of records in a list to speed up loading lists.
Before you begin
Role required: admin
About this task
Calculating the total number of records to be included in a list filtered from extremely large tables can take a long time.
To improve performance, you can remove that calculation for all or specified views.
Procedure
Perform actions on selected items in a list
Action check boxes enable you to perform actions on one or more items in a list.
Before you begin
Role required: admin
About this task
Procedure
Embedded lists
Some lists may be embedded in forms. Use list controls to work with records in an embedded list within a form.
