by Maria Ocampo | Updated January 7, 2021 | Dynamics 365 Business Central, Dynamics NAV
Recently, I’ve come to learn a very interesting fact about data types (such as Lists and Dictionaries). For a little background: A List data type is defined as a strongly typed list of objects that can be accessed by index. You can check all the methods available for...
by Maria Ocampo | Updated January 7, 2021 | Dynamics 365 Business Central
An event subscriber is an AL method that listens to a specific event and determines which action to take when that event is raised. Sometimes you need to subscribe to an event, but you need to control when that method code must be run. This can be done using the...
by Maria Ocampo | Updated January 7, 2021 | Dynamics 365 Business Central
One important thing to know about keys when developing a table extension in Microsoft Dynamics 365 Business Central is that you can create one or more keys, but the scope of that key is just the extended table. You cannot reference fields from the table you are...