Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Show Page

Last modified: June 29, 2022

1 Introduction

With this action you can show a page to the end user.

2 Input Properties

2.1 Object to pass

Object that will be passed to the opened page. This object will be used by data views with a page parameter data source.

3 Action Properties

3.1 Page

The page to show to the end user. If the Object to pass is specified, the page must contain a data view connected to the same entity as the passed object (or its generalization).

3.2 Page Title

By default the title of the page is determined by the page title property of the page. You can replace this title with a custom title if necessary.