Newer Version Available

This content describes an older version of this product. View Latest

ListViewRecord

Represents a single row in a list view.
The ListViewRecord object is a member of the ExecuteListViewResult object and has the following properties:
Name Type Description
columns ListViewRecordColumn[] The columns and their values for the record. The record data columns are returned in the same order as metadata and describe columns. For any data column that’s obtained by using ExecuteListViewResult.getRecords()[0].getColumns[index], the corresponding describe column can be obtained with ExecuteListViewResult.getColumns[index].