Commands to Export and Import Model in Dynamics ax 2012
Hello guys,the following commands will help you to import and export model in ax 2012. Export Model : ---------------------- On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell. At the Windows PowerShell command prompt, PS C:\>, type one of the following commands, and then press ENTER. Export-AXModel -Model <name> -File <Filename.axmodel> Example:Export-AXModel -Model TestModel -File D:\\models\testmodel.axmodel Here,TestModel is model name. Import Model ; -------------------------- Install-AXModel -File <Filename.axmodel> -Details or Install-AXModel -File <Filename.axmodel> -Details -Conflict Push Example:C:> Install-AXModel -File D:\\models\testmodel.axmodel -Details Command to get list of models installed: ----------------------------------------------------- axutil list Example:C:>axutil list Comma...