We all know that Dynamics 365 Business Central online development can only be done through extensions. Accessing code base extensibility is guaranteed by subscribing to standard event publishers.
Considering that there are several thousands of standard event publishers all over the application and the number is growing with every online update, finding the right spot to hook up a standard publisher is sometimes as hard as trying to find the proverbial needle in the haystack.
The recommended way to find out the appropriate entry point at which to subscribe is to use the Event Recorder.
This application feature is a must if you do not know what standard objects are, or you do not have access to the third-party source code in order to look at publisher definitions (in the event the code you subscribe to is part of a third-party extension or a private...