Prepare a Product Page
Beginner
10 min.
Create a new, detail page and set up the infrastructure (i.e, variables and navigation) for the page.
You will learn
- How to create a new page (detail page)
- How to navigate and pass a parameter to a different page
- How to reuse logic flows
- How to create custom events
- How to use filtering, ordering and paging for an OData service
The product detail page will let users see the current rating of a product, let them rate the product themselves, add a comment, and see all the comments for the product.

In this tutorial, you create the required variables, binding and logic, and in the next tutorial you will create the UI.