The control add-in object allows you to add custom functionality to Dynamics 365 Business Central. A control add-in is a custom control, or visual element, for displaying and modifying data within an iframe or a page. For example, a control add-in can display the content of a webpage, visualize data as a chart or on a map, or host a custom web application. Control add-ins can exchange data with the Dynamics 365 server on various data types and respond to user interaction to raise events that execute additional AL code.
https://learn.microsoft.com/en-us/dyn...
https://learn.microsoft.com/en-us/dyn...
In this series, we will implement control add-ins in Business Central.
Contents
0:00 (Introduction);
1:45 (Create a new control add-in in Visual studio code);
9:30 (Add a control add-in to a page);
11:40 (Test the control add-in control ready function);
13:00 (Conclusion);