| AX 2012 Model - Get Model manifest | |
|---|---|
| Topic | Work with Models (AX 2012) | 
| Description | Exports a model manifest from an AX 2012 model store | 
| Category | Utility | 
| Microsoft documentation | https://technet.microsoft.com/en-us/library/jj720291.aspx | 
| Parameter: Manifest file path (*.txt, .xml) | |
|---|---|
| Description | The file path to save the model manifest file. | 
| Type | File path | 
| Required | True | 
| Default value | |
| Example value | $/Microsoft Dynamics AX (Test)/MyManifestFile.xml | 
| Parameter: Output type | |
|---|---|
| Description | What should the output format be? Possible values are "XML" or "Plain". | 
| Type | Picklist | 
| Required | True | 
| Default value | XML | 
| Parameter: Source type | |
|---|---|
| Description | What should the source type be? Possible values are "Database" or "File". | 
| Type | Picklist | 
| Required | True | 
| Default value | Database | 
| Parameter: Server config file path (.axc) | |
|---|---|
| Description | The file path of the server configuration file. | 
| Type | File path | 
| Required | True | 
| Default value | |
| Dependency | Only visible if Source type is "Database" | 
| Example value | $/Microsoft Dynamics AX (Test)/Server.axc | 
| Parameter: Model name | |
|---|---|
| Description | The name of the model. | 
| Type | String | 
| Required | True | 
| Default value | |
| Dependency | Only visible if Source type is "Database" | 
| Example value | MyModel | 
| Parameter: Model file path (.axmodel) | |
|---|---|
| Description | The file path of the ax model file. | 
| Type | File path | 
| Required | True | 
| Default value | |
| Dependency | Only visible if Source type is "File" | 
| Example value | $/Microsoft Dynamics AX (Test)/MyModel.axmodel | 
Go back