Working without base table

WorkWithPlus provides the possibility of generating your data visualization screens even if you don't want to show data retrieved from the database. For example, data may be retrieved from other sources as Data Providers, Web Services, etc.

The Challenge

The customer requires to display a properties´ list to visualize the available properties.  The records won't be retrieved from the Property transaction but from a Data Provider called "DPProperties".

Create a new web panel as follows:

WebPanelsCards_img04

You should define the layout in order to visualize the required data:

WebPanelsCards_img07

As this web panel is created based on a "List" template, it will be automatically added into the "Developer Menu". So, run the application and visualize the results at runtime:

WebPanelsCards_img06

Summary

Well done! You should now be able to:

  • Create a new web panel based on a SDT
  • Load your SDT by calling a Data Provider