No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ConnectApi.RecordViewSection Class
A section of record fields and values on a record detail.
| Name | Type | Description | Available Version |
|---|---|---|---|
| columnCount | Integer | The number of columns to use to lay out the fields in a record section. | 29.0 |
| columnOrder | ConnectApi.RecordColumnOrder Enum | The order of the fields to use in the fields property to lay out the fields in a record
section.
|
29.0 |
| fields | ConnectApi.AbstractRecordField | The fields and values for the record contained in this section. | 29.0 |
| heading | String | A localized label to display when rendering this section of fields. | 29.0 |
| isCollapsible | Boolean | Indicates whether the section can be collapsed to hide all the fields (true) or not (false). | 29.0 |