09Apr
Dynamics 365 Business Central: How to Record Events in Business Central
When you are developing an extension for Dynamics 365 Business Central and you need to interact with the standard Microsoft’s code, one of the hardest problems is detecting which event you can subscribe to (As you already know, you cannot modify standard code in the D365BC platform, but you can only attach to events raised by the platform).
In Business Central there is feature available to see which events are executed during process you ran, and one can record this event using event recorder.
Refer the below steps for detail explanations:
Step 1: Search for Event recorder.

Step 2: Click on Event recorder which will show as below, here you have a Record Events menu with a Start and Stop button. Press Start to start the recording process:

A confirmation dialog appears. Press Yes to start recording events:

Step 3: Go to Another Browser and start executing the required process. In this example I am creating an order
Step 4: When you have finished the process, press the Stop button in the Event Recorder page.
Now go back first browser and click on record Events –> Stop

Once you click ‘Yes’ then it will display all the raised events are logged in the exact order they were called, and you can see the event (name and type) and the object where the event is published:


Go to the last columns i.e. Get AL Snippets where you will get AL code for the events.


Step 5: You can refer the event and use it in your AL extension project in Visual Studio Code.

Note: event is shown in VS code editor just for example purpose not related to above triggered event.
Related
Hi All, if you are worrying how to calculate sum of the effort fields in VSTS, here is the solution....
Read More >
In this blog we will discuss about Multiple Team Capacity. This feature provides information of Team...
Read More >
NOTE: Microsoft Azure recommends Azure App Service Mobile Apps for all new mobile backend deployment...
Read More >
Canarys has successfully completed the Surveillance Audit and has been certified for ISO 9001:2008. ...
Read More >
DevOps words means many things to many people and all the definitions might be partly right. DevOps ...
Read More >
Using many features of VSTS allow you to get started quickly and even make it easier to build, ...
Read More >
Customers who purchase an Advanced Security license from GitHub get access to additional security ca...
Read More >
Are you looking for any HTML Parser?Want to traverse through HTML DOM elements?Want to read properti...
Read More >
Assume you have 3 nodes cluster of which two of them are having lower hardware resources and one of ...
Read More >
Share