FieldDefinition
Schema file for FieldDefinition.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| QualifiedApiName | String | Field containing QualifiedApiName information. | |
| EntityDefinitionId | String | ID of the EntityDefinition associated with this record. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| DeveloperName | String | The unique name used by the API and managed packages. | |
| MasterLabel | String | The custom object label that appears in the user interface. | |
| Label | String | Field containing Label information. | |
| Length | Int | Field containing Length information. | |
| DataType | String | Type classification for Data. | |
| ServiceDataTypeId | String |
DataType.Id | ID of the ServiceDataType associated with this record. |
| ValueTypeId | String |
DataType.Id | ID of the ValueType associated with this record. |
| ExtraTypeInfo | String | Field containing ExtraTypeInfo information. | |
| IsCalculated | Bool | Indicates whether the record has the Calculated characteristic. | |
| IsHighScaleNumber | Bool | Indicates whether the record has the HighScaleNumber characteristic. | |
| IsHtmlFormatted | Bool | Indicates whether the record has the HtmlFormatted characteristic. | |
| IsNameField | Bool | Indicates whether the record has the NameField characteristic. | |
| IsNillable | Bool | Indicates whether the record has the Nillable characteristic. | |
| IsWorkflowFilterable | Bool | Indicates whether the record has the WorkflowFilterable characteristic. | |
| IsCompactLayoutable | Bool | Indicates whether the record has the CompactLayoutable characteristic. | |
| Precision | Int | Field containing Precision information. | |
| Scale | Int | Field containing Scale information. | |
| IsFieldHistoryTracked | Bool | Indicates whether the record has the FieldHistoryTracked characteristic. | |
| IsIndexed | Bool | Indicates whether the record has the Indexed characteristic. | |
| IsApiFilterable | Bool | Indicates whether the record has the ApiFilterable characteristic. | |
| IsApiSortable | Bool | Indicates whether the record has the ApiSortable characteristic. | |
| IsListFilterable | Bool | Indicates whether the record has the ListFilterable characteristic. | |
| IsListSortable | Bool | Indicates whether the record has the ListSortable characteristic. | |
| IsApiGroupable | Bool | Indicates whether the record has the ApiGroupable characteristic. | |
| IsListVisible | Bool | Indicates whether the record has the ListVisible characteristic. | |
| ControllingFieldDefinitionId | String | ID of the ControllingFieldDefinition associated with this record. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| PublisherId | String |
Publisher.Id | ID of the Publisher associated with this record. |
| RunningUserFieldAccessId | String | ID of the RunningUserFieldAccess associated with this record. | |
| RelationshipName | String | Field containing RelationshipName information. | |
| ReferenceTo | String | Field containing ReferenceTo information. | |
| ReferenceTargetField | String | Field containing ReferenceTargetField information. | |
| IsCompound | Bool | Indicates whether the record has the Compound characteristic. | |
| IsSearchPrefilterable | Bool | Indicates whether the record has the SearchPrefilterable characteristic. | |
| IsPolymorphicForeignKey | Bool | Indicates whether the record has the PolymorphicForeignKey characteristic. | |
| IsAiPredictionField | Bool | Indicates whether the record has the AiPredictionField characteristic. | |
| BusinessOwnerId | String | ID of the BusinessOwner associated with this record. | |
| BusinessOwnerIdType | String | Specifies the type of the 'BusinessOwnerId' polymorphic field to use in the statement. | |
| BusinessOwnerIdExternalFieldName | String | Specifies the external field name of the 'BusinessOwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BusinessStatus | String | Status of the Business. | |
| SecurityClassification | String | Field containing SecurityClassification information. | |
| ComplianceGroup | String | Field containing ComplianceGroup information. | |
| Description | String | Text description of the record. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |