Try the following job in Dynamics AX: static void Job16(Args _args) {; info(conPeek(new HeapCheck().createAContainer(), 4)); } I've tested it in Dynamics AX 2009 and Axapta 3.0, so I guess it would work in Dynamics AX 4.0 also. Translated from danish the result reads: "Hi mum, heres comes a buffer" An AX easter egg. :) 2012.11.07 - Update: Just tried the same "fun" job in Dynamics AX 2012. It seems that the good people at Microsoft have been reviewing some of the old kernal functions, as the result of running the above mentioned is now: "buffer buffer buffer buffer". 2023.08.30 - Update: "buffer buffer buffer buffer" is still the boring result in D365. :)
My thoughts on Dynamics AX application development. I have been working as a consultant with Microsoft ERP-technology since 1994. Currently I work at Optimate A/S. My main focus is customization and application development. This blog is merely my place to put stuff that I want to remember. If anybody can benefit from reading this, that's great :0). Feel free to use any code snippets posted - but accept that you do this at your own risk!!!