On row click action
The On row click action section defines the action to be taken when a user clicks a table row.
Options
- No actionThe button has no action.
- CallbackA callback is executed.
Choose the callback from the Callback name dropdown.
Specify any request and response mappings you require.
- Open formAnother form is opened.
Choose the Mode:
Popup
- Sidebar - This feature was introduced in C24.10 - beginning of November, 2024.The sidebar form remains open when the user selects a different row.Selecting a new row re-initilizes the dependent form, so the form’s data initializer callback is called although the sidebar form remains open.
The demo CyberApp illustrates both options.
Choose the form to open in the Form name dropdown.
[Optional] Map any form input parameters in the Input parameters mapping section.
Tip
You must use Input parameters mapping to pass information about the selected row to the dependent form which is opened.For example, you might create an ID parameter on the dependent form and map an identifying value to it here. This identifying value is then available to the dependent form when it is initialized.You can then map the ID parameter to the dependent form’s data initializer callback Request mapping section to retrieve additional details in the callback response, which are mapped to UI elements in the data initializer callback Response mapping section.
- Close formThe form is closed.