enhancement
A model created within the app can already be exported in XML format, which allows it to be integrated into the application's default configuration in the development environment. However, when a model is modified, this process is cumbersome because the model must be manually downloaded from the application running in debug mode back to the development environment.
Improvement
A button in the model editor of an application running in the development environment that allows the configuration for a selected module to be written back directly to the development environment.
Open Issues
Internationalization data is written in-app to the dynamic resources. When transferring to the development environment, the module’s translations must/should be saved to the internationalization files in the same project.When a new module is imported (the declaration file has been newly created), a message should be displayed in the GUI after the import indicating that the module must be added to the application configuration.
Test
- Create a new module, then select "Save to Development Environment."
- For an existing module, e.g., DemoTypes, select “Save to Development Environment.”
- This command must not be displayed in a deployed system.