Tuesday, February 1, 2011

Dynamics AX Easter Egg

Jacob found an Easter egg in Dynamics AX! Try to create and run the following job:-
static void AXEasterEgg(Args _args)
{;
    info(conPeek(new HeapCheck().createAContainer(), 4));
}
A Danish message will be displayed “Hej Mor, her kommer en buffer”. Google Translate this into “Hi Mom, here comes a buffer”. Interesting...

Original post here from Jacob:- http://gotdax.blogspot.com/2010/11/dynanics-ax-wtf.html

2 comments:

Navid said...

the text is now changed to

"buffer buffer buffer buffer"

in AX 2012. :)

Wai Keat Ng said...

Thanks for the update :)