AX 2012 Model - Uninstall | |
---|---|
Topic | Work with Models (AX 2012) |
Description | Uninstalls a model from an AX model store |
Category | Package |
Special features |
|
Microsoft documentation | https://technet.microsoft.com/en-us/library/jj720264.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: Identification type | |
---|---|
Description | How should the identification be done? Possible values are "Model name", "Layer name", or "Manifest file". |
Type | Picklist |
Required | True |
Default value | Model name |
Parameter: Model name(s) | |
---|---|
Description | The name of the model(s). (comma-separated) |
Type | String |
Required | True |
Default value | |
Dependency | Only visible if Identification type is "Model name" |
Example value | MyModel, MySecondModel |
Parameter: Layer name(s) | |
---|---|
Description | Specifies the three-letter name of the Microsoft Dynamics AX layer(s) where the model is installed, for example, VAR. (comma-separated) |
Type | String |
Required | True |
Default value | |
Dependency | Only visible if Identification type is "Layer name" |
Example value | VAR, USR |
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 | |
Example value | $/Microsoft Dynamics AX (Test)/MyManifestFile.xml |
Parameter: Show model details | |
---|---|
Description | Should the model details be shown? |
Type | Boolean |
Required | False |
Default value | False |
Go back