Enabling Row Click on Table

You can make a table act like a List view where a row can be selected and data from that row can be passed to another page, call another layout, perform an update and so on.

To enable row click on a table or grid:

  1. In the Layout grid, click on the Properties link for the table or grid element.

    Field or Control

    Definition

    Table element

    Table Element

  2. Select the Row Click checkbox.

  3. After selecting this checkbox, the Change Type link will appear. Click the Change Type link.

  4. On the Select URL Type page, select the appropriate option and complete the configuration.

In order to disable the row click option deselect the checkbox or select the Reset Type to Text button.

Use the Select URL page (IB_DOCLOURL2_SEC) to select the URL type for the row click.

Image: Select URL Type page

This example illustrates the fields and controls on the Select URL Type page. You can find definitions for the fields and controls later on this page.

Select URL Type page

Field or Control

Definition

URL

See Defining Standard URLs

Call REST Service

See Defining URLs to REST Services

Call Layout

See Defining URLs to Other Layouts

Layout Page

See Defining URLs to Pages Within Layouts

Update

See Defining URLs to Execute PeopleCode Update Events