Hi,
can anyone guide me how to Export and Import AxModel from One Environment To another environment.
Thanks in Advance
Hi,
can anyone guide me how to Export and Import AxModel from One Environment To another environment.
Thanks in Advance
You can use Windows Powershell or AXUtil using Command Prompt for Export/Import Ax Model. By the way you must be logged in as Administrator.
To Export AXModel by using Command Prompt type the following code
axutil export /model:“Model Name” /file:"C:\Name.axmodel"
To Import AXModel by uisng Command Prompt type the following Code
axutil import /file:"C:\Name.axmodel"
For more details Export and Import a Model