With the ‘Show page’ action you can show a page to the end user.
See Microflow Element Common Properties for properties that all activities share (for example, caption). This page only describes the properties specific to the action.
Input Properties
Object to pass
Object that will be passed to the opened page. This object will be used by data views with data source “caller of the page”.
Action Properties
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).
You can generate a new page to show by clicking ‘Select…’ and then ‘New’. If you have selected an Object to pass the Modeler will automatically generate a data view to edit that object.
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.
This feature allows you to re-use the same page for the New and Edit buttons of a data grid. By simply setting the titles to, for example, ‘New customer’ and ‘Edit customer’, you can save yourself the trouble of duplicating the rest of the page.
Location
This option is shown only when the target page has a layout type of Legacy.
Location defines how the page is shown.
Option | Description |
---|---|
In content | The page replaces the existing top-level page. |
Pop-up | The page is opened in a new dialog on top of the existing page(s). |
Blocking pop-up | The page is opened in a new dialog on top of the existing page(s) and a hover, that makes it impossible to navigate to another page, is put on top of the underlying page(s). |
Default value: Pop-up