Skip to end of banner
Go to start of banner

crm:summaryResultArea

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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

NameRequiredTypeDefaultDescription
additionalParameterfalseStringnullThe name of the parameter that will be passed on loading the data entry page.
additionalParameterValuefalseStringnullThe value of the parameter that will be passed on loading the data entry page.
columnsfalseStringListA collection of the results columns.
columnSelectorfalseBooleantrueFlag indicating that a row from the results data can be selected or not.
decimalPlacesfalseInteger

The number of decimal digits that is defined in CRM.COM Formatting Settings.

Number of decimal places.

Applicable only for numbers.

editPagefalseStringThe page of the managedDataEntryBean.The data entry page to redirect when edit button is clicked.
exportFileNamefalseStringThe name of the .xhtml page.The file name of the exported file that will be used upon export action.
idtrueStringnullUnique identifier of the component.
lazyfalseBooleanfalseFlag indicating that lazy loading approach will be used to load the data via Lazy Data Model.
managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
managedDataEntryBeantrueStringnullThe name of the managed bean that will be used for loading the data entry page in new, view and edit action.
recordsfalseStringListA collection of the data.
rowSelectorfalseBooleanfalseFlag indicating that a row from the results data can be selected or not.
showActionsfalseBooleantrueFlag indicating that "Actions" column should be shown in the results.
showEditActionfalseBooleantrueFlag indicating that edit action should be shown in the results "Actions" column.
symbolfalseStringThe prefix of the default currency that is defined in CRM.COM General Settings.

Desired symbol or unit.

Applicable only for numbers.

viewPagefalseStringThe 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


 

  • No labels