Overview
The <crm:summaryResultArea> tag is used to display data in a tabular format on a summary page.
It should be defined only on Summary Page and Summary with Lazy Data Model Page
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
additionalParameter | false | String | null | The name of the parameter that will be passed on loading the data entry page. |
additionalParameterValue | false | String | null | The value of the parameter that will be passed on loading the data entry page. |
columns | false | String | List | A collection of the results columns. |
columnSelector | false | Boolean | true | Flag indicating that a row from the results data can be selected or not. |
decimalPlaces | false | Integer | The number of decimal digits that is defined in CRM.COM Formatting Settings. | Number of decimal places. Applicable only for numbers. |
editPage | false | String | The page of the managedDataEntryBean. | The data entry page to redirect when edit button is clicked. |
exportFileName | false | String | The name of the .xhtml page. | The file name of the exported file that will be used upon export action. |
id | true | String | null | Unique identifier of the component. |
lazy | false | Boolean | false | Flag indicating that lazy loading approach will be used to load the data via Lazy Data Model. |
managedBean | true | String | null | The name of the Java managed bean class that will be used for retrieving the component values. |
managedDataEntryBean | true | String | null | The name of the managed bean that will be used for loading the data entry page in new, view and edit action. |
records | false | String | List | A collection of the data. |
rowSelector | false | Boolean | false | Flag indicating that a row from the results data can be selected or not. |
showActions | false | Boolean | true | Flag indicating that "Actions" column should be shown in the results. |
showEditAction | false | Boolean | true | Flag indicating that edit action should be shown in the results "Actions" column. |
symbol | false | String | The prefix of the default currency that is defined in CRM.COM General Settings. | Desired symbol or unit. Applicable only for numbers. |
viewPage | false | String | The page of the managedDataEntryBean. | The data entry page to redirect when view button is clicked. |
Getting Started
The following example shows a summary result area component that is used on Summary Page Example.