Recently I've applied the Payroll tax updates for AX 2012 R2 - 2014-R8 on the top of CU7. One of the issue that our team resolved was the @DMF label files loss. After applying KB2968253 the DMF label file disappeared from AOT, SYP labels model. From the support team I've obtained another hotfix that resolves this issue. At the moment of fixing this hotfix was not publicly available. So, I decided to share it... It may help someone else.
Wednesday, August 20, 2014
Wednesday, August 6, 2014
Hello ERP world!
Hello dear AX community, this is my first blog. Here I want to share my personal experience gained in the ERP world. Currently I'm a software developer and from the very beginning of my carrier, someway, I was absorbed by this world. I did my first steps with 1C Enterprise. Now, the primary battlefield, for me, is Microsoft Dynamics AX and the main intention is to post in this blog excerpts of my experiences.
How to compare two table buffers. Or how to understand which fields were updated.
Sometimes I need to understand which field values were updated. In most of the cases we can override the modifiedField() method on a table... But what if I don't want to check all (or almost all) table fields on this method? The best solution that I'm using is to compare the original table buffer with current. So, I'm going to share this approach...
Subscribe to:
Posts (Atom)