Posts

Image
Hello Everyone, In this article, we would discuss  about Notifications topic in Dynamics 365 Business Central.  Learning Objectives : 1. Introduction 2.Create Notification 3. Identity difference between model and non-model messages. 4. Send notifications 5. Add actions to a notification. 6. Pass data by using notifications. 1. 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 . 2. Notifications are a way to inform the user, without having to block them, about a situation that takes place. I wrote below code according to my requirement.   Fig 2.1 Created Variable with datatype Notification. Fig 2.2 3.  Model : User will be temporarily blocked meaning user can’t continue without responding to Message or co...