importentitymapping EntityType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Description: Mapping for entities in a data map.

Entity Set path:[organization URI]/api/data/v8.2/importentitymappings

Base Type: crmbaseentity EntityType

Display Name: Import Entity Mapping

Primary Key: importentitymappingid

Properties

Lookup Properties

Single-valued navigation properties

The importentitymapping entity type has no collection-valued navigation properties.

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

Name

Type

Details

createdon

Edm.DateTimeOffset

Description: Date and time when the import entity mapping was created.

Read-only property

dedupe

Edm.Int32

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

Default Options:

1 : Ignore
2 : Eliminate

Display Name: Remove Duplicates

importentitymappingid

Edm.Guid

Description: Unique identifier of the import entity mapping.

modifiedon

Edm.DateTimeOffset

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

Display Name: Modified On

Read-only property

processcode

Edm.Int32

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

Default Options:

1 : Process
2 : Ignore
3 : Internal

Display Name: Process Code

sourceentityname

Edm.String

Description: Name of the source entity.

Display Name: Source Entity Name

statecode

Edm.Int32

Description: Status of the import entity mapping.

Default Options:

0 : Active

Display Name: Status

Read-only property

statuscode

Edm.Int32

Description: Reason for the status of the import entity mapping.

Default Options:

1 : Active

Display Name: Status Reason

targetentityname

Edm.String

Description: Name of the Microsoft Dynamics 365 entity.

Display Name: Target Entity

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 Retrieve data about lookup properties

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 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 EntityType

lk_importentitymapping_createdby

createdonbehalfby

systemuser EntityType

lk_importentitymapping_createdonbehalfby

importmapid

importmap EntityType

ImportEntityMapping_ImportMap

modifiedby

systemuser EntityType

lk_importentitymapping_modifiedby

modifiedonbehalfby

systemuser EntityType

lk_importentitymapping_modifiedonbehalfby

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: