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: X++ code to add custom lookup on worker to show specific workers team workers only

Error message when you log on to a Microsoft Dynamics AX 4.0 client: "You are not a recognized user of Microsoft Dynamics AX"