A few years a go I made a few posts about numbersequences, in these posts I forgot to mention that you need to execute the following job before you can find your new created Numbersequence. static void NumberSeqLoadAll(Args _args) { NumberSeqApplicationModule::loadAll(); }static void NumberSeqLoadAll(Args _args) { NumberSeqApplicationModule::loadAll(); }
Archives
Microsoft Dynamics AX 2012 X++ Editor Extensions
Improve your Ax 2012 code editor with Some extensions found on CodePlex.
Microsoft Dynamics is sponsoring the Lotus formula1 team
Ax2009 Event Processing Error
I have a customer that gets a error every time the EventJobCUD-batch (Change Based Events) runs. They got the following error: After some reseach I found out that when 2 fields are changed at the same time, you go several times through the listChangedFieldsEnumerator (location ClassesEventProcessorCUDprocessUpdate) 1 2 3 4 5 6 7 8 9 … Continue Reading
Change the language at runtime
Normally when you change your language you go to your user options, change your current language and the restart the client. This week I got the question if it was possible to do so in runtime. You can do so by just calling the infolog.language(str 7 _languageCode). All labels that you load after calling this … Continue Reading
Amount in words
This week one of my customers asked me to place the amount in words on a invoice. I couldn’t believe that sush function wasn’t availible in standard Ax. After some research I found that the Global-class contains the following methods: static TempStr numeralsToTxt(real _num) static TempStr numeralsToTxt_EN(real _num) static TempStr numeralsToTxt_ES(real _num) static TempStr numeralsToTxt_FR(real … Continue Reading
How to run a Microsoft Ax 2012 Hyper-V on VirtualBox (Enterpris Portal Problem)
In my previous post I described how to run the standard Microsoft Ax 2012 Hyper-V VPC on your regular Windows Client with VirtualBox. There was one thing I forgot to mention, when you want to use the Enterprise Portal (and you probably will) you need to adjust the windows hosts-file on the VPC. How: Just … Continue Reading
Technical Conference 2011 (Nice) – Just a weekend away
Hi everyone, Together with some colleagues, I will attend the Technical Conference in Nice next monday. Iām very exited, as this is a the first Dynamics conference I’ll attend. Since my plane leaves tomorrow morning at 10:15 (local time Belgium) my Saturday will be preparing my luggage and myself mentally to step in the airplane … Continue Reading
Inside Microsoft Dynamics AX 2012 (YouTube)
A while ago a cross some YouTube clips ‘Inside Dynamics Ax 2012’. I just found a blogpost that groups them all: http://daxdilip.blogspot.com/2011/08/inside-microsoft-dynamics-ax-2012.html Have fun watching…
Microsoft Dynamics AX Technical Conference 2011, Nice
Last week I received my confirmation for the Microsoft Dynamics Ax Technical Conference in Nice. The event is scheduled to be held from November 14 ā 16 in NICE Acropolis, Nice, France. You can find more info on the event’s homepage. I’ll keep you up-to-date š