I need to create default summary and detail screen for an entity by dragging the entity to mainflow canvas.
Current capacity is not considering the layer of components. (UI module is directly accessing the entity from _CS layer)
I would like to have a scaffold/shortcut feature to bring DTO object and method to fetch data from _CS module entity to _Web (UI) layer. So that the Entity will not be exposed to UI layer.
Note: This manual conversion takes more time (80% of time) in the current capacity to build a summary and detail screens.