Newer Version Available
List View Definition
Defines a related list structure or a search list structure on a
record view. There is no data in the list.
| Property | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| columns | List View Column[] | The columns of fields shown in this list view. | Big, 29.0 | 29.0 |
| label | String | The localized label of this list view. | Small, 29.0 | 29.0 |
| objectType | List View Object | The definition of the type of the objects in this list view. | Medium, 29.0 | 29.0 |
| rowLimit | Integer | The maximum number of objects per page in this list view. To view all objects in this related list, page through the data in pages no larger than this size. To build a SOQL statement from this describe, the SOQL statement must include a LIMIT value equal to this value or an error is thrown on execution. | Medium, 29.0 | 29.0 |
| sortColumns | List View Sort[] | The columns in which to sort this list view. The sort columns are given in the order of their priority (for example, primary sort, secondary sort, and so on). | Medium, 29.0 | 29.0 |