by Sourabh Khosla | Updated August 15, 2016 | Development, Dynamics AX
Before I go ahead and explain the code for removing Line Feed and Carriage Return in Dynamics AX, lets discuss what’s the actual difference between these two? Line Feed – LF – \n – 0x0a – 10 (decimal) Carriage Return – CR – \r – 0x0D – 13 (decimal) As different...
by Sourabh Khosla | Updated August 15, 2016 | Development, Dynamics AX
So, recently I was working on a requirement where I had to fetch the Unit of Measures for each Item. (I would leave the details on why and would rather focus on How ). For those folks who are not much aware about the Unit of Measure conversions that AX offers,...
by Sourabh Khosla | Updated August 30, 2016 | Development, Dynamics AX
Well, we have all been there… you are working with dates in Dynamics AX and you realize there are tons of functions out there for dates… which one to pick? And actually almost all the time I cannot find what I need. So, I am just going to write out...
by Sourabh Khosla | Updated August 15, 2016 | Development, Dynamics AX, Reporting
The other day when I was going through one another check (cheque) customization in AX 2012, I found that there was one more possible solution that I did not discuss in my previous blog in my previous blog post. If you open the Visual Studio design of the report, you...
by Sourabh Khosla | Updated November 5, 2020 | Development, Dynamics AX, Set Up
Yesterday, a Functional consultant came up to me asking why his form is not getting resized? And even when he was trying to maximize the form it was not getting displayed properly. Below, I’ll walk through the steps to resize a form in Dynamics AX. Example of a...