ownermapping EntityType

In a data map, maps ownership data from the source file to Microsoft Dynamics 365.

Entity Set Path
[organization URI]/api/data/v9.2/ownermappings
Base Type
crmbaseentity
Display Name
Owner Mapping
Primary Key
ownermappingid
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 owner mapping was created.

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 owner mapping was last modified.

Display Name: Modified On

Read Only
overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
ownermappingid Edm.Guid

Unique identifier of the owner mapping.

ownermappingidunique Edm.Guid

Unique identifier of the OwnerMapping.

Read Only
processcode Edm.Int32

Code that indicates whether the owner mapping has 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
sourcesystemusername Edm.String

Source user name that has to be replaced

Display Name: Source System User Name

sourceuservalueforsourcecrmuserlink Edm.String

Source user value for source Microsoft Dynamics 365 user link.

Display Name: Source User Value

statecode Edm.Int32

Status of the owner mapping.

Display Name: Status

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

Reason for the status of the owner mapping.

Display Name: Status Reason

Default Options
Values Label
0 Active
targetsystemuserdomainname Edm.String

Microsoft Dynamics 365 logon name with which the source user name should be replaced.

Display Name: Target Domain Name

targetuservalueforsourcecrmuserlink Edm.String

Microsoft Dynamics CRM user.

Display Name: Target User Value

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 owner mapping.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the ownermapping.

_importmapid_value importmapid

Unique identifier of the data map with which the owner mapping is associated.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the lookup mapping.

_modifiedonbehalfby_value modifiedonbehalfby

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

_targetsystemuserid_value targetsystemuserid

Unique identifier of the Microsoft Dynamics 365 user.

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_ownermapping_createdby
createdonbehalfby systemuser lk_ownermapping_createdonbehalfby
importmapid importmap OwnerMapping_ImportMap
modifiedby systemuser lk_ownermapping_modifiedby
modifiedonbehalfby systemuser lk_ownermapping_modifiedonbehalfby
targetsystemuserid systemuser OwnerMapping_SystemUser

See also