...
Name | Description | Value |
---|---|---|
title | The title of the page. | Any |
message | Displayed on top of the summary as a description. | Any |
SQL or classname, functionname | Defines the results that will be displayed. It can be used either with SQL or an EJB function. | Only valid SQL statements can be used |
rowsperpage | Defines the limit of rows per page. | Any numeric value |
multiselect | If set, the user can select multiple records to pass them as parameters in summary actions. | true or false |
primaryfield | The identifier of the main entity that will be retrieved through the SQL, used as a parameter in the actions using multi-select. Multiple records can be set, separated by commas. If there are no order-by-fields defined, by default the SQL will be ordered by the primary-field ascending. | Any SQL field |
mainlinkfield | Used in order to define which fields the mouse over option will be applicable to. Multiple records can be set, separate by commas. If there are no order-by-fields defined, by default the SQL will be ordered by the main-link-field ascending. | Any SQL field |
groupby | Used in order to retrieve the results grouped by the specified fields. | Any SQL field |
autosearch | Used in order to search the summary page automatically. | true or false |
hidefindbutton | Used to hide the find button | true or false |
orderbyfields | Used in order to retrieve the results ordered by the specified fields | Any SQL field |
groups | Used in order to create a group of expand fields. Multiple groups can be set separate by semicolons. | Any |
entityfilter | Used in order to filter the results based on the business rules. | Any entity |
module | The related module name. | Any module |
fieldlist | Used to define the fields that will be retrieved from the SQL. | Any SQL field |
hidetitlebar | Used in order to hide the title bar of the summary page | true or false |
actions | Used in order to open a new page through the summary page. | Actions |
...
Examples
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
...