I have run into several instances where I would like an easy way in SQL to convert an enum into its label equivalent. Converting some stuff by hand just to get meaningful data can be tedious; LedgerTransType is a good example. So, I created this simple solution. The attached project allows you to dump out to a table, called AAX_EnumDictionary, all of your enums so you can join then in on a…
Continue Reading Nathan Clouse’s Article on their blog
AX 2012 Enum Dictionary For Reporting
Blog Syndicated with Nathan Clouse’s Permission