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.
始める前に
Role required: admin
このタスクについて
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.
始める前に
Role required: none
このタスクについて
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:
手順
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.
始める前に
Role required: none
このタスクについて
手順
-
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.
始める前に
Role required: none
このタスクについて
When you customize the number of rows, it applies to all lists that you can access.
手順
Switch between list views
A view defines the elements that appear when a user opens a list.
始める前に
Role required: none
このタスクについて
You can switch between list views to which you have access.
手順
Speed up loading large lists
Remove the calculation of the total number of records in a list to speed up loading lists.
始める前に
Role required: admin
このタスクについて
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.
手順
Perform actions on selected items in a list
Action check boxes enable you to perform actions on one or more items in a list.
始める前に
Role required: admin
このタスクについて
手順
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. |