Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples

Expand
titleBar Chart
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleparticipantsSignups.xml
<?xml version="1.0" encoding="UTF-8"?>
<dashboardcomponent><dashboardcomponent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dashboards.xsd">
	<name>Rewards Participants Signups</name>
	<description>Rewards Participants Signups Bar Chart</description>
	<ejb>CRMUIRewardDashboard</ejb>
	<method>loadParticipantsSignups</method>
	<type>bar</type>
	<orientation>horizontal</orientation>
	<primaryfield>REWARDPARTICIPANTS.REWPARTID</primaryfield>
	<primaryfieldlabel>Number of Rewards Participants</primaryfieldlabel>
	<groupbyfield>MONTH_SIGN_UP_DATE_FILTER</groupbyfield>
	<summarypage>rewards/participants</summarypage>
</dashboardcomponent> 
Expand
titlePie Chart
Image Added

Image Removed 

Code Block
themeEclipse
languagexml
titlesubscriptionsPerLifeCycleStateparticipantsPerSignupUnit.xml
<?xml version="1.0" encoding="UTF-8"?>
<dashboardcomponent>
	<name>Subscriptions Per Life Cycle State</name>
	<description>Subscriptions Per Life Cycle State<dashboardcomponent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dashboards.xsd">
	<name>Rewards Participants Per Signup Unit</name>
	<description>Rewards Participants Per Signup Unit Pie Chart</description>
	<sql></sql>
	<ejb>CRMUISubscriptionDashboardComponent<<ejb>CRMUIRewardDashboard</ejb>
	<method>loadSubscriptionsPerLifeCycleState<<method>loadParticipantsPerSignupUnit</method>
	<type>pie</type>
	<valuelabels>DRAFT:Draft;EFFECTIVE:Effective;NOT_EFFECTIVE:Not Effective;IN_RESTING:In Resting;REGRETTED:Regretted;CANCELLED:Cancelled;SHORT_TERM_EFFECTIVE:Short-Term Effective;SHORT_TERM_NOT_EFFECTIVE:Short-Term Not Effective</valuelabels>
	<summarypage>subscriptions/subscriptions</summarypage>
	<setting>
		<page>dashboards/subscriptionsPerLifeCycleStateSettings</page>
		<classname>ejb/CRMUISubscriptionDashboardComponent</classname>
		<method>loadSubscriptionsPerLifeCycleStateSettingsForm</method>
	</setting>
	<groupbyfield>SIGNUP_BY_UNIT_FILTER</groupbyfield>
	<valuelabels>ejb/CRMUIUnit.getUnitOptions</valuelabels>
	<summarypage>rewards/participants</summarypage>
	<fields>
		<field>
			<fieldname>LIFECYCLESTATE_FILTER<<fieldname>REWARDPARTICIPANTS.REWPARTSIGNUPDATE</fieldname>
			<fieldfunction>CURRENTSTATE.LIFECYCLESTATE</fieldfunction>
			<caption>Life Cycle State<<caption>Sign Up Date</caption>
			<filter>true</filter>
			<fixedlookup>ejb/CRMUISubLifeCycleStateHistory.getLifeCycleStateOptions:All</fixedlookup><fieldtype>date</fieldtype>
			<filtertextoption>range</filtertextoption>
		</field>
		
	</fields>
</dashboardcomponent> 
Expand
titleStacked Bar Chart
Image Added

Image Removed 

Code Block
themeEclipse
languagexml
titleaccountsPerClassificationAndCreditLimitStatus.xml
<?xml version="1.0" encoding="UTF-8"?>
<dashboardcomponent><dashboardcomponent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/dashboards.xsd">
	<name>Accounts Per Classification And Credit Limit Status</name>
	<description>Accounts Per Classification And Credit Limit Status Stacked Bar Chart</description>
	<ejb>CRMUIAccountReceivableDashboard</ejb>
	<method>loadAccountsPerClassificationAndCreditLimitStatus</method>
	<type>stack</type>
	<orientation>vertical</orientation>
	<primaryfield>ACCOUNTSRECEIVABLE.ACCRECID</primaryfield>
	<primaryfieldlabel>Number of Accounts</primaryfieldlabel>
	<summarypage>accounts/accountsReceivable</summarypage>
</dashboardcomponent>
Expand
titleSummary

Image Removed

Code Block
themeEclipse
languagexml
titlecontactsSummary.xml
<?xml version="1.0" encoding="UTF-8"?>
<dashboardcomponent>
	<name>Contact Information Summary</name>
	<description>Contact Information Summary</description>
	<type>summary</type>
	<summarypage>contactinfo/contactInformation<<groupbyfield>CLASSIFICATIONNAME_FILTER,CREDIT_LIMIT_FILTER</groupbyfield>
	<groupbyfieldlabel>Credit Limit, Accounts Receivable Classifications</groupbyfieldlabel>
	<valuelabels>ejb/CRMUIAccountReceivable.getCreditLimitStatusOptions,ejb/CRMUIAccountReceivableDashboard.getAllAccountClassifications</valuelabels>
	<summarypage>accounts/accountsReceivable</summarypage>
</dashboardcomponent>