No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ConnectApi.LabeledRecordField Class
This class is abstract.
Subclass of ConnectApi.AbstractRecordField Class
Superclass of:
- ConnectApi.CompoundRecordField Class
- ConnectApi.CurrencyRecordField Class
- ConnectApi.DateRecordField Class
- ConnectApi.PercentRecordField Class
- ConnectApi.PicklistRecordField Class
- ConnectApi.RecordField Class
- ConnectApi.ReferenceRecordField Class
- ConnectApi.ReferenceWithDateRecordField Class
A record field containing a label and a text value.
| Name | Type | Description | Available Version |
|---|---|---|---|
| label | String | A localized string describing the record field. | 29.0 |
| text | String | The text value of the record field. All record fields have a text value. To ensure that all clients can consume new content, inspect the record field’s type property and if it isn’t recognized, render the text value as the default case. | 29.0 |