ConnectApi.​RecordView​Section 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.
  • LeftRight—Fields are rendered from left to right.
  • TopDown—Fields are rendered from the top down.
29.0
fields ConnectApi.​​Abstract​RecordField 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