Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ListViewRecord
Represents a single row in a list view.
The ListViewRecord object is a member of the ExecuteListViewResult object and has these 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]. |