shashisadasivan / SSD365VSAddIn

Visual studio addin for D365 Finance and operations
https://shashisadasivan.github.io/SSD365VSAddIn/
MIT License
35 stars 22 forks source link

Create templates for SysOperationFramework #31

Closed shashisadasivan closed 4 years ago

shashisadasivan commented 4 years ago

Main menu item - to create classes to support SysOperationFramework This should create the 3 classes required, And optional UIBuilder

shashisadasivan commented 4 years ago

When building the first time after the objects are added an error shows that the Method on the controller class should be static. Also the signature on the controller class should be static. Rebuilding again fixes this.

shashisadasivan commented 4 years ago

Replacement code is case sensitiv, so each of the replacement that needs to be done has to be case sensitive. e.g. MyValue and myValue are different