Events and extensions are the core of the new development model for Microsoft Dynamics NAV 2018 and, overall, Microsoft Dynamics 365 Business Central:
- Events: This is a new model to help you create safe, upgraded extensions to Microsoft Dynamics NAV and in Microsoft Dynamics 365 Business Central. It is designed for cloud, multitenancy, and repeatability, which will enable developers to change behavior and add functionality without explicitly modifying source code (Microsoft gives developers a pre-built way to add customizations). It's a modern programming style in terms of C/AL Style; an event is like an integration point, or "hook", into Microsoft Dynamics NAV.
- Extensions: This is the correct way for you to think ...