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.

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
drilldown flag = true
drilldown field = id
drilldown table = itcomponent
To configure drilldown on the Provide Name field update the following attributes on the provider name field.
Create the providerName field (see how to create field in datatable) if not already created and set:
drilldown flag = true
drilldown field = idProvider
drilldown table = provider
Note idProvider field is the foreign key of provider table
Last updated
Was this helpful?