I was tasked with getting an indirect cost setup to work in project accounting 3, but encountered some problems. Having read the excellent set up guide at http://www.dynamicscare.com/blog/index.php/applying-indirect-burden-costs-to-project-ax-2012-labor-actuals/comment-page-1#comment-3324 (Thanks to Merrie Cosby for this) I proceeded to make the set up according to this guide, but failed to get it working. :( After some debugging I found that there is an error in the calculation of indirect costs when you run Dynamics AX 2012 in other languages than english. When setting up Compounding Rules the “Base amount” that you chose, is actually hardcoded in the logic that makes the calculations. The error can be found in class PSAIndirectCostCalculation method calculate: #define.BaseComponent(‘Base amount’) This could be corrected so that the define is #define.BaseComponent( “@SYS73028″ ) And the check for the BaseComponent if (_sId == #BaseComponent) is chang...
My thoughts on Dynamics AX application development. I have been working as a consultant with Microsoft ERP-technology since 1994. Currently I work at Optimate A/S. My main focus is customization and application development. This blog is merely my place to put stuff that I want to remember. If anybody can benefit from reading this, that's great :0). Feel free to use any code snippets posted - but accept that you do this at your own risk!!!