August 2017 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
- Multidimensional array in Microsoft Dynamics AX
- AX2012: Using the Excel add-in, you might receive the error: “The role that you are assigned does not have permission to access the selected data.”
- AX2012 – The Complexities of an upgrade
- AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- SysDictTable object not initialised: Error
Recent Comments
- Sascha Storzum on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- Johan Groenewald on SysDictTable object not initialised: Error
- Bettina Gregersen on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- Mohammad Muneeb on SysDictTable object not initialised: Error
- Johan Groenewald on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
Archives
Categories
Monthly Archives: August 2017
Multidimensional array in Microsoft Dynamics AX
So, we had the situation where we needed to use a multidimensional array within AX. AX can only handles a single dimensional array, and using the .NET classes, caused some issues when with type conversions. Eventually we ended up creating … Continue reading