Posted inDynamics NAV & BC Tips & tricks
An examples of how to use D365 Business Central interfaces
Interfaces are somehow like codeunits, excepting that an interface can only contain method signatures(name, parameters), not also the implementation of these methods. Interfaces are a way to achieve polymorphism. Polymorphism means “to have many forms”, so an interface can be used to call functions from different…