Entity Image Configuration (EntityImageConfig) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Store image configuration for each entity

Added by: Image Configuration Solution

Messages

Message Web API Operation SDK class or method
Create POST /entityimageconfigs
See Create
CreateRequest or
Create
Delete DELETE /entityimageconfigs(entityimageconfigid)
See Delete
DeleteRequest or
Delete
Retrieve GET /entityimageconfigs(entityimageconfigid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /entityimageconfigs
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH /entityimageconfigs(entityimageconfigid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName EntityImageConfigs
DisplayCollectionName Entity Image Configurations
DisplayName Entity Image Configuration
EntitySetName entityimageconfigs
IsBPFEntity False
LogicalCollectionName entityimageconfigs
LogicalName entityimageconfig
OwnershipType None
PrimaryIdAttribute entityimageconfigid
PrimaryNameAttribute parententitylogicalname
SchemaName EntityImageConfig

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

EntityImageConfigId

Property Value
Description Unique identifier for entity instances
DisplayName Entity Image Configuration
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName entityimageconfigid
RequiredLevel SystemRequired
Type Uniqueidentifier

ParentEntityLogicalName

Property Value
Description Parent Entity Logical Name
DisplayName Parent Entity Logical Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName parententitylogicalname
MaxLength 128
RequiredLevel SystemRequired
Type String

PrimaryImageAttribute

Property Value
Description Logical Name of the Primary Image Attribute
DisplayName Primary Image Attribute
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName primaryimageattribute
MaxLength 128
RequiredLevel SystemRequired
Type String

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

ComponentIdUnique

Property Value
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState Choices/Options

Value Label Description
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

IsManaged

Property Value
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged Choices/Options

Value Label Description
1 Managed
0 Unmanaged

DefaultValue: 0

OverwriteTime

Property Value
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

SolutionId

Property Value
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Property Value
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

Property Value
Description Version number of Entity Image Configuration.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

One-To-Many Relationships

Listed by SchemaName.

entityimageconfig_SyncErrors

Added by: System Solution Solution

Same as the entityimageconfig_SyncErrors many-to-one relationship for the syncerror table/entity.

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName entityimageconfig_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

entityimageconfig_AsyncOperations

Added by: System Solution Solution

Same as the entityimageconfig_AsyncOperations many-to-one relationship for the asyncoperation table/entity.

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName entityimageconfig_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

entityimageconfig_MailboxTrackingFolders

Added by: System Solution Solution

Same as the entityimageconfig_MailboxTrackingFolders many-to-one relationship for the mailboxtrackingfolder table/entity.

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName entityimageconfig_MailboxTrackingFolders
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

entityimageconfig_BulkDeleteFailures

Added by: System Solution Solution

Same as the entityimageconfig_BulkDeleteFailures many-to-one relationship for the bulkdeletefailure table/entity.

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName entityimageconfig_BulkDeleteFailures
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

entityimageconfig_PrincipalObjectAttributeAccesses

Added by: System Solution Solution

Same as the entityimageconfig_PrincipalObjectAttributeAccesses many-to-one relationship for the principalobjectattributeaccess table/entity.

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName entityimageconfig_PrincipalObjectAttributeAccesses
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

See also

Dataverse table/entity reference
Web API Reference
entityimageconfig EntityType