Base solution for your next web application
Open Closed

Best practices for individual views #6652


User avatar
0
ipservant created

Hello,

What is the suggested way to create individual views to display (and later edit) data from multiple tables/entities? We have worked with the RAD tool already, this is a great start but limited to the standards of course. The goal now is to show data from several entities in some sort of overview tab, in some cases process or calculate on the data prior to showing it to the user.

Would also be great being able to open multiple of these overview pages at the same time - either as new browser tab or some kind of floating element in the main tab.

Thank you for letting us know the best practices for Zero before we're starting in a specific direction.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ipservant

    Currently there is no sample for this use-case. You can get data from different tables in your app service and return them to client using a Dto object.