...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?><dashboardcomponent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dashboards.xsd"> <name>key_completed_activities_per_type_and_month</name> <description>key_completed_activities_per_type_and_month_stacked_bar_chart</description> <ejb>CRMUIActivityDashboard</ejb> <method>loadCompletedActivitiesPerTypeAndMonth</method> <type>stack</type> <orientation>vertical</orientation> <primaryfield>ACTIVITIES.ACTIVITYID</primaryfield> <primaryfieldlabel>key_number_of_activities</primaryfieldlabel> <groupbyfield>ACTIVITIES.ACTTYPEID,ACTUALCLOSINGDATE_FILTER</groupbyfield> <groupbyfieldlabel>key_month,_type</groupbyfieldlabel> <valuelabels>ejb/CRMUIActivityType.getTypeOptions</valuelabels> <summarypage>activities/activitiesPerType</summarypage> <setting> <page>dashboards/activitiesPerTypeSettings</page> <classname>ejb/CRMUIActivityDashboard</classname> <method>loadActivitiesPerTypeSettingsForm</method> </setting> </dashboardcomponent> |
For a full list of dashboard component XML file attributes, go to Dashboard Components Documentation.
...