Tag Archives: Example
Language Specific Number Formatting
I recently encountered a situation in AX where I needed to convert a number into a string that was specific to the current user’s language setting. AX provides a method called num2str for converting a real number into a formatted … Continue reading
Set Focus to Main Content in EP
Recently while working with a custom control in EP for AX 2012 I came across an issue when trying to set focus to a specific Textbox. I implemented all of the standard focus functions available in code, but none of … Continue reading
Posted in AX 2012, Enterprise Portal, Microsoft Dynamics AX
Tagged AX, AX 2012, Code Sample, Enterprise Portal, EP, Example
Comments Off
Posting a Transfer Order using X++
While working with unit testing in AX, I came across the need to generate a transfer order and post it to generate the associated tables. I have used the FormLetter classes for posting Sales Orders & Purchase Orders in the … Continue reading
Posted in AX 2012, Microsoft Dynamics AX
Tagged Code Sample, Example, Posting, Transfer Order, X++
6 Comments