K2BTools Tutorial - Exercise 6.6: Using templates with Web Panel Designer

In the previous exercises, we created our panel using the empty panel option. It is also possible to create your panels using templates created by our team.

When using this option, a dialog will appear in which the developer can select which type of Web Panel is being created, which is the base object of this panel, and the template to be used.

We will now make an example on how to use it:

  1. Create a new web panel with name "InvoicesTimeline".
  2. Click on the option "Activate based on a template".
    ActivateBasedOnTemplate
    Activate based on template

  3. Select "List" panel type and set "Invoice" transaction as the base object. Then click on "Next".
    InvoiceBaseObject
    Invoice Base Object

  4. Select "Timeline" template and click on finish.
    Timeline Template
    Timeline template

  5. Set "CustomerName" as summary.
    CustomerNameSummary
    Customer Name summary

  6. Click on "Content" node and change the "Rows Per Page" to 20.
    RowsPerPageTimeline
    Rows per page

  7. Build your application (F5) and see the results in runtime!