AX 2012 Application Analysis Tool
Handy tool for developers to easily analyse trace files, database models, and X++ classes to understand how the application has been constructed. More information can be found in Application Analysis Tool User Guide [AX 2012] Download available from InformationSource services download page.
AX 2012 Error in processing cubes
Error in processing cubes Only dimension attributes and attribute relationships can have translations in Standard Edition. Solution: Delete the analysis project, temp directory with the analysis project and the analysis project in the AOT. Use the wizard to build the project.
E-Mail notifications in MS Dynamics AX 2012
In my first posts I have shared the collaboration offering by MS Dynamics AX 2012, and Alert management in MS Dynamics AX 2012, in this post I will walk through the sending e-mail notification in MS Dynamics AX 2012 based on notifications (alert rules) in MS Dynamics AX 2012. An automatic notification triggered by changes and [...]
Test target in unit tests
When you set the SysTestTargetAttribute in a unit test case class, you should take care in assuring the validity of the attribute. There are no warnings or errors if your point to an element that does not exist.If you run unit tests with code coverage,…
AIF: Execute messages on demand
Sometimes when you try to debug problems with an AIF message, you’d like to just execute it rather than wait for the batch server to pick it up.This job can do just that. It requires the GUID of the message and a call to \Classes\AifInboundProcess…
Spelling issue with the LogisticsAddresssCity table
If you need to use the LogisticsAddresssCity table, the editor’s intellisense feature will quickly enough offer you the LogisticsAddressCity option.But beware; this is the extended data type LogisticsAddressCity, which the icon and the tooltip correctl…
Sample file import with StreamReader
Here is one example of how you can import files with .NET’s StreamReader:static void ImportWithStreamReader(Args _args){ Filename filename = @’C:\Temp\importme.txt’; &nbs…
Microsoft Dynamics AX vs. SAP Business All-in-one
SAP and Microsoft continue to dominate the enterprise resource planning domain. Microsoft who was actually playing second fiddle some years back is back in the reckoning for the top spot with its Dynamics AX solution.Microsoft Dynamics AX 2012 development and implementation is geared towards more user adoption since it offers better returns in many aspects compared [...]
Alert Management in MS Dynamics AX 2012
In my first post in 2012 I have shared the collaboration officering by MS Dynamics AX 2012, in this post I will walk through the Alert Management (Alert rules) in MS Dynamics AX 2012 where a specific changes occurred within MS Dynamics AX 2012. An automatic notification triggered by these changes and send alert with [...]
Common Terms Used In ERP Implementation
There are some common terms that are used over all the phases of the ERP implementation. It is confusing and cause a gap between the application consultant and the customer implementation team because these terms are very close in the meanings but different in the purpose and its functionality. Some of these terms are Installation, [...]