Analysis Result (msdyn_analysisresult) table/entity reference
Messages
The following table lists the messages for the Analysis Result (msdyn_analysisresult) 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 |
---|---|---|
Assign Event: True |
PATCH /msdyn_analysisresults(msdyn_analysisresultid)Update the ownerid property. |
AssignRequest |
Create Event: True |
POST /msdyn_analysisresultsSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /msdyn_analysisresults(msdyn_analysisresultid)See Delete |
Delete records |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
IsValidStateTransition Event: False |
IsValidStateTransition | IsValidStateTransitionRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
Restore Event: True |
Restore | Learn to use messages with the SDK for .NET |
Retrieve Event: True |
GET /msdyn_analysisresults(msdyn_analysisresultid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /msdyn_analysisresultsSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
SetState Event: True |
PATCH /msdyn_analysisresults(msdyn_analysisresultid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /msdyn_analysisresults(msdyn_analysisresultid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /msdyn_analysisresults(msdyn_analysisresultid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
Events
The following table lists the events for the Analysis Result (msdyn_analysisresult) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.
Name | Web API Operation | SDK for .NET |
---|---|---|
BulkRetain |
BulkRetain | Learn to use messages with the SDK for .NET |
PurgeRetainedContent |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
Retain |
Retain | Learn to use messages with the SDK for .NET |
RollbackRetain |
RollbackRetain | Learn to use messages with the SDK for .NET |
ValidateRetentionConfig |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the Analysis Result (msdyn_analysisresult) table.
Property | Value |
---|---|
DisplayName | Analysis Result |
DisplayCollectionName | Analysis Results |
SchemaName | msdyn_analysisresult |
CollectionSchemaName | msdyn_analysisresults |
EntitySetName | msdyn_analysisresults |
LogicalName | msdyn_analysisresult |
LogicalCollectionName | msdyn_analysisresults |
PrimaryIdAttribute | msdyn_analysisresultid |
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.
- ImportSequenceNumber
- msdyn_AnalysisComponentId
- msdyn_AnalysisComponentType
- msdyn_AnalysisJobId
- msdyn_analysisresultId
- msdyn_Category
- msdyn_ComponentType
- msdyn_EntityName
- msdyn_FileUri
- msdyn_HasResolution
- msdyn_helplink
- msdyn_Level
- msdyn_Line
- msdyn_Member
- msdyn_Message
- msdyn_MessageArguments
- msdyn_MessageId
- msdyn_Module
- msdyn_name
- msdyn_RepairIssueType
- msdyn_ReturnStatus
- msdyn_RuleId
- msdyn_RuleReferenceUri
- msdyn_Severity
- msdyn_Snippet
- msdyn_SolutionHealthMessage
- msdyn_Type
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
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_AnalysisComponentId
Property | Value |
---|---|
Description | The associated Analysis Component that contains the issue described by the Analysis Result. |
DisplayName | Analysis Component |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_analysiscomponentid |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_analysiscomponent |
msdyn_AnalysisComponentType
Property | Value |
---|---|
Description | |
DisplayName | AnalysisComponentType |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_analysiscomponenttype |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 192350001 |
GlobalChoiceName | msdyn_analysisresult_msdyn_analysiscomponenttype |
msdyn_AnalysisComponentType Choices/Options
Value | Label |
---|---|
192350000 | Organization Health |
192350001 | Component Health |
msdyn_AnalysisJobId
Property | Value |
---|---|
Description | The parent Analysis Job that produced the Analysis Result |
DisplayName | Analysis Job |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_analysisjobid |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_analysisjob |
msdyn_analysisresultId
Property | Value |
---|---|
Description | Unique identifier for entity instances |
DisplayName | Analysis Result |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | msdyn_analysisresultid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
msdyn_Category
Property | Value |
---|---|
Description | |
DisplayName | Category |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_category |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_analysisresult_msdyn_category |
msdyn_Category Choices/Options
Value | Label |
---|---|
192350000 | Performance |
192350001 | Upgrade Readiness |
192350002 | Usage |
192350003 | Security |
192350004 | Design |
192350005 | Online Migration |
192350006 | Maintainability |
192350007 | Supportability |
192350008 | Accessibility |
192350009 | Licensing |
msdyn_ComponentType
Property | Value |
---|---|
Description | |
DisplayName | Component Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_componenttype |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_analysisresult_msdyn_componenttype |
msdyn_ComponentType Choices/Options
Value | Label |
---|---|
192350000 | Web Resources |
192350001 | Plug-In |
192350002 | Configuration |
msdyn_EntityName
Property | Value |
---|---|
Description | |
DisplayName | Entity Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_entityname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 150 |
msdyn_FileUri
Property | Value |
---|---|
Description | |
DisplayName | File Uri |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_fileuri |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
msdyn_HasResolution
Property | Value |
---|---|
Description | |
DisplayName | HasResolution |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_hasresolution |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | msdyn_analysisresult_msdyn_hasresolution |
DefaultValue | False |
True Label | Yes |
False Label | No |
msdyn_helplink
Property | Value |
---|---|
Description | |
DisplayName | Help Link |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_helplink |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4000 |
msdyn_Level
Property | Value |
---|---|
Description | |
DisplayName | Level |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_level |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_analysisresult_msdyn_level |
msdyn_Level Choices/Options
Value | Label |
---|---|
192350000 | Error |
192350001 | Warning |
msdyn_Line
Property | Value |
---|---|
Description | |
DisplayName | Line |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_line |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 0 |
msdyn_Member
Property | Value |
---|---|
Description | |
DisplayName | Member |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_member |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
msdyn_Message
Property | Value |
---|---|
Description | |
DisplayName | Message |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_message |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4000 |
msdyn_MessageArguments
Property | Value |
---|---|
Description | |
DisplayName | Message Arguments |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_messagearguments |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4000 |
msdyn_MessageId
Property | Value |
---|---|
Description | |
DisplayName | Message Id |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_messageid |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_Module
Property | Value |
---|---|
Description | |
DisplayName | Module |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_module |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
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 | 200 |
msdyn_RepairIssueType
Property | Value |
---|---|
Description | Type of issue that needs to be repaired. Same as IssueType Input Parameter for Solution Health Rule. |
DisplayName | Repair Issue Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_repairissuetype |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 150 |
msdyn_ReturnStatus
Property | Value |
---|---|
Description | The return status of a rule run: pass, fail, or configuration error |
DisplayName | Return Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_returnstatus |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_analysisresult_msdyn_returnstatus |
msdyn_ReturnStatus Choices/Options
Value | Label |
---|---|
192350000 | Pass |
192350001 | Fail |
192350002 | Config Error |
192350003 | Resolved |
192350004 | Warning |
192350005 | Error |
192350006 | Suggestion |
msdyn_RuleId
Property | Value |
---|---|
Description | |
DisplayName | Rule Id |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_ruleid |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_RuleReferenceUri
Property | Value |
---|---|
Description | |
DisplayName | Rule Reference Uri |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_rulereferenceuri |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
msdyn_Severity
Property | Value |
---|---|
Description | |
DisplayName | Severity |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_severity |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_analysisresult_msdyn_severity |
msdyn_Severity Choices/Options
Value | Label |
---|---|
192350000 | Low |
192350001 | Medium |
192350002 | High |
192350003 | Critical |
msdyn_Snippet
Property | Value |
---|---|
Description | |
DisplayName | Snippet |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_snippet |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4000 |
msdyn_SolutionHealthMessage
Property | Value |
---|---|
Description | |
DisplayName | Message |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_solutionhealthmessage |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 8000 |
msdyn_Type
Property | Value |
---|---|
Description | |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_type |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
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 Analysis Result |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | |
GlobalChoiceName | msdyn_analysisresult_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 Analysis Result |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | |
GlobalChoiceName | msdyn_analysisresult_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
- 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 |
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_analysisresult
- lk_msdyn_analysisresult_createdby
- lk_msdyn_analysisresult_createdonbehalfby
- lk_msdyn_analysisresult_modifiedby
- lk_msdyn_analysisresult_modifiedonbehalfby
- msdyn_analysiscomponent_msdyn_analysisresult
- msdyn_analysisjob_msdyn_analysisresult
- owner_msdyn_analysisresult
- team_msdyn_analysisresult
- user_msdyn_analysisresult
business_unit_msdyn_analysisresult
One-To-Many Relationship: businessunit business_unit_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | owningbusinessunit |
ReferencingEntityNavigationPropertyName | owningbusinessunit |
IsHierarchical | |
CascadeConfiguration | Archive: Restrict Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_createdby
One-To-Many Relationship: systemuser lk_msdyn_analysisresult_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_createdonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_analysisresult_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_modifiedby
One-To-Many Relationship: systemuser lk_msdyn_analysisresult_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_analysisresult_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_analysiscomponent_msdyn_analysisresult
One-To-Many Relationship: msdyn_analysiscomponent msdyn_analysiscomponent_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | msdyn_analysiscomponent |
ReferencedAttribute | msdyn_analysiscomponentid |
ReferencingAttribute | msdyn_analysiscomponentid |
ReferencingEntityNavigationPropertyName | msdyn_AnalysisComponentId |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_analysisjob_msdyn_analysisresult
One-To-Many Relationship: msdyn_analysisjob msdyn_analysisjob_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | msdyn_analysisjob |
ReferencedAttribute | msdyn_analysisjobid |
ReferencingAttribute | msdyn_analysisjobid |
ReferencingEntityNavigationPropertyName | msdyn_AnalysisJobId |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade RollupView: NoCascade Share: Cascade Unshare: Cascade |
owner_msdyn_analysisresult
One-To-Many Relationship: owner owner_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | owner |
ReferencedAttribute | ownerid |
ReferencingAttribute | ownerid |
ReferencingEntityNavigationPropertyName | ownerid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
team_msdyn_analysisresult
One-To-Many Relationship: team team_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | team |
ReferencedAttribute | teamid |
ReferencingAttribute | owningteam |
ReferencingEntityNavigationPropertyName | owningteam |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_analysisresult
One-To-Many Relationship: systemuser user_msdyn_analysisresult
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | owninguser |
ReferencingEntityNavigationPropertyName | owninguser |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- msdyn_analysisresult_AsyncOperations
- msdyn_analysisresult_BulkDeleteFailures
- msdyn_analysisresult_DuplicateBaseRecord
- msdyn_analysisresult_DuplicateMatchingRecord
- msdyn_analysisresult_MailboxTrackingFolders
- msdyn_analysisresult_PrincipalObjectAttributeAccesses
- msdyn_analysisresult_ProcessSession
- msdyn_analysisresult_SyncErrors
- msdyn_msdyn_analysisresult_msdyn_analysisresultdetail_AnalysisResult
msdyn_analysisresult_AsyncOperations
Many-To-One Relationship: asyncoperation msdyn_analysisresult_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_AsyncOperations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure msdyn_analysisresult_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_BulkDeleteFailures |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord msdyn_analysisresult_DuplicateBaseRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | baserecordid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_DuplicateBaseRecord |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord msdyn_analysisresult_DuplicateMatchingRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | duplicaterecordid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_DuplicateMatchingRecord |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder msdyn_analysisresult_MailboxTrackingFolders
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_MailboxTrackingFolders |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess msdyn_analysisresult_PrincipalObjectAttributeAccesses
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_PrincipalObjectAttributeAccesses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_ProcessSession
Many-To-One Relationship: processsession msdyn_analysisresult_ProcessSession
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_ProcessSession |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_analysisresult_SyncErrors
Many-To-One Relationship: syncerror msdyn_analysisresult_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_analysisresult_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_analysisresult_msdyn_analysisresultdetail_AnalysisResult
Many-To-One Relationship: msdyn_analysisresultdetail msdyn_msdyn_analysisresult_msdyn_analysisresultdetail_AnalysisResult
Property | Value |
---|---|
ReferencingEntity | msdyn_analysisresultdetail |
ReferencingAttribute | msdyn_analysisresult |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_analysisresult_msdyn_analysisresultdetail_AnalysisResult |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
msdyn_analysisresult