You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note :** Notifications must be published to be visible by your end users.
66
+
67
+
## Important ❗ What you need to know ❗
68
+
69
+
- Notifications can take up to **5 minutes** to be visible by your end-users. For performance purposes, the query result is cached for 5 minutes until it queries again.
70
+
- Currently, the cache time is hardcoded. This will be configurable in a futur release.
71
+
- Notifications are displayed when user:
72
+
- loads a form record
73
+
- loads a 'entitylist' page
74
+
- Only Notifications that are bound the current model driven app that the end user is on will show up.
75
+
- Only **Published** notifications are displayed.
76
+
- Notifications can be unpublished the same way you publish them.
77
+
- As of now, users are not able to 'dissmiss' notifications as there was no supported way to save that state.
78
+
- The global notifications works around the [Xrm.App](https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/xrm-app) Client-Api
79
+
- The notification mechanism uses the application ribbon to display the notifications. There is a hidden button with a custom enable rule that it's sole purpose is to render the notifications to the ui.
0 commit comments