Difference between revisions of "In-app notifications"

From Power Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
== Community Resources ==
 
== Community Resources ==
 +
=== Articles ===
 
* [https://crmtipoftheday.com/1418/in-app-notifications-in-model-driven-apps/ Tip #1418: In-app notifications in model-driven apps] by George Doubinski 2021-09-27
 
* [https://crmtipoftheday.com/1418/in-app-notifications-in-model-driven-apps/ Tip #1418: In-app notifications in model-driven apps] by George Doubinski 2021-09-27
 
* [https://itmustbecode.com/embed-images-in-model-driven-in-app-notifications/ Embed Images in Model-Driven In-App Notifications] by David Rivard 2021-09-22
 
* [https://itmustbecode.com/embed-images-in-model-driven-in-app-notifications/ Embed Images in Model-Driven In-App Notifications] by David Rivard 2021-09-22
Line 25: Line 26:
 
* [https://saralagerquist.com/2021/09/21/how-to-create-in-app-notifications-with-navigation-in-model-driven-apps-with-power-automate/ How to create in-app Notifications with Navigation in Model-driven Apps with Power Automate] by Sara Lagerquist
 
* [https://saralagerquist.com/2021/09/21/how-to-create-in-app-notifications-with-navigation-in-model-driven-apps-with-power-automate/ How to create in-app Notifications with Navigation in Model-driven Apps with Power Automate] by Sara Lagerquist
 
* [https://itmustbecode.com/send-model-driven-in-app-notifications-with-power-automate/ Send Model-Driven In-App Notifications with Power Automate] by David Rivard 2021-09-03
 
* [https://itmustbecode.com/send-model-driven-in-app-notifications-with-power-automate/ Send Model-Driven In-App Notifications with Power Automate] by David Rivard 2021-09-03
 +
 +
=== Tools ===
 +
* [https://github.com/DynamicsNinja/InAppNotificationBuilder In-App Notification Builder for XrmToolBox] by Ivan Ficko
 +
* [https://www.xrmtoolbox.com/plugins/Fic.XTB.InAppNotificationBuilder/ In-App Notification Builder] by Ivan Ficko

Revision as of 17:14, 2 December 2021

In-app notifications
Use Cases Send messages to users within model-driven apps
Public preview 2021-08-26
General availability
MS Docs In-app notifications in MS Docs
MS Learn

The in-app notifications feature can be used in your model-driven apps in order to send notifications to app users. The notifications will be stored in a "notification center" until they are dismissed or expired. By default, notifications expire in 14 days but the expiration date can be modified by a system administrator.

Good to know

In-app notifications give the user notifications within the model-driven app and these notifications can be seen when using the app. Other alternatives for notifying users are e.g. using form notifications (with JavaScript) and Power Automate Cloud Flows to send e-mails or using the Microsoft Teams connector to have messages in Teams. With Plugins you can use the InvalidPluginExecutionException in order to e.g. prevent saving a row as part of some business logic.

Microsoft Resources

Community Resources

Articles

Tools