Configuring Drill Down

Drilldown allows user

"..navigate from one general part of the application to a more specific part"

An example of a drilldown is shown below. A user can drilldown on the IT Component name or the Provider name to navigate to the detail page of the object.

figure 1: drilldown examples

To configure a drill in a datatable navigate to the datatable by selecting the datatable tab on the side bar and searching for the datatable name. In the above example search for IT Component datatable.

To configure drilldown on the name field update following attributes on the name field

  1. drilldown flag = true

  2. drilldown field = id

  3. drilldown table = itcomponent

To configure drilldown on the Provide Name field update the following attributes on the provider name field.

  1. Create the providerName field (see how to create field in datatable) if not already created and set:

  2. drilldown flag = true

  3. drilldown field = idProvider

  4. drilldown table = provider

  5. Note idProvider field is the foreign key of provider table

Last updated

Was this helpful?