Overview
In legacy Construct:
Dynamic Help can be added to any page containing help text that would appear dynamically below the Navigation pane in the left side of the UI.
Dynamic Subtitle can be added to any page that would appear dynamically displayed as secondary text below the page title.
Cloud Construct does not support Dynamic Help and Dynamic Subtitle features. However, it offers the following alternatives to include help texts on the page you are working on.
Updated Methodology
Approach A: External Help links in Toolbar Buttons
Add a custom Help toolbar button to your page’s container that links to trusted external documentation. Refer to Configure Toolbar Buttons for more information.
Approach B: Database-Driven Help Text in a Property Card
If you need help content visible directly on one of the page’s container:
Create a view with a text field that accepts long strings and register it as a dataset.
Use this dataset and configure a properties card (form) container as read-only.
In the form container, add a Text Area field bound to the text field from dataset above.
Bind the form container to display alongside the relevant Grid container using container bindings, so both displays when the page loads.
Note
Cloud Construct honors language translation as per the user’s locale preferences.
Approach C: Database-Driven Help Text in a Card Chart
Create a view that returns your help or subtitle text value, and register it as a dataset.
Edit the required construct page.
Add a Card Chart container to the required page and use the dataset and configure the card chart properties. Refer to Configure Card Chart for more information.
Position the card chart container next to the required grid container.