Posted inDynamics NAV & BC Tips & tricks
How to extend 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. Source : BCDEV.TECH Read…