importentitymapping EntityType

Mapping for entities in a data map.

Entity Set Path
[organization URI]/api/data/v9.2/importentitymappings
Base Type
crmbaseentity
Display Name
Import Entity Mapping
Primary Key
importentitymappingid
Operations Supported
POST GET DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
componentstate Edm.Int32

For internal use only.

Display Name: Component State

Read Only
Default Options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
createdon Edm.DateTimeOffset

Date and time when the import entity mapping was created.

Read Only
dedupe Edm.Int32

Information about whether the entity needs to be processed to find and delete duplicate records.

Display Name: Remove Duplicates

Default Options
Values Label
1 Ignore
2 Eliminate
importentitymappingid Edm.Guid

Unique identifier of the import entity mapping.

importentitymappingidunique Edm.Guid

Unique identifier of the Import Entity Mapping.

Read Only
introducedversion Edm.String

Version in which the component is introduced.

Display Name: Introduced Version

ismanaged Edm.Boolean

Information that specifies whether this component is managed.

Display Name: State

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
modifiedon Edm.DateTimeOffset

Date and time when the import entity mapping was last modified.

Display Name: Modified On

Read Only
overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
processcode Edm.Int32

Information about whether the import entity mapping needs to be processed.

Display Name: Process Code

Default Options
Values Label
1 Process
2 Ignore
3 Internal
solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
sourceentityname Edm.String

Name of the source entity.

Display Name: Source Entity Name

statecode Edm.Int32

Status of the import entity mapping.

Display Name: Status

Read Only
Default Options
Values Label
0 Active
statuscode Edm.Int32

Reason for the status of the import entity mapping.

Display Name: Status Reason

Default Options
Values Label
1 Active
targetentityname Edm.String

Name of the Microsoft Dynamics 365 entity.

Display Name: Target Entity

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the import entity mapping.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the importentitymapping.

_importmapid_value importmapid

Unique identifier of the associated data map.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the import entity mapping.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the importentitymapping.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_importentitymapping_createdby
createdonbehalfby systemuser lk_importentitymapping_createdonbehalfby
importmapid importmap ImportEntityMapping_ImportMap
modifiedby systemuser lk_importentitymapping_modifiedby
modifiedonbehalfby systemuser lk_importentitymapping_modifiedonbehalfby

See also