Posted inDynamics NAV & BC Tips & tricks
How to write code with Enum and Interface in Business Central?
With the Microsoft Dynamics 365 Business Central 2019 wave 2 release, Microsoft made available a new data type – Enumeration (Enum). Enum is a list that consists of a set of named constants. It can be used as table fields, local and global variables, and parameters.…