Portal Advanced Data List widget instance options form
The instance options enable you to configure the Portal Advanced Data List widget on a portal page.
| Instance option | Description |
|---|---|
| Table | The table name displayed for the list. The default value is [sn_customerservice_case]. |
| Query | Applies fixed query conditions that users can't change. For example, for Table [sn_customerservice_case], a filter can look like active=true^priority=1. |
| Nest by | Column used to define the hierarchy. If this property isn’t set, the list is displayed as a flat list. Nota: The loading behavior of hierarchies depends on whether the Nest By column is included in the filter.
To keep the list compact by default, add the same column used in Nest By to the filter. For example: If the Nest By column is Parent Sold Product, add parent_sold_product = NULL to the filter. |
| List view | Preconfigured columns selection as defined in the UI view [sys_ui_view] table. |
| Instance option | Description |
|---|---|
| Title |
Title of the list. The default list title is the table name. |
| Instance option | Description |
|---|---|
| Show search | Option to show or hide the search box above the list. Search works only on indexed tables. Non-indexed tables return no results. |
| Show column filter | Option to show filtering at column level. |
| Show actions | Option to show or hide the action buttons. |
| Action config | Select to display declarative actions mapped to the config. This option appears only when the Show actions option is selected. |
| Enable quick edit | Option to enable users with permission to edit the records. |
| Enable cell editing | Option to enable inline editing of cells. |
| Show child record count |
Option to show or hide the count of records under a parent. This option appears only when the Nest By option is selected in the data field. |
| Child records per load | Sets the number of children fetched for a parent row. The default value is 10. The maximum value is 100. This option appears only when the Nest By option is selected in the data field. |
| Number of records per page | The total number of rows to appear on the widget in the desktop. The default value is 20. The maximum value is 100. |
| Record view page | The record detail page displayed on selecting a record. |