Step 4 - Load data with a transaction

It will work now about the "New Collection" section.

EcommerceHowToUse002

Make a “Save As” of the Data Provider “GetProductsSampleData” (named “GetProductsData”)

ECommerceHowToUse003

Modify it to load the data from the Product transaction adding the following code.

            ECommerceHowToUse004

Modify the web panel "Home" to load the corresponding grid to that section with the products present in the Product table.

ECommerceHowToUse005

Save all and run the application.

ECommerceHowToUse012