K2BTools Tutorial - Exercise 9.1: Simple Customers List

In this exercise you will learn how to create a Web Panel using dynamic layouts. In order to do that, follow these steps:

  1. Create a new WebPanel named: "CustomerSimpleImageList"
  2. Activate WebPanelDesigner part.
  3. In root node select "Add Grid From Transaction" action.
  4. Select the "Customer" Transaction.
  5. In the "Select Layout" dialog, chose "SimpleImageList".
    Lesson10.1SimpleCustomerListSelection1
    Simple Image List Dynamic Layout Selection

  6. In the "Attributes or Variables" dialog select attributes.
  7. Select the attribute "CustomerSearchResult" in the "Summary" field.
    Lesson10.1CustomerSearchResultAsSummary1
    "CustomerSearchResult" as Summary

  8. In the "More Information" action set caption property to"More Information".
  9. Remove all filters except for: "CustomerName_Filter".
  10. Build and Run the webpanel.
  11. See in runtime:
    1. How the "CustomerName" has an specific format
    2. How the "Summary" is shown
    3. How the "More Information" action has an specific format.