Global linking allows you to apply actions, such as Go to Screen, across multiple screens in your demo without having to manually add the action to each screen. This saves time and ensures consistency throughout your demo.
Applying Actions with Global Linking
When using global linking, you have three options for applying an action:
This Screen Only – Adds the action only to the screen you are currently editing.
All Screens – Automatically applies the action to every screen that matches the selected element.
Select Screens – Lets you choose specific screens to apply the action.
Step-by-Step Instructions
Click on the element where you want to add an action (e.g., a Go to Screen button).
Choose the action you want to apply.
Select whether you want to apply it to This Screen Only, All Screens, or Select Screens.
Click Save. You will see a confirmation message indicating the action has been successfully applied.
If you select Select Screens:
The system will find all screens that contain a matching element.
You can then choose specific screens or select all identified screens.
Click Save to apply the action to the chosen screens.
How Element Matching Works
Global linking matches elements based on their HTML structure, not just their ID. It searches up to three layers deep to find elements that match the one you selected.
Some important things to keep in mind:
Elements that appear visually identical may not always match if their HTML is different.
For example, a button with a hover state may be treated as a different element than the same button without a hover state.
If some screens are not automatically matched, you can manually select those screens and apply the action.
Best Practices
Start by applying actions to All Screens to save time.
Review your demo to ensure all intended screens have received the action.
If certain screens are not included, use Select Screens to manually apply the action.
Global linking is designed to streamline your workflow, but occasionally manual adjustments may be needed for screens with unique element configurations.