Configure and use list functions
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.
Avant de commencer
Role required: admin
Pourquoi et quand exécuter cette tâche
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.
Avant de commencer
Role required: none
Pourquoi et quand exécuter cette tâche
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:
Procédure
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.
Avant de commencer
Role required: none
Pourquoi et quand exécuter cette tâche
Procédure
-
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.
Avant de commencer
Role required: none
Pourquoi et quand exécuter cette tâche
When you customize the number of rows, it applies to all lists that you can access.
Procédure
Switch between list views
A view defines the elements that appear when a user opens a list.
Avant de commencer
Role required: none
Pourquoi et quand exécuter cette tâche
You can switch between list views to which you have access.
Procédure
Speed up loading large lists
Remove the calculation of the total number of records in a list to speed up loading lists.
Avant de commencer
Role required: admin
Pourquoi et quand exécuter cette tâche
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.
Procédure
Perform actions on selected items in a list
Action check boxes enable you to perform actions on one or more items in a list.
Avant de commencer
Role required: admin
Pourquoi et quand exécuter cette tâche
Procédure
Embedded lists
Some lists may be embedded in forms. Use list controls to work with records in an embedded list within a form.
| Task | Icon | Action |
|---|---|---|
| Expand an embedded list | Click the expand icon in the list header. | |
| Collapse an embedded list | Click the collapse icon in the list header. | |
| Insert a new row | Select Add and identify the record you want to add to the embedded list. | |
| Edit a row | Double-click in an empty area of that field. See Use the list editor. | |
| Delete a row | Click the delete icon beside the row. New rows are removed immediately. Existing rows are designated for deletion when the record is saved. To clear this designation, click the delete icon again. |