Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Overview
Actionflows are used to create interactions on a screen, however we can have PhixFlow automatically create one for us using a shortcut.
Setup
- Ensure it is unlocked.
- See Moving Items on a Screen if you wish to move the button.
- The button gets its styling from Application Properties → Styles Tab → Default Components Section → Table Action Component.
- To edit the actionflow see Wiring Actionflows.
An application user triggers an action by clicking on a button. When you design a screen, you must configure an actionflow for the button.
One common action for a button is to open a different screen. As this is something you need to do frequently, PhixFlow provides an easy way to configure an "open screen" actionflows on a button.
- Open the screen on which you want to add a button to open another screen.
- Unlock the screen.
- In the repository, find the screen that the button will open and drag it onto the screen canvas. Drop it where you want the button to be.
- PhixFlow adds a button to the screen canvas.
The button design is from the default component, which is set in the application properties → Styles tab → Default Components section→ Table Action Component. - PhixFlow creates an actionflow to open the second screen and wires it to the button.
- To test the button, either lock the screen or switch to
. Click the button to check that it opens the required screen.Insert excerpt _app_mode _app_mode nopanel true
Learn More
- If PhixFlow puts the button in the wrong place, you can move it; see Moving Items on a Screen.
- You can add additional functionality to the button; see Wiring Actionflows.
- You can add actions to charts and grids; see Actions on Grids and Charts.
- For applications made in version 8.3 or earlier, PhixFlow provided table-actions or record-actions instead of actionflows; see Using Table-Actions.