- regconfig
- startupcmd
- language
To compile the Apllikation on startup use the following command:
-startUpCmd=compileAll
To generate CIL on startup:
-startupcmd=CompileIL
to compile with cross reference:
-startUpCmd==compileAll_+
TECHNICAL TOPICS: MICROSOFT DYNAMICS AX & DYNAMICS 365 FOR FINANCE AND OPERATIONS - ENTERPRISE EDITION
if (isConfigurationkeyEnabled(configurationkeynum(myConfigKey)) == true) { //do something... }