EntityDefinition
Schema file for EntityDefinition.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable 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. |
| QualifiedApiName | String | Field containing QualifiedApiName information. | |
| 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. | |
| PluralLabel | String | Field containing PluralLabel information. | |
| DefaultCompactLayoutId | String | ID of the DefaultCompactLayout associated with this record. | |
| IsCustomizable | Bool | Indicates whether the record has the Customizable characteristic. | |
| IsApexTriggerable | Bool | Indicates whether the record has the ApexTriggerable characteristic. | |
| IsWorkflowEnabled | Bool | Indicates whether the record has the WorkflowEnabled characteristic. | |
| IsProcessEnabled | Bool | Indicates whether the record has the ProcessEnabled characteristic. | |
| IsCompactLayoutable | Bool | Indicates whether the record has the CompactLayoutable characteristic. | |
| DeploymentStatus | String | Status of the Deployment. | |
| KeyPrefix | String | Field containing KeyPrefix information. | |
| IsCustomSetting | Bool | Indicates whether the record has the CustomSetting characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsReplicateable | Bool | Indicates whether the record has the Replicateable characteristic. | |
| IsRetrieveable | Bool | Indicates whether the record has the Retrieveable characteristic. | |
| IsSearchLayoutable | Bool | Indicates whether the record has the SearchLayoutable characteristic. | |
| IsSearchable | Bool | Indicates whether the record has the Searchable characteristic. | |
| IsTriggerable | Bool | Indicates whether the record has the Triggerable characteristic. | |
| IsIdEnabled | Bool | Indicates whether the record has the IdEnabled characteristic. | |
| IsEverCreatable | Bool | Indicates whether the record has the EverCreatable characteristic. | |
| IsEverUpdatable | Bool | Indicates whether the record has the EverUpdatable characteristic. | |
| IsEverDeletable | Bool | Indicates whether the record has the EverDeletable characteristic. | |
| IsFeedEnabled | Bool | Indicates whether the record has the FeedEnabled characteristic. | |
| IsQueryable | Bool | Indicates whether the record has the Queryable characteristic. | |
| IsMruEnabled | Bool | Indicates whether the record has the MruEnabled characteristic. | |
| DetailUrl | String | Field containing DetailUrl information. | |
| EditUrl | String | Field containing EditUrl information. | |
| NewUrl | String | Field containing NewUrl information. | |
| EditDefinitionUrl | String | Field containing EditDefinitionUrl information. | |
| HelpSettingPageName | String | Field containing HelpSettingPageName information. | |
| HelpSettingPageUrl | String | Field containing HelpSettingPageUrl information. | |
| RunningUserEntityAccessId | String | ID of the RunningUserEntityAccess associated with this record. | |
| PublisherId | String |
Publisher.Id | ID of the Publisher associated with this record. |
| IsLayoutable | Bool | Indicates whether the record has the Layoutable characteristic. | |
| RecordTypesSupported | String | Field containing RecordTypesSupported information. | |
| InternalSharingModel | String | Field containing InternalSharingModel information. | |
| ExternalSharingModel | String | Field containing ExternalSharingModel information. | |
| HasSubtypes | Bool | Indicates whether the record has Subtypes. | |
| IsSubtype | Bool | Indicates whether the record has the Subtype characteristic. | |
| IsAutoActivityCaptureEnabled | Bool | Indicates whether the record has the AutoActivityCaptureEnabled characteristic. | |
| IsInterface | Bool | Indicates whether the record has the Interface characteristic. | |
| ImplementsInterfaces | String | Field containing ImplementsInterfaces information. | |
| ImplementedBy | String | Field containing ImplementedBy information. | |
| ExtendsInterfaces | String | Field containing ExtendsInterfaces information. | |
| ExtendedBy | String | Field containing ExtendedBy information. | |
| DefaultImplementation | String | Field containing DefaultImplementation information. | |
| 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. |