AX 2012 Model - New Creates an empty model in a AX 2012 model store

AX 2012 Model - New
AX 2012 Model - New
Topic Work with Models (AX 2012)
Description Creates an empty model in a AX 2012 model store
Category Package
Special features
  • Supports creation by parameters
  • Supports creation by Model manifest file
Microsoft documentation https://technet.microsoft.com/en-us/library/jj720245.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 name
Description The name of the new model.
Type String
Required True
Default value
Example value MyModel
Parameter: Target layer name
Description The layer to create the model in.
Type String
Required False
Default value
Example value VAR
Parameter: Definition mode
Description How should the definition of the model be done? Possible values are "Manifest properties" and "Manifest file".
Type Picklist
Required True
Default value Manifest properties
Parameter: Display name (Manifest property)
Description The display name of the model.
Type String
Required False
Default value
Dependency Only visible if Definition mode is "Mainfest properties"
Example value My model
Parameter: Description (Manifest property)
Description The description of the model.
Type String
Required False
Default value
Dependency Only visible if Definition mode is "Mainfest properties"
Example value My model of new features
Parameter: Publisher (Manifest property)
Description The publisher of the model.
Type String
Required False
Default value
Dependency Only visible if Definition mode is "Mainfest properties"
Example value MyCompanyName
Parameter: Install mode (Manifest property)
Description The install mode of the model. Possible values are "Standard", "Overwrite" or "Conflict". See microsoft documentation for more informations about the install mode.
Type Picklist
Required True
Default value Standard
Dependency Only visible if Definition mode is "Mainfest properties"
Parameter: Version (Manifest property)
Description The version of the model. The version is a four-part indicator, in the format Number.Number.Number.Number, for example, 6.0.0.0.
Type String
Required False
Default value
Dependency Only visible if Definition mode is "Mainfest properties"
Example value 1.2.1.1
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 Definition mode is "Mainfest file"
Example value $/Microsoft Dynamics AX (Test)/MyManifestFile.xml

Go back