Newer Version Available
ListViewRecordColumn
Represents a single cell in a row from a list view.
The ListViewRecordColumn object
is one cell (column) of a row (ListViewRecord) and has the following properties:
| Name | Type | Description |
|---|---|---|
| fieldNameOrPath | string | The field name or SOQL field path for the column. |
| value | string | The contents of the record for a certain column, localized if appropriate, or null if there’s no value. |