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
- Table type:
- Standard
- 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
|
||||||||||
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
|
||||||||||
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
|
||||||||||
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
|
||||||||||
statuscode | Edm.Int32 |
Reason for the status of the owner mapping. Display name: Status Reason
Default options
|
||||||||||
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 |