exchangesyncidmapping EntityType
The mapping used to keep track of the IDs for items synced between CRM and Exchange.
- Entity set path:
- [organization URI]/api/data/v9.2/exchangesyncidmappings
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Exchange Sync Id Mapping
- Primary key:
- exchangesyncidmappingid
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||
---|---|---|---|---|---|---|---|---|
createdon | Edm.DateTimeOffset |
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display name: Created On Read only
|
||||||
exchangeentryid | Edm.String |
Display name: Exchange Id |
||||||
exchangesyncidmappingid | Edm.Guid | |||||||
fromcrmchangetype | Edm.Int32 | |||||||
isdeletedinexchange | Edm.Boolean |
Default options
|
||||||
isunlinkedincrm | Edm.Boolean |
Default options
|
||||||
itemsubject | Edm.String |
Display name: Item Subject |
||||||
lastsyncerror | Edm.String |
Display name: Sync Error |
||||||
lastsyncerrorcode | Edm.Int32 | |||||||
lastsyncerroroccurredon | Edm.DateTimeOffset |
Last Sync Error Time Display name: Last Sync Error Time |
||||||
modifiedon | Edm.DateTimeOffset |
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display name: Modified On Read only
|
||||||
objectid | Edm.Guid |
Display name: Crm Id |
||||||
objecttypecode | Edm.Int32 |
Display name: Object Type Code |
||||||
retries | Edm.Int32 | |||||||
tocrmchangetype | Edm.Int32 | |||||||
userdecision | Edm.Int32 | |||||||
versionnumber | Edm.Int64 |
Read only
|
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 |
---|---|---|
_ownerid_value | ownerid | |
_owningbusinessunit_value | owningbusinessunit | |
_owningteam_value | owningteam | |
_owninguser_value | owninguser |
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 |
---|---|---|
ownerid | principal | owner_exchangesyncidmapping |
owningbusinessunit | businessunit | business_unit_exchangesyncidmapping |
owningteam | team | team_exchangesyncidmapping |
owninguser | systemuser | user_exchangesyncidmapping |