Notifications on BC AL Helphttps://microsoft.github.io/bcalhelp/navpatterns/1-patterns/notifications/Recent content in Notifications on BC AL HelpHugo -- gohugo.ioen-usIn-context Notificationshttps://microsoft.github.io/bcalhelp/navpatterns/1-patterns/notifications/in-context-notifications/Mon, 01 Jan 0001 00:00:00 +0000https://microsoft.github.io/bcalhelp/navpatterns/1-patterns/notifications/in-context-notifications/__By Soumya Dutta at Microsoft Development Center Copenhagen Context Application developers need to raise a notification on events that are not blocking but do require attention from users. Notifications alert users to issues or information, and let them decide whether to react immediately or finish what they’re doing first. Problem Application developers have started to use system calls like CONFIRM or MESSAGE to alert or inform users about a condition. These calls interrupt users by displaying a window in the middle of the screen and forcing an immediate response.Notification Lifecycle Management Patternhttps://microsoft.github.io/bcalhelp/navpatterns/1-patterns/notifications/notification-lifecycle-management-pattern/Mon, 01 Jan 0001 00:00:00 +0000https://microsoft.github.io/bcalhelp/navpatterns/1-patterns/notifications/notification-lifecycle-management-pattern/Notification Lifecycle Management pattern _ By David Bastide at Microsoft Development Center Copenhagen _    Context This pattern is about sending notifications in Dynamics NAV, starting with version 2018, tracking them in the Notification Lifecycle Management framework, and recalling them when needed.  Description Notifications are easy to use in a wide range of cases. Instead of using notifications in a fire-and-forget way, we need to track them so that we can recall them if we need to.