D365 Business Central : Hide Enum Values
Enum is great way to centralized your list of options in Business Central. You can define an enum, then use the enum on every…
Enum is great way to centralized your list of options in Business Central. You can define an enum, then use the enum on every…
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…
Sometimes you may need to loop through Enum. To do this, you can use List Data Type. local procedure EnumLoop() var MyEnum: Enum "My…
During my AL training classes, a frequently asked question is how to convert enum values to and from integer or text. So I thought…
With the release of Business Central 2020 Wave 1 lot of new features has been added to make product more prominent. Today we will…