Enum is great way to centralized your list of options in Business Central. You can define an enum, then use the enum on every objects (such as table, page, report,
Enum is great way to centralized your list of options in Business Central. You can define an enum, then use the enum on every objects (such as table, page, report,
Sending an enum parameter to a form allows a form to be re-used for several different purposes. Developers can send parameters to forms in D365 F&O to control what data
Sometimes you may need to loop through Enum. To do this, you can use List Data Type. local procedure EnumLoop() var MyEnum: Enum "My Enum"; EnumIndex: List of ; iMax,
During my AL training classes, a frequently asked question is how to convert enum values to and from integer or text. So I thought it would be a good idea
With the release of Business Central 2020 Wave 1 lot of new features has been added to make product more prominent. Today we will see how to create enum in