How to create reservations and item tracking from AL

From my experience Reservations and Item Tracking, in Business Central, is quite often a little confusing, especially when it comes to how data is stored, and how a developer creates reservations and item tracking from AL. To give you a little introduction, I tried to ask ChatGPT https://chat.openai.com/chat about the difference between Item Tracking and …

How to create reservations and item tracking from AL Read More »

How To Extend price calculation

Extendenting price calculation There is 2 to extend Price Calculation in Business Central, either by subscribing to events or by implementing an interface. Both can useable in different scenarios. Here I will make a simple example of how to do it by implementing an Interface. There is more information about extending Price Calculatations here https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extending-best-price-calculations …

How To Extend price calculation Read More »