-
Notifications
You must be signed in to change notification settings - Fork 18
Create Method
Volodymyr Afanasiev edited this page Apr 4, 2019
·
4 revisions
For creating new method, you should click on project then select Aras Innovator and Create new method. Also, you can click button on Aras Innovator Ribbon
Figure 8. Create new method button in ribbon
Figure 9. Create new method dialog
Number | Description |
---|---|
1 | Dialog title |
2 | Combo box for choosing method type. Now supported only “Server” type |
3 | Combo box for choosing template. Templates loading from method-config.xml file and filtered by selected language. |
4 | Combo box for choosing template. Templates loading from method-config.xml file and filtered by selected language. |
5 | Display code of selected template and “Event data” changes applied to template code |
6 | Display selected identity which will be able to run this method in innovator |
7 | Combo box for select or create package definition where method will be stored |
8 | Name for method |
9 | Combo box to change enable/disable state of code formatting |
10 | Language which will be used for creating method. Now only CSharp is available |
11 | Combo box for selecting “Event Data”. For example, it’s can be “OnBeforeUpdate”, “OnPromote” etc. |
12 | Button for selecting Identity which will be able to execute this method in Aras Innovator |
13 | Cancel button. This button closes this dialog |
14 | Ok button. Close dialog and create method in Visual Studio |
Table 2: Description of Create new method dialog
After click to Execution allowed button Search dialog will be displayed
Figure 10. Search dialog