Skip to content

Commit 816ac84

Browse files
authored
Merge pull request #8688 from MicrosoftDocs/adrianorth-inapp-1
Update send-in-app-notifications.md
2 parents 6e9af16 + c0535bb commit 816ac84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/send-in-app-notifications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,12 +1119,13 @@ In addition to the appropriate table permissions, a user must be assigned the **
11191119
|Usage|Required table privileges|
11201120
|------------|----------------|
11211121
|User has no in-app notification bell and receives no in-app notification |None: Read privilege on the app notification table. |
1122-
|User can receive in-app notifications|<ul><li>Basic: Read privilege on the app notification table.</li><li>Create, Read, Write, and Append privileges on the model-driven app user setting.</li><li>Read privileges on setting definition.</li></ul> |
1122+
|User can receive in-app notifications|<ul><li>Basic: Read privilege on the app notification table.</li><li>Create, Read, Write, and Append privileges on the model-driven app user setting.</li><li>Read and AppendTo privileges on setting definition.</li></ul> |
11231123
|User can send in-app notifications to self |Basic: Create and Read privileges on the app notification table, and Send In-App Notification privilege. |
11241124
|User can send in-app notifications to others |Read privilege with Local, Deep, or Global access level on the app notification table based on the receiving user's business unit, and Send In-App Notification privilege. |
11251125
| User can delete in-app notifications | Global: Delete privileges on the app notification table. |
11261126

11271127

1128+
11281129
## Notification storage
11291130

11301131
Because the app notification table uses the organization's database storage capacity, it's important to consider the volume of notifications sent and the expiration setting. More information: [Microsoft Dataverse storage capacity](/power-platform/admin/capacity-storage)

0 commit comments

Comments
 (0)