Notification (appnotification) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Notification to be provided to a user.
Added by: AppNotifications Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/appnotifications See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/appnotifications(appnotificationid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/appnotifications(appnotificationid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveEntityChanges | RetrieveEntityChangesRequest | |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/appnotifications See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/appnotifications(appnotificationid) See Update |
UpdateRequest or Update |
| Upsert | UpsertRequest |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | appnotifications |
| DisplayCollectionName | Notifications |
| DisplayName | Notification |
| EntitySetName | appnotifications |
| IsBPFEntity | False |
| LogicalCollectionName | appnotifications |
| LogicalName | appnotification |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | appnotificationid |
| PrimaryNameAttribute | title |
| SchemaName | appnotification |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AppModuleId
- appnotificationId
- Body
- Data
- IconType
- ImportSequenceNumber
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PartitionId
- Priority
- TimeZoneRuleVersionNumber
- Title
- ToastType
- TTLInSeconds
- UTCConversionTimeZoneCode
AppModuleId
| Property | Value |
|---|---|
| Description | Model-driven app in which the notification needs to be shown. If not specified, the notification will show in all apps. |
| DisplayName | Model-driven app |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | appmoduleid |
| RequiredLevel | None |
| Targets | appmodule |
| Type | Lookup |
appnotificationId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Notification |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | appnotificationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Body
| Property | Value |
|---|---|
| Description | Body of the notification |
| DisplayName | Body |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | body |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
Data
| Property | Value |
|---|---|
| Description | Custom data for the notification that can be used by the notification card |
| DisplayName | Data |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | data |
| MaxLength | 5000 |
| RequiredLevel | None |
| Type | Memo |
IconType
| Property | Value |
|---|---|
| Description | |
| DisplayName | IconType |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | icontype |
| RequiredLevel | None |
| Type | Picklist |
IconType Choices/Options
| Value | Label | Description |
|---|---|---|
| 100000000 | Info | |
| 100000001 | Success | |
| 100000002 | Failure | |
| 100000003 | Warning | |
| 100000004 | Mention | |
| 100000005 | Custom |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Sequence number of the import that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
OwnerId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
PartitionId
| Property | Value |
|---|---|
| Description | Partitioning will be based on owner and it is recommended to specify this field for all operations for performance reason |
| DisplayName | Partition Id |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | partitionid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Priority
| Property | Value |
|---|---|
| Description | Priority of the notification |
| DisplayName | Priority |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | priority |
| RequiredLevel | None |
| Type | Picklist |
Priority Choices/Options
| Value | Label | Description |
|---|---|---|
| 200000000 | Normal | |
| 200000001 | High |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Time Zone Rule Version Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
Title
| Property | Value |
|---|---|
| Description | Title for the notification |
| DisplayName | Title |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | title |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
ToastType
| Property | Value |
|---|---|
| Description | Type of toast behavior for the notification |
| DisplayName | Toast Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | toasttype |
| RequiredLevel | None |
| Type | Picklist |
ToastType Choices/Options
| Value | Label | Description |
|---|---|---|
| 200000000 | Timed | Toast will fade out after the time out configured by the user |
| 200000001 | Hidden | Toast will not show but the notification will still be displayed in notification center |
TTLInSeconds
| Property | Value |
|---|---|
| Description | After the specified number of seconds the notification will be deleted |
| DisplayName | Expiry (seconds) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ttlinseconds |
| MaxValue | 2147483647 |
| MinValue | 1 |
| RequiredLevel | None |
| Type | Integer |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | UTC Conversion Time Zone Code |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- AppModuleIdName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- VersionNumber
AppModuleIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | appmoduleidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
Added by: Active Solution Solution
| 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 |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ModifiedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
Added by: Active Solution Solution
| 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 |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
VersionNumber
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Version Number |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- lk_appnotification_createdby
- lk_appnotification_createdonbehalfby
- lk_appnotification_modifiedby
- lk_appnotification_modifiedonbehalfby
- user_appnotification
- team_appnotification
- business_unit_appnotification
- appmodule_appnotification_app
lk_appnotification_createdby
Added by: System Solution Solution
See systemuser Table lk_appnotification_createdby One-To-Many relationship.
lk_appnotification_createdonbehalfby
Added by: System Solution Solution
See systemuser Table lk_appnotification_createdonbehalfby One-To-Many relationship.
lk_appnotification_modifiedby
Added by: System Solution Solution
See systemuser Table lk_appnotification_modifiedby One-To-Many relationship.
lk_appnotification_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Table lk_appnotification_modifiedonbehalfby One-To-Many relationship.
user_appnotification
Added by: System Solution Solution
See systemuser Table user_appnotification One-To-Many relationship.
team_appnotification
Added by: System Solution Solution
See team Table team_appnotification One-To-Many relationship.
business_unit_appnotification
Added by: System Solution Solution
See businessunit Table business_unit_appnotification One-To-Many relationship.
appmodule_appnotification_app
Added by: System Solution Solution
See appmodule Table appmodule_appnotification_app One-To-Many relationship.
See also
About the table reference
Web API Reference
appnotification EntityType