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
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
Values Label
1 Yes
0 No
isunlinkedincrm Edm.Boolean
Default Options
Values Label
1 Yes
0 No
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

See also