AX 2012 Model - Export | |
---|---|
Topic | Work with Models (AX 2012) |
Description | Exports a model from an AX 2012 model store |
Category | Package |
Special features |
|
Microsoft documentation | https://technet.microsoft.com/en-us/library/jj720261.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: Model file path (.axmodel) | |
---|---|
Description | The file path to save the ax model file. |
Type | File path |
Required | True |
Default value | |
Example value | $/Microsoft Dynamics AX (Test)/MyModel.axmodel |
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 |
Parameter: Strong-name key pair file path | |
---|---|
Description | Specifies the strong-name key pair file to use to sign a model. To strong-name sign a model, you must use the Strong Name Tool (SN.exe) to generate a key pair file. |
Type | File path |
Required | False |
Default value | |
Example value | $/Microsoft Dynamics AX (Test)/MyModelKey.snk |
Go back