K2BTools Tutorial - Exercise 8.1: Adding a Multiple Selection node

  1. Create a new Web Panel, called “ProductMultipleSelection”.
  2. Go to the “Designer” part, and click on the “Activate” action.
    ActivateDesigner1 ActivateDesigner2
    Before activation After activation

  3. In the “Web Form” node, set the “Title” property to “Select Products”.
  4. Right-click on the root node and select the action "Add Multiple Selection From Transaction".
    AddMultipleSelection
    Add multiple selection

  5. Select the product Transaction
    Note: Based on the grid node in the web form, two grids will be created. One of them will have the products to be selected and the other one will have the selected products. Let’s improve the grid by deleting the columns that we don’t want to display and adding an additional variable that allows selecting the number of products to be purchased.
  6. Delete the ProductObservations and ProductSearchResult variable
  7. Press F5 and look at it at runtime