Export Import Model example in Ax 2012

Using Export command then no space should exists in your model name but if you have blank space in model name then single quote is required.

Example of Exporting model

Export-AXModel –Model 'Model1' -File d:\model1.axmodel

Example of Importing Model

Install-AXModel -File d:\Model1.axmodel -Details

Example to delete Model

Uninstall-AXModel -Model "USR Model"

To execute above command you need to open Microsoft Dynamics AX Management Shell.
x

Comments

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365: Modifying check report along with the slip text

D365/ Ax2012: X++ code for custom lookup to show customer account and Name