What is the difference between MenuItem types - Display, Action and Output
output normally run reports
action normally run classes
display normally run forms
PS C:\>Export-AXModel -model Packaging -file c:\models\Packaging.axmodel
This example installs the MyModel file into the same layer that it was exported from.
Any conflicts will be pushed to the related update layer.
PS C:\>Install-AXModel -File MyModel.axmodel -Conflict Push
http://technet.microsoft.com/EN-US/library/hh352314.aspx
output normally run reports
action normally run classes
display normally run forms
PS C:\>Export-AXModel -model Packaging -file c:\models\Packaging.axmodel
This example installs the MyModel file into the same layer that it was exported from.
Any conflicts will be pushed to the related update layer.
PS C:\>Install-AXModel -File MyModel.axmodel -Conflict Push
http://technet.microsoft.com/EN-US/library/hh352314.aspx
No comments:
Post a Comment