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.
Messages
The following table lists the messages for the IoT Alert (msdyn_iotalert) 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_iotalerts(msdyn_iotalertid)Update the ownerid property. |
AssignRequest |
Associate Event: True |
Associate records | Associate records |
BulkRetain Event: True |
BulkRetain | Learn to use messages with the SDK for .NET |
Create Event: True |
POST /msdyn_iotalertsSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /msdyn_iotalerts(msdyn_iotalertid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
IsValidStateTransition Event: False |
IsValidStateTransition | IsValidStateTransitionRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
PurgeRetainedContent Event: True |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
Restore Event: True |
Restore | Learn to use messages with the SDK for .NET |
Retain Event: True |
Retain | Learn to use messages with the SDK for .NET |
Retrieve Event: True |
GET /msdyn_iotalerts(msdyn_iotalertid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /msdyn_iotalertsSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
RollbackRetain Event: True |
RollbackRetain | Learn to use messages with the SDK for .NET |
SetState Event: True |
PATCH /msdyn_iotalerts(msdyn_iotalertid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /msdyn_iotalerts(msdyn_iotalertid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /msdyn_iotalerts(msdyn_iotalertid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
ValidateRetentionConfig Event: True |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the IoT Alert (msdyn_iotalert) table.
Property | Value |
---|---|
DisplayName | IoT Alert |
DisplayCollectionName | IoT Alerts |
SchemaName | msdyn_iotalert |
CollectionSchemaName | msdyn_iotalerts |
EntitySetName | msdyn_iotalerts |
LogicalName | msdyn_iotalert |
LogicalCollectionName | msdyn_iotalerts |
PrimaryIdAttribute | msdyn_iotalertid |
PrimaryNameAttribute | msdyn_description |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ImportSequenceNumber
- msdyn_AlertData
- msdyn_alertpriorityscore
- msdyn_AlertTime
- msdyn_AlertToken
- msdyn_alerttype
- msdyn_AlertURL
- msdyn_case
- msdyn_CustomerAsset
- msdyn_Description
- msdyn_Device
- msdyn_DeviceID
- msdyn_iotalertId
- msdyn_LastCommandSent
- msdyn_LastCommandSentTime
- msdyn_ParentAlert
- msdyn_ParentAlertToken
- msdyn_suggestedpriority
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- processid
- stageid
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- traversedpath
- 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_AlertData
Property | Value |
---|---|
Description | Data sent from the device about the alert. |
DisplayName | Alert Data |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alertdata |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 8192 |
msdyn_alertpriorityscore
Property | Value |
---|---|
Description | The suggested priority score for this alert. |
DisplayName | Priority Score (%) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alertpriorityscore |
RequiredLevel | None |
Type | Integer |
MaxValue | 100 |
MinValue | 0 |
msdyn_AlertTime
Property | Value |
---|---|
Description | The time the alert was issued. |
DisplayName | Alert Time |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alerttime |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Auto |
SourceTypeMask | 0 |
msdyn_AlertToken
Property | Value |
---|---|
Description | The unique reference to the event id on the IoT provider. |
DisplayName | Alert Token |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alerttoken |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_alerttype
Property | Value |
---|---|
Description | |
DisplayName | Alert Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alerttype |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 192350000 |
GlobalChoiceName | msdyn_iotalert_msdyn_alerttype |
msdyn_alerttype Choices/Options
Value | Label |
---|---|
192350000 | Anomaly |
192350001 | Info |
192350002 | Preventive Maintenance |
192350003 | Test |
msdyn_AlertURL
Property | Value |
---|---|
Description | External URL to view more information about the iot alert. |
DisplayName | Alert URL |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_alerturl |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 500 |
msdyn_case
Property | Value |
---|---|
Description | Case created for this iot alert. |
DisplayName | Case |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_case |
RequiredLevel | None |
Type | Lookup |
Targets | incident |
msdyn_CustomerAsset
Property | Value |
---|---|
Description | The asset connected to the IoT device that raised the alert. |
DisplayName | Customer Asset |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_customerasset |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_customerasset |
msdyn_Description
Property | Value |
---|---|
Description | A description for the alert. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_description |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_Device
Property | Value |
---|---|
Description | The IoT device for which this alert was raised. |
DisplayName | IoT Device |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_device |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_iotdevice |
msdyn_DeviceID
Property | Value |
---|---|
Description | The ID of the IoT device that sent the alert. |
DisplayName | Device ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_deviceid |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_iotalertId
Property | Value |
---|---|
Description | Unique identifier for entity instances |
DisplayName | IoT Alert |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | msdyn_iotalertid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
msdyn_LastCommandSent
Property | Value |
---|---|
Description | |
DisplayName | Last Command Sent |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_lastcommandsent |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_iotdevicecommand |
msdyn_LastCommandSentTime
Property | Value |
---|---|
Description | |
DisplayName | Last Command Sent Time |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_lastcommandsenttime |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Auto |
SourceTypeMask | 0 |
msdyn_ParentAlert
Property | Value |
---|---|
Description | Reference to a primary alert. This field is inferred if Primary Alert Token is set. |
DisplayName | Primary Alert |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_parentalert |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_iotalert |
msdyn_ParentAlertToken
Property | Value |
---|---|
Description | Reference to a previously created primary iot alert |
DisplayName | Primary Alert Token |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_parentalerttoken |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_suggestedpriority
Property | Value |
---|---|
Description | The suggested priority for this alert. |
DisplayName | Suggested Priority |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_suggestedpriority |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | |
GlobalChoiceName | msdyn_suggestedpriority |
msdyn_suggestedpriority Choices/Options
Value | Label |
---|---|
192350000 | Calculating |
192350001 | High |
192350002 | Low |
192350003 | No Suggestions |
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 |
processid
Property | Value |
---|---|
Description | Contains the id of the process associated with the entity. |
DisplayName | Process Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processid |
RequiredLevel | None |
Type | Uniqueidentifier |
stageid
Property | Value |
---|---|
Description | Contains the id of the stage where the entity is located. |
DisplayName | Stage Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | stageid |
RequiredLevel | None |
Type | Uniqueidentifier |
statecode
Property | Value |
---|---|
Description | Status of the IoT Alert |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | |
GlobalChoiceName | msdyn_iotalert_statecode |
statecode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
2 | Label: InProgress DefaultStatus: 3 InvariantName: InProgress |
3 | Label: Closed DefaultStatus: 4 InvariantName: Closed |
statuscode
Property | Value |
---|---|
Description | Reason for the status of the IoT Alert |
DisplayName | Alert Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | |
GlobalChoiceName | msdyn_iotalert_statuscode |
statuscode Choices/Options
Value | Details |
---|---|
1 | Label: Active State:0 TransitionData: None |
2 | Label: Inactive State:1 TransitionData: None |
3 | Label: In Progress - Case Created State:2 TransitionData: None |
5 | Label: In Progress - Command Sent State:2 TransitionData: None |
6 | Label: Closed State:3 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 |
traversedpath
Property | Value |
---|---|
Description | A comma separated list of string values representing the unique identifiers of stages in a Business Process Flow Instance in the order that they occur. |
DisplayName | Traversed Path |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | traversedpath |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1250 |
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_iotalert
- lk_msdyn_iotalert_createdby
- lk_msdyn_iotalert_createdonbehalfby
- lk_msdyn_iotalert_modifiedby
- lk_msdyn_iotalert_modifiedonbehalfby
- msdyn_incident_msdyn_iotalert_Case
- msdyn_iotalert_msdyn_iotalert
- msdyn_msdyn_customerasset_msdyn_iotalert_CustomerAsset
- msdyn_msdyn_iotdevice_msdyn_iotalert_Device
- msdyn_msdyn_iotdevicecommand_msdyn_iotalert_LastCommandSent
- owner_msdyn_iotalert
- processstage_msdyn_iotalert
- team_msdyn_iotalert
- user_msdyn_iotalert
business_unit_msdyn_iotalert
One-To-Many Relationship: businessunit business_unit_msdyn_iotalert
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_iotalert_createdby
One-To-Many Relationship: systemuser lk_msdyn_iotalert_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_iotalert_createdonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_iotalert_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_iotalert_modifiedby
One-To-Many Relationship: systemuser lk_msdyn_iotalert_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_iotalert_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_msdyn_iotalert_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_incident_msdyn_iotalert_Case
One-To-Many Relationship: incident msdyn_incident_msdyn_iotalert_Case
Property | Value |
---|---|
ReferencedEntity | incident |
ReferencedAttribute | incidentid |
ReferencingAttribute | msdyn_case |
ReferencingEntityNavigationPropertyName | msdyn_Case |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_iotalert_msdyn_iotalert
One-To-Many Relationship: msdyn_iotalert msdyn_iotalert_msdyn_iotalert
Property | Value |
---|---|
ReferencedEntity | msdyn_iotalert |
ReferencedAttribute | msdyn_iotalertid |
ReferencingAttribute | msdyn_parentalert |
ReferencingEntityNavigationPropertyName | msdyn_ParentAlert |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_customerasset_msdyn_iotalert_CustomerAsset
One-To-Many Relationship: msdyn_customerasset msdyn_msdyn_customerasset_msdyn_iotalert_CustomerAsset
Property | Value |
---|---|
ReferencedEntity | msdyn_customerasset |
ReferencedAttribute | msdyn_customerassetid |
ReferencingAttribute | msdyn_customerasset |
ReferencingEntityNavigationPropertyName | msdyn_CustomerAsset |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_iotdevice_msdyn_iotalert_Device
One-To-Many Relationship: msdyn_iotdevice msdyn_msdyn_iotdevice_msdyn_iotalert_Device
Property | Value |
---|---|
ReferencedEntity | msdyn_iotdevice |
ReferencedAttribute | msdyn_iotdeviceid |
ReferencingAttribute | msdyn_device |
ReferencingEntityNavigationPropertyName | msdyn_Device |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_iotdevicecommand_msdyn_iotalert_LastCommandSent
One-To-Many Relationship: msdyn_iotdevicecommand msdyn_msdyn_iotdevicecommand_msdyn_iotalert_LastCommandSent
Property | Value |
---|---|
ReferencedEntity | msdyn_iotdevicecommand |
ReferencedAttribute | msdyn_iotdevicecommandid |
ReferencingAttribute | msdyn_lastcommandsent |
ReferencingEntityNavigationPropertyName | msdyn_LastCommandSent |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
owner_msdyn_iotalert
One-To-Many Relationship: owner owner_msdyn_iotalert
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 |
processstage_msdyn_iotalert
One-To-Many Relationship: processstage processstage_msdyn_iotalert
Property | Value |
---|---|
ReferencedEntity | processstage |
ReferencedAttribute | processstageid |
ReferencingAttribute | stageid |
ReferencingEntityNavigationPropertyName | stageid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
team_msdyn_iotalert
One-To-Many Relationship: team team_msdyn_iotalert
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_iotalert
One-To-Many Relationship: systemuser user_msdyn_iotalert
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.
- bpf_msdyn_iotalert_msdyn_iottocaseprocess
- msdyn_iotalert_Annotations
- msdyn_iotalert_AsyncOperations
- msdyn_iotalert_BulkDeleteFailures
- msdyn_iotalert_connections1
- msdyn_iotalert_connections2
- msdyn_iotalert_MailboxTrackingFolders
- msdyn_iotalert_msdyn_iotalert
- msdyn_iotalert_PrincipalObjectAttributeAccesses
- msdyn_iotalert_ProcessSession
- msdyn_iotalert_QueueItems
- msdyn_iotalert_SyncErrors
- msdyn_msdyn_iotalert_incident_IoTAlert
- msdyn_msdyn_iotalert_msdyn_iotdevicecommand_ParentAlert
bpf_msdyn_iotalert_msdyn_iottocaseprocess
Many-To-One Relationship: msdyn_iottocaseprocess bpf_msdyn_iotalert_msdyn_iottocaseprocess
Property | Value |
---|---|
ReferencingEntity | msdyn_iottocaseprocess |
ReferencingAttribute | bpf_msdyn_iotalertid |
ReferencedEntityNavigationPropertyName | bpf_msdyn_iotalert_msdyn_iottocaseprocess |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_Annotations
Many-To-One Relationship: annotation msdyn_iotalert_Annotations
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_Annotations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_AsyncOperations
Many-To-One Relationship: asyncoperation msdyn_iotalert_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_AsyncOperations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure msdyn_iotalert_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_BulkDeleteFailures |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_connections1
Many-To-One Relationship: connection msdyn_iotalert_connections1
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record1id |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_connections1 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 100 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_connections2
Many-To-One Relationship: connection msdyn_iotalert_connections2
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record2id |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_connections2 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder msdyn_iotalert_MailboxTrackingFolders
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_MailboxTrackingFolders |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_msdyn_iotalert
Many-To-One Relationship: msdyn_iotalert msdyn_iotalert_msdyn_iotalert
Property | Value |
---|---|
ReferencingEntity | msdyn_iotalert |
ReferencingAttribute | msdyn_parentalert |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_msdyn_iotalert |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess msdyn_iotalert_PrincipalObjectAttributeAccesses
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_PrincipalObjectAttributeAccesses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_ProcessSession
Many-To-One Relationship: processsession msdyn_iotalert_ProcessSession
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_ProcessSession |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_QueueItems
Many-To-One Relationship: queueitem msdyn_iotalert_QueueItems
Property | Value |
---|---|
ReferencingEntity | queueitem |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_QueueItems |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_iotalert_SyncErrors
Many-To-One Relationship: syncerror msdyn_iotalert_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_iotalert_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_iotalert_incident_IoTAlert
Many-To-One Relationship: incident msdyn_msdyn_iotalert_incident_IoTAlert
Property | Value |
---|---|
ReferencingEntity | incident |
ReferencingAttribute | msdyn_iotalert |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_iotalert_incident_IoTAlert |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_iotalert_msdyn_iotdevicecommand_ParentAlert
Many-To-One Relationship: msdyn_iotdevicecommand msdyn_msdyn_iotalert_msdyn_iotdevicecommand_ParentAlert
Property | Value |
---|---|
ReferencingEntity | msdyn_iotdevicecommand |
ReferencingAttribute | msdyn_parentalert |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_iotalert_msdyn_iotdevicecommand_ParentAlert |
IsCustomizable | True |
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