Use Enums as Text Constants

Earlier in January AJ Kauffmann tweeted a question about using Enum as Text Constants and a few weeks later I found a great use case for that. In this video, I show how to use Enum to store large constant strings. Source : Hougaard.com Read more...

Multilingual Reports: Labels vs Text Constants

Microsoft Dynamics NAV reports, starting from version 2013, contain multiple ways of storing captions and text constants to handle multilingual reports. There are certain types of reports which are printed cross-language. E.g., multiple sales invoices can be printed in several languages, depending on the customer they…

Constants in C/AL

Let’s start this post with a little example: In the MSXML library, the XMLDocument class has a method called CreateNode, which accepts an integer representing the desired node type as its first parameter. Bron : Zen & the Art of C/SIDE Development Lees meer...