Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Entity that tracks the migration process of legacy to modern SLA/ARC items
Messages
The following table lists the messages for the Migration tracker (msdyn_migrationtracker) table. Messages represent operations that can be performed on the table. They may also be events.
| Name Is Event? |
Web API Operation | SDK for .NET |
|---|---|---|
AssignEvent: True |
PATCH /msdyn_migrationtrackers(msdyn_migrationtrackerid)Update the ownerid property. |
AssignRequest |
AssociateEvent: True |
Associate records | Associate records |
BulkRetainEvent: True |
BulkRetain | Learn to use messages with the SDK for .NET |
CreateEvent: True |
POST /msdyn_migrationtrackersSee Create |
Create records |
CreateMultipleEvent: True |
CreateMultiple | CreateMultipleRequest |
DeleteEvent: True |
DELETE /msdyn_migrationtrackers(msdyn_migrationtrackerid)See Delete |
Delete records |
DisassociateEvent: True |
Disassociate records | Disassociate records |
GrantAccessEvent: True |
GrantAccess | GrantAccessRequest |
IsValidStateTransitionEvent: False |
IsValidStateTransition | IsValidStateTransitionRequest |
ModifyAccessEvent: True |
ModifyAccess | ModifyAccessRequest |
PurgeRetainedContentEvent: True |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
RestoreEvent: True |
Restore | Learn to use messages with the SDK for .NET |
RetainEvent: True |
Retain | Learn to use messages with the SDK for .NET |
RetrieveEvent: True |
GET /msdyn_migrationtrackers(msdyn_migrationtrackerid)See Retrieve |
Retrieve records |
RetrieveMultipleEvent: True |
GET /msdyn_migrationtrackersSee Query data |
Query data |
RetrievePrincipalAccessEvent: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccessEvent: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccessEvent: True |
RevokeAccess | RevokeAccessRequest |
RollbackRetainEvent: True |
RollbackRetain | Learn to use messages with the SDK for .NET |
SetStateEvent: True |
PATCH /msdyn_migrationtrackers(msdyn_migrationtrackerid)Update the statecode and statuscode properties. |
SetStateRequest |
UpdateEvent: True |
PATCH /msdyn_migrationtrackers(msdyn_migrationtrackerid)See Update |
Update records |
UpdateMultipleEvent: True |
UpdateMultiple | UpdateMultipleRequest |
UpsertEvent: False |
PATCH /msdyn_migrationtrackers(msdyn_migrationtrackerid)See Upsert a table row |
UpsertRequest |
UpsertMultipleEvent: False |
UpsertMultiple | UpsertMultipleRequest |
ValidateRetentionConfigEvent: True |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the Migration tracker (msdyn_migrationtracker) table.
| Property | Value |
|---|---|
| DisplayName | Migration tracker |
| DisplayCollectionName | Migration trackers |
| SchemaName | msdyn_migrationtracker |
| CollectionSchemaName | msdyn_migrationtrackers |
| EntitySetName | msdyn_migrationtrackers |
| LogicalName | msdyn_migrationtracker |
| LogicalCollectionName | msdyn_migrationtrackers |
| PrimaryIdAttribute | msdyn_migrationtrackerid |
| PrimaryNameAttribute | msdyn_name |
| TableType | Standard |
| OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- CorrelationId
- ImportSequenceNumber
- msdyn_CorrelationId
- msdyn_IsMigrationComplete
- msdyn_LegacyConvertRuleId
- msdyn_LegacyConvertRuleItemId
- msdyn_LegacyRuleIdType
- msdyn_LegacyRuleItemIdType
- msdyn_LegacySLAId
- msdyn_LegacySLAItemId
- msdyn_MigrationStatus
- msdyn_MigrationStatusException
- msdyn_MigrationStatusReason
- msdyn_migrationtrackerId
- msdyn_MigrationType
- msdyn_ModernConvertRuleId
- msdyn_ModernConvertRuleItemId
- msdyn_ModernRuleIdType
- msdyn_ModernRuleItemIdType
- msdyn_ModernSLAId
- msdyn_ModernSLAItemId
- msdyn_Name
- msdyn_Objecttypecode
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
CorrelationId
| Property | Value |
|---|---|
| Description | Unique identifier to distinguish each batch of migration(Deprecated) |
| DisplayName | CorrelationId(Deprecated) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | correlationid |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Sequence number of the import that created this record. |
| DisplayName | Import Sequence Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | importsequencenumber |
| RequiredLevel | None |
| Type | Integer |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
msdyn_CorrelationId
| Property | Value |
|---|---|
| Description | Unique identifier to distinguish each batch of migration |
| DisplayName | CorrelationId |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_correlationid |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
msdyn_IsMigrationComplete
| Property | Value |
|---|---|
| Description | Indicates if the migration was successfully completed or not |
| DisplayName | Is Migration Complete |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_IsMigrationComplete |
| RequiredLevel | SystemRequired |
| Type | Boolean |
| GlobalChoiceName | msdyn_migrationtracker_ismigrationcomplete |
| DefaultValue | False |
| True Label | Success |
| False Label | Failure |
msdyn_LegacyConvertRuleId
| Property | Value |
|---|---|
| Description | Id of the legacy ARC rule to be migrated |
| DisplayName | Legacy Convert Rule |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_legacyconvertruleid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | convertrule |
msdyn_LegacyConvertRuleItemId
| Property | Value |
|---|---|
| Description | Id of the legacy ARC item to be migrated |
| DisplayName | Legacy convert rule item |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_legacyconvertruleitemid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | convertruleitem |
msdyn_LegacyRuleIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Legacy rule type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_legacyruleidtype |
| RequiredLevel | None |
| Type | EntityName |
msdyn_LegacyRuleItemIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Legacy rule item type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_legacyruleitemidtype |
| RequiredLevel | None |
| Type | EntityName |
msdyn_LegacySLAId
| Property | Value |
|---|---|
| Description | Id of the legacy SLA to be migrated |
| DisplayName | Legacy SLA |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_legacyslaid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | sla |
msdyn_LegacySLAItemId
| Property | Value |
|---|---|
| Description | Id of the legacy SLA item to be migrated |
| DisplayName | Legacy sla item |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_legacyslaitemid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | slaitem |
msdyn_MigrationStatus
| Property | Value |
|---|---|
| Description | The overall status of a migration process |
| DisplayName | Migration status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_migrationstatus |
| RequiredLevel | None |
| Type | Picklist |
| DefaultFormValue | -1 |
| GlobalChoiceName | msdyn_migrationtracker_migrationstatus |
msdyn_MigrationStatus Choices/Options
| Value | Label |
|---|---|
| 0 | In Progress |
| 1 | Migrated |
| 2 | Incomplete |
msdyn_MigrationStatusException
| Property | Value |
|---|---|
| Description | The exception of a certain status |
| DisplayName | Migration status reason exception |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_migrationstatusexception |
| RequiredLevel | None |
| Type | Memo |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 1048576 |
msdyn_MigrationStatusReason
| Property | Value |
|---|---|
| Description | The reason of a certain status |
| DisplayName | Migration status reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_migrationstatusreason |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 4000 |
msdyn_migrationtrackerId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Migration tracker id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_migrationtrackerid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
msdyn_MigrationType
| Property | Value |
|---|---|
| Description | Indicates whether the request is a pre-validation check or an actual migration run |
| DisplayName | Migration Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_migrationtype |
| RequiredLevel | None |
| Type | Picklist |
| DefaultFormValue | 1 |
| GlobalChoiceName | msdyn_migrationtracker_migrationtype |
msdyn_MigrationType Choices/Options
| Value | Label |
|---|---|
| 0 | Migration |
| 1 | PreValidation |
msdyn_ModernConvertRuleId
| Property | Value |
|---|---|
| Description | Id of the Uci ARC rule created post migration |
| DisplayName | Modern Convert rule |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_modernconvertruleid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | convertrule |
msdyn_ModernConvertRuleItemId
| Property | Value |
|---|---|
| Description | Id of the Uci ARC item created post migration |
| DisplayName | Modern convert rule item |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_modernconvertruleitemid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | convertruleitem |
msdyn_ModernRuleIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Modern rule type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_modernruleidtype |
| RequiredLevel | None |
| Type | EntityName |
msdyn_ModernRuleItemIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Monitored activity type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_modernruleitemidtype |
| RequiredLevel | None |
| Type | EntityName |
msdyn_ModernSLAId
| Property | Value |
|---|---|
| Description | Id of the Uci SLA created post migration |
| DisplayName | Modern SLA |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_modernslaid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | sla |
msdyn_ModernSLAItemId
| Property | Value |
|---|---|
| Description | Id of the Uci SLA item created post migration |
| DisplayName | Modern SLA item |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_modernslaitemid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | slaitem |
msdyn_Name
| Property | Value |
|---|---|
| Description | The name of the custom entity. |
| DisplayName | Name |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_name |
| RequiredLevel | ApplicationRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
msdyn_Objecttypecode
| Property | Value |
|---|---|
| Description | Object type code |
| DisplayName | Object type code |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_objecttypecode |
| RequiredLevel | None |
| Type | EntityName |
OverriddenCreatedOn
| Property | Value |
|---|---|
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
| CanChangeDateTimeBehavior | False |
| DateTimeBehavior | UserLocal |
| Format | DateOnly |
| ImeMode | Inactive |
| SourceTypeMask | 0 |
OwnerId
| Property | Value |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Type | Owner |
| Targets | systemuser, team |
OwnerIdType
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
statecode
| Property | Value |
|---|---|
| Description | Status of the Migration tracker |
| DisplayName | Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
| DefaultFormValue | |
| GlobalChoiceName | msdyn_migrationtracker_statecode |
statecode Choices/Options
| Value | Details |
|---|---|
| 0 | Label: Active DefaultStatus: 1 InvariantName: Active |
| 1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
statuscode
| Property | Value |
|---|---|
| Description | Reason for the status of the Migration tracker |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
| DefaultFormValue | |
| GlobalChoiceName | msdyn_migrationtracker_statuscode |
statuscode Choices/Options
| Value | Details |
|---|---|
| 1 | Label: Active State:0 TransitionData: None |
| 2 | Label: Inactive State:1 TransitionData: None |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Time Zone Rule Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| RequiredLevel | None |
| Type | Integer |
| MaxValue | 2147483647 |
| MinValue | -1 |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | UTC Conversion Time Zone Code |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| RequiredLevel | None |
| Type | Integer |
| MaxValue | 2147483647 |
| MinValue | -1 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- msdyn_LegacyRuleIdName
- msdyn_LegacyRuleItemIdName
- msdyn_ModernRuleIdName
- msdyn_ModernRuleItemIdName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
CreatedOn
| Property | Value |
|---|---|
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
| CanChangeDateTimeBehavior | False |
| DateTimeBehavior | UserLocal |
| Format | DateAndTime |
| ImeMode | Inactive |
| SourceTypeMask | 0 |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
ModifiedOn
| Property | Value |
|---|---|
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
| CanChangeDateTimeBehavior | False |
| DateTimeBehavior | UserLocal |
| Format | DateAndTime |
| ImeMode | Inactive |
| SourceTypeMask | 0 |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
msdyn_LegacyRuleIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_legacyruleidname |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 160 |
msdyn_LegacyRuleItemIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_legacyruleitemidname |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 160 |
msdyn_ModernRuleIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_modernruleidname |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 160 |
msdyn_ModernRuleItemIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_modernruleitemidname |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 160 |
OwnerIdName
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| RequiredLevel | SystemRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| RequiredLevel | SystemRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Type | Lookup |
| Targets | businessunit |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Type | Lookup |
| Targets | team |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
VersionNumber
| Property | Value |
|---|---|
| Description | Version Number |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| RequiredLevel | None |
| Type | BigInt |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- business_unit_msdyn_migrationtracker
- lk_msdyn_migrationtracker_createdby
- lk_msdyn_migrationtracker_createdonbehalfby
- lk_msdyn_migrationtracker_modifiedby
- lk_msdyn_migrationtracker_modifiedonbehalfby
- msdyn_migrationtracker_LegacySLA_sla
- msdyn_migrationtracker_LegacySLAItem_slaitem
- msdyn_migrationtracker_ModernSLA_sla
- msdyn_migrationtracker_ModernSLAItem_slaitem
- owner_msdyn_migrationtracker
- team_msdyn_migrationtracker
- user_msdyn_migrationtracker
business_unit_msdyn_migrationtracker
One-To-Many Relationship: businessunit business_unit_msdyn_migrationtracker
| Property | Value |
|---|---|
| ReferencedEntity | businessunit |
| ReferencedAttribute | businessunitid |
| ReferencingAttribute | owningbusinessunit |
| ReferencingEntityNavigationPropertyName | owningbusinessunit |
| IsHierarchical | |
| CascadeConfiguration | Archive: RestrictAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_msdyn_migrationtracker_createdby
One-To-Many Relationship: systemuser lk_msdyn_migrationtracker_createdby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | createdby |
| ReferencingEntityNavigationPropertyName | createdby |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_msdyn_migrationtracker_createdonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_migrationtracker_createdonbehalfby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | createdonbehalfby |
| ReferencingEntityNavigationPropertyName | createdonbehalfby |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_msdyn_migrationtracker_modifiedby
One-To-Many Relationship: systemuser lk_msdyn_migrationtracker_modifiedby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | modifiedby |
| ReferencingEntityNavigationPropertyName | modifiedby |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_msdyn_migrationtracker_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_migrationtracker_modifiedonbehalfby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | modifiedonbehalfby |
| ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
msdyn_migrationtracker_LegacySLA_sla
One-To-Many Relationship: sla msdyn_migrationtracker_LegacySLA_sla
| Property | Value |
|---|---|
| ReferencedEntity | sla |
| ReferencedAttribute | slaid |
| ReferencingAttribute | msdyn_legacyslaid |
| ReferencingEntityNavigationPropertyName | msdyn_LegacySLAId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: CascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
msdyn_migrationtracker_LegacySLAItem_slaitem
One-To-Many Relationship: slaitem msdyn_migrationtracker_LegacySLAItem_slaitem
| Property | Value |
|---|---|
| ReferencedEntity | slaitem |
| ReferencedAttribute | slaitemid |
| ReferencingAttribute | msdyn_legacyslaitemid |
| ReferencingEntityNavigationPropertyName | msdyn_LegacySLAItemId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: CascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
msdyn_migrationtracker_ModernSLA_sla
One-To-Many Relationship: sla msdyn_migrationtracker_ModernSLA_sla
| Property | Value |
|---|---|
| ReferencedEntity | sla |
| ReferencedAttribute | slaid |
| ReferencingAttribute | msdyn_modernslaid |
| ReferencingEntityNavigationPropertyName | msdyn_ModernSLAId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: CascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
msdyn_migrationtracker_ModernSLAItem_slaitem
One-To-Many Relationship: slaitem msdyn_migrationtracker_ModernSLAItem_slaitem
| Property | Value |
|---|---|
| ReferencedEntity | slaitem |
| ReferencedAttribute | slaitemid |
| ReferencingAttribute | msdyn_modernslaitemid |
| ReferencingEntityNavigationPropertyName | msdyn_ModernSLAItemId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: CascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
owner_msdyn_migrationtracker
One-To-Many Relationship: owner owner_msdyn_migrationtracker
| Property | Value |
|---|---|
| ReferencedEntity | owner |
| ReferencedAttribute | ownerid |
| ReferencingAttribute | ownerid |
| ReferencingEntityNavigationPropertyName | ownerid |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
team_msdyn_migrationtracker
One-To-Many Relationship: team team_msdyn_migrationtracker
| Property | Value |
|---|---|
| ReferencedEntity | team |
| ReferencedAttribute | teamid |
| ReferencingAttribute | owningteam |
| ReferencingEntityNavigationPropertyName | owningteam |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
user_msdyn_migrationtracker
One-To-Many Relationship: systemuser user_msdyn_migrationtracker
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | owninguser |
| ReferencingEntityNavigationPropertyName | owninguser |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- msdyn_migrationtracker_AsyncOperations
- msdyn_migrationtracker_BulkDeleteFailures
- msdyn_migrationtracker_DuplicateBaseRecord
- msdyn_migrationtracker_DuplicateMatchingRecord
- msdyn_migrationtracker_MailboxTrackingFolders
- msdyn_migrationtracker_PrincipalObjectAttributeAccesses
- msdyn_migrationtracker_ProcessSession
- msdyn_migrationtracker_SyncErrors
msdyn_migrationtracker_AsyncOperations
Many-To-One Relationship: asyncoperation msdyn_migrationtracker_AsyncOperations
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_AsyncOperations |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure msdyn_migrationtracker_BulkDeleteFailures
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_BulkDeleteFailures |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord msdyn_migrationtracker_DuplicateBaseRecord
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_DuplicateBaseRecord |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord msdyn_migrationtracker_DuplicateMatchingRecord
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_DuplicateMatchingRecord |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder msdyn_migrationtracker_MailboxTrackingFolders
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_MailboxTrackingFolders |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess msdyn_migrationtracker_PrincipalObjectAttributeAccesses
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_PrincipalObjectAttributeAccesses |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_ProcessSession
Many-To-One Relationship: processsession msdyn_migrationtracker_ProcessSession
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_ProcessSession |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_migrationtracker_SyncErrors
Many-To-One Relationship: syncerror msdyn_migrationtracker_SyncErrors
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | msdyn_migrationtracker_SyncErrors |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference