Binding Event Subscriptions in Business Central
Views (2)
Events Subscriptions in Business Central In Business Central, event subscriptions allow extensions to hook into core application logic, enabling customization without modifying base code. The publisher declares an event at an occurrence in the application. An event publisher method has a signature only and doesn’t execute any code. The publisher exposes an event to subscribers, …
This was originally posted here.

Like
Report
*This post is locked for comments