ExecuteListViewResult
Contains list view data that you retrieve programmatically.
To retrieve an executeListViewResult object, use the
executeListView()
call. The executeListViewResult object has the following properties:
Name | Type | Description |
---|---|---|
columns | ListViewColumn[] | An array of the columns in the list view. |
developerName | string | The list view’s fully qualified developer name. |
done | boolean | If true, indicates that all records have been returned. |
id | ID | The list view’s ID. |
label | string | The display label of the list view. |
records | ListViewRecord[] | An array of records that match the list view query. |
size | int | The number of records that are returned by the list view query. |