This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
If you get a hotfix from Microsoft or a module from a Microsoft partner, you often only get one or more AXMODEL files. And there is often a great desire to know in advance which objects are affected by the import of this file.
Such information can be read with the Microsoft Dynamics AX 2012 Management Shell:
Here's how it looks:
This output isn't very helpful yet, so we'll get a little more detail in our query and now just query the path from the elements container:
Result:
In the list above you can see that method names are also output. If, for example, I only want to see objects listed, I can do this as follows:
Result:
The automatic adjustment to the output window is still a problem, which leads to the fact that long names are displayed cut off, this can be circumvented as follows:
Result:
If, for example, you only want to output all classes to a text file, you can do this as follows:
Of course you can even sort them:
If you want a CSV file instead of a simple text file, this is also possible (you have to omit Format-Table):
And this is how the CSV file looks like: