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...
Featured Post 1 with Small Thumbnail
Featured Post 2 with Small Thumbnail
Featured Post 3 with Small Thumbnail
Featured Post 4 with Small Thumbnail

Dynamics 365
Dynamics 365...More

Dynamics AX 2012
Dynamics 2012...More

Title Featured Post 3
Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros...More

Title Featured Post 4
Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam...More
Thursday, February 27, 2014
Sunday, February 23, 2014
This virtual machine appears to be in use .vmdk - how to resolve?
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....!!!!...
Friday, February 14, 2014
Tips & Tricks around debugging X++ code in Dynamics AX
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...
Thursday, February 6, 2014
Subscribe to:
Posts (Atom)
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