Skip to main content

1. Introduction

You can redirect to a URL with freely combined parameters, or redirect into a card to achieve a side-drawer effect.

2. Steps

2.1 Redirect to URL

Illustration of the new version: With the configuration below, the link redirects to the Form details page for the corresponding instance ID:

2.2 Custom

Set Parameter Settings to Standard or Custom. Configure a custom link click. Configure parameters. Custom parameter: You can write JS code with if/else conditions to control the redirect. For example, do not pass parameter A when the value of filter A is all, but pass it when the filter value is <>all. Custom parameter settings.

2.3 No Redirect

Does not redirect to any page, as shown below: No redirect.

3. Common Use Cases

The following procedures use the legacy panel. The configuration steps are the same; only field insertion differs.

3.1 Redirect from a Report to the Source Records Page

Create a Regular Form

Configure the Category, Product Name, and Quantity fields, and enter data. Form field configuration.

Create a Report

Select the Spreadsheet component, configure the data set and the fields to display. The Instance ID field must be selected. Report data set configuration Click a field, then configure the link by referring to the images below. Configure the redirect link.

Result

Example result.

3.2 Redirect to Details with Parameters

First, follow 3.1 Redirect from a report to the source records page, then complete the following steps: Building on section 3.1, append &ppp=Product Name. Note that Product Name is a field in the Form. Configure the parameter-based redirect.

Result

Example result.

3.3 Redirect from One Report to Another with Filtering Applied

Custom Parameter

In the target report Outbound Table, open Page Attributes and Add a string-type parameter, then give it a name.

Set the Default Value of the Filter Component

Set the default value of the filter component to a card parameter, and select the parameter test that you just created. In the Inbound Table report, configure the link for the Spreadsheet field. Copy the preview link of the Outbound Table report, append an & symbol, and then concatenate the parameter name with test= + space + @filter field, as shown below:

Result

Click the product name Yam in the Inbound Table report to redirect directly to the Outbound Table report with Yam data filtered.