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 3
Next »
Dashboard components offer to the user a visual representation of data. They consist of an SQL statement, which if needed, can be dynamically altered by adding certain filters and criteria.
Attributes
| | |
---|
searchcaption | A title which is displayed on the screen. | Any |
| | |
Example
Search Page
<?xml version="1.0" encoding="UTF-8"?>
<dashboardcomponent>
<name>Rewards Participants Signups</name>
<description>Rewards Participants Signups Bar Chart</description>
<ejb>CRMUIRewardDashboard</ejb>
<method>loadParticipantsSignups</method>
<type>bar</type>
<orientation>horizontal</orientation>
<primaryfieldlabel>Number of Rewards Participants</primaryfieldlabel>
<summarypage>rewards/participants</summarypage>
</dashboardcomponent>