Introduction

Completed

In Microsoft Dynamics 365 Business Central, you can use interaction functions, such as Message, Error, and Confirm statements, to interact with other users. These interactions are always modal, meaning that the user is temporarily blocked and that they must first select the message before the process continues.

In this module, you'll learn how to work with notifications, which are small messages that appear on top of the page and notify the user. These notifications are non-modal, so a user can continue their work without having to select the message.

You can also perform an action on a notification to open a page when the user selects the notification. Additionally, you'll learn about creating notifications, the functions that are available, and how to add an action to a notification.