Notifications inside Dynamics 365 Business Central
Dynamics 365 Business Central permits you to programmatically send non-intrusive notifications to your users inside the web client user interface to display information, messages, or error notifications. These notifications are non-modal, so they don't require your users to stop working and perform some action on the notification message immediately. They can also be dismissed if necessary.Notifications appear in the notification bar at the top of the page in which the user is currently working. The application can send multiple notifications to the user, and they will all appear in the notification bar in chronological order. They will remain in the notification bar until the user takes action on them, dismisses them or for the duration of the page instance.As a developer, you can programmatically create notifications by using the Notification
and NotificationScope
AL objects.As an example of how to use Notifications
inside Dynamics...