LegacyCustomObjectField
Returns the attributes of a legacy custom object property.
View-Specific Information
Select
The LegacyCustomObjectField view supports the ObjectName column in the WHERE clause, which supports the = operator.
For example:
SELECT * FROM LegacyCustomObjectField WHERE ObjectName = 'house'
Columns
| Name | Type | References | Description |
| ObjectName [KEY] | String | A user-defined unique identifier. | |
| FieldName | String | The name of the property. | |
| Type | String | The type of the property.
The allowed values are boolean, integer, number, string. | |
| Description | String | The description of the property. | |
| Required | String | Indicates whether this property is required when creating a record. |