EntityParticle
Schema file for EntityParticle.
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. | |
| FieldDefinitionId | String | ID of the FieldDefinition 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. | |
| IsAutonumber | Bool | Indicates whether the record has the Autonumber characteristic. | |
| ByteLength | Int | Field containing ByteLength information. | |
| IsCaseSensitive | Bool | Indicates whether the record has the CaseSensitive characteristic. | |
| IsUnique | Bool | Indicates whether the record has the Unique characteristic. | |
| IsCreatable | Bool | Indicates whether the record has the Creatable characteristic. | |
| IsUpdatable | Bool | Indicates whether the record has the Updatable characteristic. | |
| IsDefaultedOnCreate | Bool | Indicates whether the record has the DefaultedOnCreate characteristic. | |
| IsWriteRequiresMasterRead | Bool | Indicates whether the record has the WriteRequiresMasterRead characteristic. | |
| 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. | |
| IsPermissionable | Bool | Indicates whether the record has the Permissionable characteristic. | |
| IsEncrypted | Bool | Indicates whether the record has the Encrypted characteristic. | |
| Digits | Int | Field containing Digits information. | |
| InlineHelpText | String | Field containing InlineHelpText information. | |
| RelationshipName | String | Field containing RelationshipName information. | |
| ReferenceTargetField | String | Field containing ReferenceTargetField information. | |
| Name | String | Name of the record. | |
| Mask | String | Field containing Mask information. | |
| MaskType | String | Type classification for Mask. | |
| 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. | |
| IsApiFilterable | Bool | Indicates whether the record has the ApiFilterable characteristic. | |
| IsApiSortable | Bool | Indicates whether the record has the ApiSortable characteristic. | |
| IsApiGroupable | Bool | Indicates whether the record has the ApiGroupable characteristic. | |
| IsListVisible | Bool | Indicates whether the record has the ListVisible characteristic. | |
| IsLayoutable | Bool | Indicates whether the record has the Layoutable characteristic. | |
| IsDependentPicklist | Bool | Indicates whether the record has the DependentPicklist characteristic. | |
| IsDeprecatedAndHidden | Bool | Indicates whether the record has the DeprecatedAndHidden characteristic. | |
| IsDisplayLocationInDecimal | Bool | Indicates whether the record has the DisplayLocationInDecimal characteristic. | |
| DefaultValueFormula | String | Field containing DefaultValueFormula information. | |
| IsIdLookup | Bool | Indicates whether the record has the IdLookup characteristic. | |
| IsNamePointing | Bool | Indicates whether the record has the NamePointing characteristic. | |
| RelationshipOrder | Int | Field containing RelationshipOrder information. | |
| ReferenceTo | String | Field containing ReferenceTo information. | |
| IsComponent | Bool | Indicates whether the record has the Component characteristic. | |
| IsCompound | Bool | Indicates whether the record has the Compound characteristic. | |
| 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. |