Save Method to AML Package - arasplm/ArasVSMethodPlugin GitHub Wiki
This command gives possibility to save method from Visual Studio to local AML package. For save method to AML package you should right click to method file and select Aras Innovator -> Save method to AML package. Also, you can run this command from ribbon.
Figure 1. Save method to AML package button in ribbon
Figure 2. Save method to AML package dialog
Number | Description |
---|---|
1 | Selected path to AML package |
2 | Button for showing brows directory dialog |
3 | Selected method type. Only “Server” type is supported |
4 | Selected method language. Only CSharp is supported |
5 | Selected method template name. For default is “None” if not specified |
6 | Event data which will be applied for method |
7 | Selected method code preview |
8 | Identity which can execute method in Aras Innovator |
9 | Comment of method |
10 | Button for search identity which can execute method in Aras Innovator |
11 | Package definition where method should be save. If method already attached to different package then message with approving from user will be shown |
12 | Method name for saving |
13 | Ok button. Save method to Aras Innovator |
14 | Cancel button. Close dialog |
Table 1: Description of Save method to AML package dialog