The new concept 'Model' in AX 2012

Posted Sprite.z

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The new concept 'Model' in AX 2012相关的知识,希望对你有一定的参考价值。

There is a new concept \'Model\' in AX 2012 rather than AX 2009. It can be considered as a container to store all the AOT elements. If you have some experience in .NET programing, you can regard it as \'Namespace\'. Yes, it is only a virtual container or space to store or organize the AOT elements (Objects). We can use it to export and import the project in AX 2012.

We can use the tool \'AXUtil\' to maintain all the models in AX. Locate in the path \'%ProgramFiles%\\Microsoft Dynamics AX\\60\\ManagementUtilities\' by using the \'Windows command prompt\'. The command \'AXUtil /?\' is to show the help.

Open the AOT(Ctrl + D) in AX 2012, we can get the model infomation in the status bar.

How to maintain model? Pls. refer to the below command.

//Create new model
AxUtil create /model:"New Model" /Layer:USR    

//Export model
AxUtil export /model:"New Model" /file:NewModel.axmodel

//Import model
AxUtil import /file:NewModel.axmodel

//Delete model
AxUtil delete /model:"New Model"

  

以上是关于The new concept 'Model' in AX 2012的主要内容,如果未能解决你的问题,请参考以下文章

New Concept English Two 13 31

New Concept English there

02_swarm mode key concepts

npm run dev--The 'mode' option has not been set, webpack will fallback to 'production

Vue学习之webpack打包报The 'mode' option has not been set

The Concept of a Process