Calling a page in your Mendix app
When you want to direct users around your app, you will guide them through pages. Your app's logic will determine which page to show and when to show it. If you are working with a UX designer, you may receive some mock-ups or a storyboard of the user flow through your app. Even if you aren't working with a designer, you still have to think about how your user will get from point A to point B, why they would even want to go there, and what they will see when they get there.
There are a few ways you may need to get a user to a page in your app. The user could be coming from the main menu, they could be clicking a button somewhere in your app, or they could have executed some function that resulted in the display of a certain page. The user will also have a home page to land on every time they log in or refresh the app. In this section, you will learn how to use the main navigation to build the app menu. You may have other ways to get to...