Posts are filtered by Author (Arūnas Prišmontas ). Click here to see all posts.

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. In this blog post, you will learn how to write code with Enum, create and implement the interface in Business Central and how it will empower extendable Enums.