Pages

Banner 468 x 60px

 

Thursday, February 27, 2014

Creating a Matrix Report [AX 2012]

0 comments
In this walkthrough, you will create a report to display customer transaction data in a matrix data region. A matrix data region displays data in a two-dimensional grid of columns and rows that intersect at specific data points. When defining a matrix data region, you can specify column and row groupings. The data that appears in the detail cells are aggregates based on the intersections of columns and rows. This walkthrough...
Read more...

Sunday, February 23, 2014

This virtual machine appears to be in use .vmdk - how to resolve?

0 comments
Issue :- This virtual machine appears to be in use.  If this virtual machine is already in use, press the "Cancel" button to avoid damaging it. If this virtual machine is not in use, press the "Take Ownership" button to obtain ownership of it. Solution :- you will have .lck folders in the directory where you will have the .vmdk file. Delete them and try again.    real work....!!!!...
Read more...

Friday, February 14, 2014

Tips & Tricks around debugging X++ code in Dynamics AX

0 comments
When you are developing X++ code for Dynamics AX over the time you will for sure run into a situation where the below Tips & Tricks can make your debugging live easier. The information are no secrets it is just hard finding them the very first time you need them. Since I was also once in the situation needing to find them, I thought it is maybe a good idea to collect the most useful ones I'm using day to day... The most oblivious one: Interrupting the code execution When you have written some code that is causing an endless loop (or a very long execution) and you want to know what...
Read more...

Thursday, February 6, 2014

Create Primary Key at AX 2012

0 comments
At The Properties Index > AllowDuplicates change NO....
Read more...

A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH