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:

NameTypeDescription
columnsListViewColumn[]An array of the columns in the list view.
developerNamestringThe list view’s fully qualified developer name.
donebooleanIf true, indicates that all records have been returned.
idIDThe list view’s ID.
labelstringThe display label of the list view.
recordsListViewRecord[]An array of records that match the list view query.
sizeintThe number of records that are returned by the list view query.