The usual method of programming against a specific dimension in Ax is as follows: salesTable.Dimension[SysDimension::Center + 1] = ‘The cost centre’; However, this code is not technically correct. It relies on the enum value of the dimension matching the array dimension (plus 1), which is not guaranteed. If a developer follows Microsoft’s best practice guide…
Måned: oktober 2011
Webdevelopment
AnLogger – ASP.Net Logger – CodeProject
by Bo Jensen •
AnLogger – ASP.Net Logger – CodeProject
Microsoft Dynamics Ax
Print Report to Printer through X++ Code in DAX 2009 – Microsoft Dynamics AX – Microsoft Dynamics Community
by Bo Jensen •
Re: Print Report to Printer through X++ Code in DAX 2009 – Microsoft Dynamics AX – Microsoft Dynamics AX – Microsoft Dynamics Community
Microsoft Dynamics Ax
Creating a report in X++ code and running – David Ferguson – Site Home – MSDN Blogs
by Bo Jensen •
Microsoft Dynamics Ax, Application Integration Framework
Run jobs instead of waiting for batch processing
by Bo Jensen •
The usual way for the AIF to run is using the batch processing framework, where you setup an interval for the inbound and outbound processing to run. This minute or so can feel like an age when you are in the middle of developing:
Microsoft Dynamics Ax, Application Integration Framework
Top 5 AIF Development Tips and Tricks « Greg On Dynamics Ax
by Bo Jensen •
1. Enable the debugger You will notice, if you put a breakpoint into your document class, that when you run the associated action, the breakpoint will get ignored – leaving you in the dark. This is because the action is called using a ‘runas’ function call to change the user executing the code. To workaround…
