CustomObjectField
The view specifies all the attributes of a custom object property.
Select
The CustomObjectField view supports the ObjectName in the WHERE clause. This view supports the following operator: '='.
For example:
SELECT * FROM CustomObjectField 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.
使用できる値は次のとおりです。boolean, integer, number, string | |
Description | String | The description of the property. | |
Required | String | Indicates whether or not this property is required when you create a record. |