AX 2012 Model - Move | |
---|---|
Topic | Work with Models (AX 2012) |
Description | Moves a model within a AX 2012 model store |
Category | Package |
Special features |
|
Microsoft documentation | https://technet.microsoft.com/en-us/library/jj720254.aspx |
Parameter: Server config file path (.axc) | |
---|---|
Description | The file path of the server configuration file. |
Type | File path |
Required | True |
Default value | |
Example value | $/Microsoft Dynamics AX (Test)/Server.axc |
Parameter: Target model name | |
---|---|
Description | The model to be replaced. |
Type | String |
Required | True |
Default value | |
Example value | MyTargetModel |
Parameter: Identification type | |
---|---|
Description | How should the identification be done? Possible values are "Model name" or "Manifest file". |
Type | Picklist |
Required | True |
Default value | Model name |
Parameter: Model name | |
---|---|
Description | The name of the model. |
Type | String |
Required | True |
Default value | |
Dependency | Only visible if Identification type is "Model name" |
Example value | MyModel |
Parameter: Manifest file path (.xml) | |
---|---|
Description | Specifies an XML file that identifies a model. Use the \"AX2012 Model - Get Model manifest\" Build step to output a sample manifest file. |
Type | File path |
Required | True |
Default value | |
Dependency | Only visible if Identification type is "Manifest file". |
Example value | $/Microsoft Dynamics AX (Test)/MyManifestFile.xml |
Go back