Monthly Archives: May 2009

Logging independently of transaction scope by using a separate thread in Dynamics AX

Good morning, Continuing on the topic of good ideas to palliate lazy code designs (ref: previous post on runbuf()), I wanted to discuss a possible way to write to a table from inside a TTS (between a begin and a … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on Logging independently of transaction scope by using a separate thread in Dynamics AX

Basic calculator using runbuf() in Dynamics AX

Good evening, If you ever need to build a mathematical calculator in Dynamics AX, you might consider using runbuf() as basis for the code. The only critical considerations are to make sure that an attacker cannot use the calculator to … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on Basic calculator using runbuf() in Dynamics AX