shashisadasivan / SSD365VSAddIn

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

Code extension of Form Datasource from form extension design includes the full extension name #47

Closed shashisadasivan closed 3 years ago

shashisadasivan commented 3 years ago

When creating a code extension from a Form design extension, the code class created includes the full form extension name instead of the original filename

e.g. for the SalesTableListPage form, if a design extension exists SalesTableListPage.MyExtension, then the class gets created with the extension [ExtensionOf(formdatasourcestr(SalesTableListPage.MyExtension, SalesTable)] instead it should be [ExtensionOf(formdatasourcestr(SalesTableListPage, SalesTable)]