Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Example
View file | ||||
---|---|---|---|---|
|
The above video shows a basic actionflow to open a screen from a button. To open a screen:
- Right click on the button and click Add Actionflow
- Name the action
- Drag the screen you want to open onto the main body of the actionflow. You have just created an open screen node.
- Now we need to wire up an input to initiate the actionflow
- Click Add next to the inputs
- Name the new input connection point and select driving.
- Click create connection point
- Click on the on click input. This will start the actionflow when a user clicks on the button.
- Click connect input to finish setting up the actionflow
- Go back to the first screen to test to see if it works.
Output Connection Points
If the screen attached to the node contains start phase buttons (buttons with the action type 'Start Phase') the output connection point section will appear.
Properties - to doInput Connection Points
Each open screen node has 1 primary input connection point by default called 'screen'. Connecting to this connection point opens the screen and allows the user to optionally map the following screen properties. (may not happen for v9)
- True will open the dashboard in its maximised state.
- False will open the dashboard in its minimised state and will use the above properties.
Once a screen has been attached to the open dashboard node an input connection point for each form on the screen is created with a role of component. Each input connection point automatically has any data fields on the form (dynamic text or form fields) added as attributes. These attributes can be mapped to and supplied with data.
Each input connection point has the following properties:
- Primary
Simply opens the dashboard regardless of data. Has optional mapping fields to set screen properties. - Component
Opens the dashboard and can provide forms with data
- Update
opens form fields with the latest data - Insert
opens the screen with form fields empty - Change fields
opens form fields with data
A list of attributes available on the input connection point. These directly link to the fields available on the form.
Component connection points display attributes available on the associated form.
Primary connection points display the screen properties as attributes.