No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ExecuteListViewRequest
Use the ExecuteListViewRequest object with
executeListView() to retrieve data, labels, and actions from a list view.
The ExecuteListViewRequest object has
the following properties:
| Name | Type | Description |
|---|---|---|
| developerNameOrId | string | The list view’s ID or fully qualified developer name. |
| limit | int | The maximum number of records to return. Default: 25 |
| offset | int | The number of records to skip. Default: 0 |
| orderBy | ListViewOrderBy[] | The order in which to return the records. |
| sobjectType | string | The API name of the sObject for the list view. |